mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update to ruby/spec@c1b568b
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8a15857a7f
commit
401b64c4e8
3689 changed files with 6095 additions and 6096 deletions
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../../spec_helper', __FILE__)
|
||||
require_relative '../../spec_helper'
|
||||
|
||||
describe "Encoding#_dump" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../../spec_helper', __FILE__)
|
||||
require_relative '../../spec_helper'
|
||||
|
||||
describe "Encoding._load" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../../spec_helper', __FILE__)
|
||||
require_relative '../../spec_helper'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding.aliases" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../../spec_helper', __FILE__)
|
||||
require_relative '../../spec_helper'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding#ascii_compatible?" do
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# -*- encoding: ascii-8bit -*-
|
||||
|
||||
require File.expand_path('../../../spec_helper', __FILE__)
|
||||
require_relative '../../spec_helper'
|
||||
|
||||
with_feature :encoding do
|
||||
# TODO: add IO
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require_relative '../../../spec_helper'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding::Converter.asciicompat_encoding" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require_relative '../../../spec_helper'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding::Converter::INVALID_MASK" do
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# -*- encoding: binary -*-
|
||||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require_relative '../../../spec_helper'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding::Converter#convert" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require_relative '../../../spec_helper'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding::Converter#convpath" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require_relative '../../../spec_helper'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding::Converter#destination_encoding" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require_relative '../../../spec_helper'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding::Converter#finish" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require_relative '../../../spec_helper'
|
||||
|
||||
describe "Encoding::Converter#insert_output" do
|
||||
it "needs to be reviewed for spec completeness"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require_relative '../../../spec_helper'
|
||||
|
||||
describe "Encoding::Converter#inspect" do
|
||||
it "includes the source and destination encodings in the return value" do
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# -*- encoding: binary -*-
|
||||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require_relative '../../../spec_helper'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding::Converter#last_error" do
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# -*- encoding: ascii-8bit -*-
|
||||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require_relative '../../../spec_helper'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding::Converter.new" do
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# -*- encoding: binary -*-
|
||||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require_relative '../../../spec_helper'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding::Converter#primitive_convert" do
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# -*- encoding: binary -*-
|
||||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require_relative '../../../spec_helper'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding::Converter#primitive_errinfo" do
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# -*- encoding: binary -*-
|
||||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require_relative '../../../spec_helper'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding::Converter#putback" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require_relative '../../../spec_helper'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding::Converter#replacement" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require_relative '../../../spec_helper'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding::Converter.search_convpath" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require_relative '../../../spec_helper'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding::Converter#source_encoding" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../../spec_helper', __FILE__)
|
||||
require_relative '../../spec_helper'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding.default_external" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../../spec_helper', __FILE__)
|
||||
require_relative '../../spec_helper'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding.default_internal" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../../spec_helper', __FILE__)
|
||||
require_relative '../../spec_helper'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding#dummy?" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../../spec_helper', __FILE__)
|
||||
require_relative '../../spec_helper'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding.find" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../../spec_helper', __FILE__)
|
||||
require_relative '../../spec_helper'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding#inspect" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../fixtures/classes', __FILE__)
|
||||
require_relative '../fixtures/classes'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding::InvalidByteSequenceError#destination_encoding_name" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../fixtures/classes', __FILE__)
|
||||
require_relative '../fixtures/classes'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding::InvalidByteSequenceError#destination_encoding" do
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# -*- encoding: binary -*-
|
||||
require File.expand_path('../../fixtures/classes', __FILE__)
|
||||
require_relative '../fixtures/classes'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding::InvalidByteSequenceError#error_bytes" do
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# -*- encoding: binary -*-
|
||||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require_relative '../../../spec_helper'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding::InvalidByteSequenceError#incomplete_input?" do
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# -*- encoding: binary -*-
|
||||
require File.expand_path('../../fixtures/classes', __FILE__)
|
||||
require_relative '../fixtures/classes'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding::InvalidByteSequenceError#readagain_bytes" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../fixtures/classes', __FILE__)
|
||||
require_relative '../fixtures/classes'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding::UndefinedConversionError#source_encoding_name" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../fixtures/classes', __FILE__)
|
||||
require_relative '../fixtures/classes'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding::InvalidByteSequenceError#source_encoding" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../../spec_helper', __FILE__)
|
||||
require_relative '../../spec_helper'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding.list" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../../spec_helper', __FILE__)
|
||||
require_relative '../../spec_helper'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding.locale_charmap" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../../spec_helper', __FILE__)
|
||||
require_relative '../../spec_helper'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding.name_list" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../shared/name', __FILE__)
|
||||
require_relative 'shared/name'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding#name" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../../spec_helper', __FILE__)
|
||||
require_relative '../../spec_helper'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding#names" do
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# -*- encoding: binary -*-
|
||||
require File.expand_path('../../../spec_helper', __FILE__)
|
||||
require_relative '../../spec_helper'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding#replicate" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../../../spec_helper', __FILE__)
|
||||
require_relative '../../../spec_helper'
|
||||
|
||||
describe :encoding_name, shared: true do
|
||||
it "returns a String" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../shared/name', __FILE__)
|
||||
require_relative 'shared/name'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding#to_s" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../fixtures/classes', __FILE__)
|
||||
require_relative '../fixtures/classes'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding::UndefinedConversionError#destination_encoding_name" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../fixtures/classes', __FILE__)
|
||||
require_relative '../fixtures/classes'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding::UndefinedConversionError#destination_encoding" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../fixtures/classes', __FILE__)
|
||||
require_relative '../fixtures/classes'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding::UndefinedConversionError#error_char" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../fixtures/classes', __FILE__)
|
||||
require_relative '../fixtures/classes'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding::UndefinedConversionError#source_encoding_name" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../fixtures/classes', __FILE__)
|
||||
require_relative '../fixtures/classes'
|
||||
|
||||
with_feature :encoding do
|
||||
describe "Encoding::UndefinedConversionError#source_encoding" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue