Skip to content

Commit

Permalink
Showing 75 changed files with 0 additions and 248 deletions.
3 changes: 0 additions & 3 deletions spec/truffle/tags/core/array/cycle_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/array/each_index_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/array/keep_if_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/truffle/tags/core/array/reverse_each_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/array/select_tags.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
fails:Array#select when no block is given returned Enumerator size returns the enumerable size
fails:Array#select! when no block is given returned Enumerator size returns the enumerable size
1 change: 0 additions & 1 deletion spec/truffle/tags/core/array/slice_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/array/sort_by_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/bignum/gte_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/bignum/lt_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/bignum/lte_tags.txt

This file was deleted.

3 changes: 0 additions & 3 deletions spec/truffle/tags/core/bignum/remainder_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/dir/getwd_tags.txt

This file was deleted.

3 changes: 0 additions & 3 deletions spec/truffle/tags/core/dir/glob_tags.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
fails:Dir.glob handles infinite directory wildcards
fails:Dir.glob recursively matches any subdirectories except './' or '../' with '**/' from the current directory and option File::FNM_DOTMATCH
fails:Dir.glob recursively matches any subdirectories except './' or '../' with '**/' and option File::FNM_DOTMATCH
fails:Dir.glob matches UTF-8 paths
fails:Dir.glob recursively matches directories with '**/<characters>'
fails:Dir.glob recursively matches any nondot subdirectories with '**/'
1 change: 0 additions & 1 deletion spec/truffle/tags/core/dir/pwd_tags.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
fails:Dir.pwd returns the current working directory
fails:Dir.pwd correctly displays dirs with unicode characters in them
1 change: 0 additions & 1 deletion spec/truffle/tags/core/encoding/default_external_tags.txt
Original file line number Diff line number Diff line change
@@ -3,4 +3,3 @@ windows:Encoding.default_external with command line options returns the encoding
slow:Encoding.default_external with command line options is not changed by the -U option
slow:Encoding.default_external with command line options returns the encoding specified by '-E external'
slow:Encoding.default_external with command line options returns the encoding specified by '-E external:'
fails:Encoding.default_external with command line options is not changed by the -U option
2 changes: 0 additions & 2 deletions spec/truffle/tags/core/enumerable/collect_concat_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/enumerable/collect_tags.txt

This file was deleted.

3 changes: 0 additions & 3 deletions spec/truffle/tags/core/enumerable/cycle_tags.txt

This file was deleted.

3 changes: 0 additions & 3 deletions spec/truffle/tags/core/enumerable/each_cons_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/enumerable/each_entry_tags.txt

This file was deleted.

3 changes: 0 additions & 3 deletions spec/truffle/tags/core/enumerable/each_slice_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/enumerable/each_with_index_tags.txt

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/enumerable/find_all_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/truffle/tags/core/enumerable/flat_map_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/enumerable/group_by_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/enumerable/map_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/enumerable/max_by_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/enumerable/min_by_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/enumerable/minmax_by_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/enumerable/partition_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/enumerable/reject_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/enumerable/reverse_each_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/enumerable/select_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/enumerable/sort_by_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/truffle/tags/core/enumerator/enum_for_tags.txt

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
fails:Enumerator::Lazy#collect_concat calls the block with initial values when yield with multiple arguments
fails:Enumerator::Lazy#collect_concat when the returned lazy enumerator is evaluated by Enumerable#first flattens elements when the given block returned an array or responding to .each and .force
fails:Enumerator::Lazy#collect_concat on a nested Lazy when the returned lazy enumerator is evaluated by Enumerable#first flattens elements when the given block returned an array or responding to .each and .force
7 changes: 0 additions & 7 deletions spec/truffle/tags/core/exception/equal_value_tags.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
fails:Exception#== returns true if one exception is the dup'd copy of the other
fails:Exception#== returns true if both exceptions have the same class, no message, and no backtrace
fails:Exception#== returns true if both exceptions have the same class, the same message, and no backtrace
fails:Exception#== returns true if both exceptions have the same class, the same message, and the same backtrace
fails:Exception#== returns false if the two exceptions inherit from Exception but have different classes
fails:Exception#== returns true if the two objects subclass Exception and have the same message and backtrace
fails:Exception#== returns false if the two exceptions differ only in their backtrace
fails:Exception#== returns false if the two exceptions differ only in their message
1 change: 0 additions & 1 deletion spec/truffle/tags/core/exception/errno_tags.txt
Original file line number Diff line number Diff line change
@@ -2,4 +2,3 @@ fails:Errno::EAGAIN is the same class as Errno::EWOULDBLOCK if they represent th
fails:Errno::EINVAL.new can be called with no arguments
fails:Errno::EINVAL.new accepts an optional custom message
fails:Errno::EINVAL.new accepts an optional custom message and location
fails:Errno::EMFILE can be subclassed
3 changes: 0 additions & 3 deletions spec/truffle/tags/core/exception/inspect_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/exception/load_error_tags.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
fails:LoadError#path is nil when constructed directly
fails:LoadError raised by load or require provides the failing path in its #path attribute
8 changes: 0 additions & 8 deletions spec/truffle/tags/core/exception/signal_exception_tags.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
fails:SignalException.new takes a signal number as the first argument
fails:SignalException.new raises an exception with an invalid signal number
fails:SignalException.new takes a signal name without SIG prefix as the first argument
fails:SignalException.new takes a signal name with SIG prefix as the first argument
fails:SignalException.new raises an exception with an invalid signal name
fails:SignalException.new takes a signal symbol without SIG prefix as the first argument
fails:SignalException.new takes a signal symbol with SIG prefix as the first argument
fails:SignalException.new takes an optional message argument with a signal number
fails:rescueing SignalException raises a SignalException when sent a signal
1 change: 0 additions & 1 deletion spec/truffle/tags/core/hash/delete_if_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/hash/each_key_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/hash/each_value_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/hash/keep_if_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/hash/reject_tags.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
fails:Hash#reject when no block is given returned Enumerator size returns the enumerable size
fails:Hash#reject! when no block is given returned Enumerator size returns the enumerable size
2 changes: 0 additions & 2 deletions spec/truffle/tags/core/hash/select_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/truffle/tags/core/kernel/String_tags.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
fails:Kernel.String raises a TypeError if #to_s does not exist
fails:Kernel.String raises a TypeError if respond_to? returns false for #to_s
fails:Kernel.String raises a TypeError if #to_s is not defined, even though #respond_to?(:to_s) returns true
fails:Kernel.String calls #to_s if #respond_to?(:to_s) returns true
fails:Kernel.String raises a TypeError if #to_s does not return a String
fails:Kernel#String raises a TypeError if #to_s does not exist
fails:Kernel#String raises a TypeError if respond_to? returns false for #to_s
fails:Kernel#String raises a TypeError if #to_s is not defined, even though #respond_to?(:to_s) returns true
fails:Kernel#String calls #to_s if #respond_to?(:to_s) returns true
fails:Kernel#String raises a TypeError if #to_s does not return a String
1 change: 0 additions & 1 deletion spec/truffle/tags/core/main/private_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/main/public_tags.txt

This file was deleted.

3 changes: 0 additions & 3 deletions spec/truffle/tags/core/marshal/dump_tags.txt
Original file line number Diff line number Diff line change
@@ -2,18 +2,15 @@ fails:Marshal.dump dumps an extended_object
fails:Marshal.dump dumps an object that has had an ivar added and removed as though the ivar never was set
fails:Marshal.dump with a Float dumps a Float
fails:Marshal.dump with a String dumps a String extended with a Module
fails:Marshal.dump with a String dumps a String with instance variables
fails:Marshal.dump with a Regexp dumps a Regexp
fails:Marshal.dump with a Regexp dumps a Regexp with flags
fails:Marshal.dump with a Regexp dumps a Regexp with instance variables
fails:Marshal.dump with a Regexp dumps an extended Regexp
fails:Marshal.dump with a Regexp dumps a Regexp subclass
fails:Marshal.dump with a Regexp dumps a UTF-8 Regexp
fails:Marshal.dump with a Regexp dumps a Regexp in another encoding
fails:Marshal.dump with an Array dumps an Array with instance variables
fails:Marshal.dump with an Array dumps an extended Array
fails:Marshal.dump with a Hash dumps an extended Hash
fails:Marshal.dump with a Hash dumps an Hash subclass with a parameter to initialize
fails:Marshal.dump with a Struct dumps an extended Struct
fails:Marshal.dump with an Object dumps an extended Object
fails:Marshal.dump with an Object dumps a BasicObject subclass if it defines respond_to?
43 changes: 0 additions & 43 deletions spec/truffle/tags/core/marshal/load_tags.txt
Original file line number Diff line number Diff line change
@@ -1,75 +1,32 @@
fails:Marshal.load raises an ArgumentError when the dumped class is missing
fails:Marshal.load returns the value of the proc when called with a proc
fails:Marshal.load calls the proc for recursively visited data
fails:Marshal.load loads an array containing objects having _dump method, and with proc
fails:Marshal.load loads an array containing objects having marshal_dump method, and with proc
fails:Marshal.load loads an Array with proc
fails:Marshal.load assigns classes to nested subclasses of Array correctly
fails:Marshal.load loads subclasses of Array with overridden << and push correctly
fails:Marshal.load raises EOFError on loading an empty file
fails:Marshal.load returns an untainted object if source is untainted
fails:Marshal.load preserves taintedness of nested structure
fails:Marshal.load returns a trusted object if source is trusted
fails:Marshal.load returns an untrusted object if source is untrusted
fails:Marshal.load loads a 1..2
fails:Marshal.load loads a 1...2
fails:Marshal.load loads a 'a'..'b'
fails:Marshal.load loads a Struct
fails:Marshal.load loads a String extended
fails:Marshal.load loads a String subclass
fails:Marshal.load loads a String subclass extended
fails:Marshal.load loads a Fixnum -2**24
fails:Marshal.load loads a Fixnum -4516727
fails:Marshal.load loads a Fixnum -2**16
fails:Marshal.load loads a Fixnum -2**8
fails:Marshal.load loads a Fixnum -123
fails:Marshal.load loads a Fixnum -124
fails:Marshal.load loads a Class String
fails:Marshal.load loads a Module Marshal
fails:Marshal.load loads a Module nested
fails:Marshal.load loads a _dump object
fails:Marshal.load loads a _dump object extended
fails:Marshal.load loads a marshal_dump object
fails:Marshal.load loads a Random
fails:Marshal.load raises an ArgumentError with full constant name when the dumped constant is missing
fails:Marshal.load when source is tainted returns a tainted object
fails:Marshal.load for an Array loads an array containing the same objects
fails:Marshal.load for a Hash loads an extended_user_hash with a parameter to initialize
fails:Marshal.load for a Hash preserves hash ivars when hash contains a string having ivar
fails:Marshal.load for a String loads a String subclass with custom constructor
fails:Marshal.load for a Struct loads a extended_struct having fields with same objects
fails:Marshal.load for a Struct loads a struct having ivar
fails:Marshal.load for a Struct loads a struct having fields
fails:Marshal.load for a Struct does not call initialize on the unmarshaled struct
fails:Marshal.load for an Exception loads a marshalled exception with no message
fails:Marshal.load for an Exception loads a marshalled exception with a message
fails:Marshal.load for an Exception loads a marshalled exception with a backtrace
fails:Marshal.load for a user Class loads a user-marshaled extended object
fails:Marshal.load for a user Class loads a user_object
fails:Marshal.load for a user Class loads an object
fails:Marshal.load for a user Class raises ArgumentError if the object from an 'o' stream is not dumpable as 'o' type user class
fails:Marshal.load for a user Class loads an extended Object
fails:Marshal.load for a user Class loads an object having ivar
fails:Marshal.load for a user Class that extends a core type other than Object or BasicObject raises ArgumentError if the resulting class does not extend the same type
fails:Marshal.load for a Regexp loads an extended Regexp
fails:Marshal.load for a Regexp loads a extended_user_regexp having ivar
fails:Marshal.load for a Integer loads and Integer -8
fails:Marshal.load for a Integer loads an Integer 1234
fails:Marshal.load for a Integer loads an Integer -1234
fails:Marshal.load for a Rational loads
fails:Marshal.load for a Complex loads
fails:Marshal.load for a Time loads
fails:Marshal.load for a Time loads serialized instance variables
fails:Marshal.load for a Time loads Time objects stored as links
fails:Marshal.load for a Time loads the zone
fails:Marshal.load for a Time loads nanoseconds
fails:Marshal.load for a Class loads
fails:Marshal.load for a Class raises ArgumentError if given the name of a non-Module
fails:Marshal.load for a Class raises ArgumentError if given a nonexistent class
fails:Marshal.load for a Module loads a module
fails:Marshal.load for a Module raises ArgumentError if given the name of a non-Class
fails:Marshal.load for a Module loads an old module
fails:Marshal.load for a wrapped C pointer loads
fails:Marshal.load for a wrapped C pointer raises TypeError when the local class is missing _data_load
fails:Marshal.load for a wrapped C pointer raises ArgumentError when the local class is a regular object
fails:Marshal.load when a class with the same name as the dumped one exists outside the namespace invokes Module#const_missing
43 changes: 0 additions & 43 deletions spec/truffle/tags/core/marshal/restore_tags.txt
Original file line number Diff line number Diff line change
@@ -1,75 +1,32 @@
fails:Marshal.restore raises an ArgumentError when the dumped class is missing
fails:Marshal.restore returns the value of the proc when called with a proc
fails:Marshal.restore calls the proc for recursively visited data
fails:Marshal.restore loads an array containing objects having _dump method, and with proc
fails:Marshal.restore loads an array containing objects having marshal_dump method, and with proc
fails:Marshal.restore loads an Array with proc
fails:Marshal.restore assigns classes to nested subclasses of Array correctly
fails:Marshal.restore loads subclasses of Array with overridden << and push correctly
fails:Marshal.restore raises EOFError on loading an empty file
fails:Marshal.restore returns an untainted object if source is untainted
fails:Marshal.restore preserves taintedness of nested structure
fails:Marshal.restore returns a trusted object if source is trusted
fails:Marshal.restore returns an untrusted object if source is untrusted
fails:Marshal.restore loads a 1..2
fails:Marshal.restore loads a 1...2
fails:Marshal.restore loads a 'a'..'b'
fails:Marshal.restore loads a Struct
fails:Marshal.restore loads a String extended
fails:Marshal.restore loads a String subclass
fails:Marshal.restore loads a String subclass extended
fails:Marshal.restore loads a Fixnum -2**24
fails:Marshal.restore loads a Fixnum -4516727
fails:Marshal.restore loads a Fixnum -2**16
fails:Marshal.restore loads a Fixnum -2**8
fails:Marshal.restore loads a Fixnum -123
fails:Marshal.restore loads a Fixnum -124
fails:Marshal.restore loads a Class String
fails:Marshal.restore loads a Module Marshal
fails:Marshal.restore loads a Module nested
fails:Marshal.restore loads a _dump object
fails:Marshal.restore loads a _dump object extended
fails:Marshal.restore loads a marshal_dump object
fails:Marshal.restore loads a Random
fails:Marshal.restore raises an ArgumentError with full constant name when the dumped constant is missing
fails:Marshal.restore when source is tainted returns a tainted object
fails:Marshal.restore for an Array loads an array containing the same objects
fails:Marshal.restore for a Hash loads an extended_user_hash with a parameter to initialize
fails:Marshal.restore for a Hash preserves hash ivars when hash contains a string having ivar
fails:Marshal.restore for a String loads a String subclass with custom constructor
fails:Marshal.restore for a Struct loads a extended_struct having fields with same objects
fails:Marshal.restore for a Struct loads a struct having ivar
fails:Marshal.restore for a Struct loads a struct having fields
fails:Marshal.restore for a Struct does not call initialize on the unmarshaled struct
fails:Marshal.restore for an Exception loads a marshalled exception with no message
fails:Marshal.restore for an Exception loads a marshalled exception with a message
fails:Marshal.restore for an Exception loads a marshalled exception with a backtrace
fails:Marshal.restore for a user Class loads a user-marshaled extended object
fails:Marshal.restore for a user Class loads a user_object
fails:Marshal.restore for a user Class loads an object
fails:Marshal.restore for a user Class raises ArgumentError if the object from an 'o' stream is not dumpable as 'o' type user class
fails:Marshal.restore for a user Class loads an extended Object
fails:Marshal.restore for a user Class loads an object having ivar
fails:Marshal.restore for a user Class that extends a core type other than Object or BasicObject raises ArgumentError if the resulting class does not extend the same type
fails:Marshal.restore for a Regexp loads an extended Regexp
fails:Marshal.restore for a Regexp loads a extended_user_regexp having ivar
fails:Marshal.restore for a Integer loads and Integer -8
fails:Marshal.restore for a Integer loads an Integer 1234
fails:Marshal.restore for a Integer loads an Integer -1234
fails:Marshal.restore for a Rational loads
fails:Marshal.restore for a Complex loads
fails:Marshal.restore for a Time loads
fails:Marshal.restore for a Time loads serialized instance variables
fails:Marshal.restore for a Time loads Time objects stored as links
fails:Marshal.restore for a Time loads the zone
fails:Marshal.restore for a Time loads nanoseconds
fails:Marshal.restore for a Class loads
fails:Marshal.restore for a Class raises ArgumentError if given the name of a non-Module
fails:Marshal.restore for a Class raises ArgumentError if given a nonexistent class
fails:Marshal.restore for a Module loads a module
fails:Marshal.restore for a Module raises ArgumentError if given the name of a non-Class
fails:Marshal.restore for a Module loads an old module
fails:Marshal.restore for a wrapped C pointer loads
fails:Marshal.restore for a wrapped C pointer raises TypeError when the local class is missing _data_load
fails:Marshal.restore for a wrapped C pointer raises ArgumentError when the local class is a regular object
fails:Marshal.restore when a class with the same name as the dumped one exists outside the namespace invokes Module#const_missing
2 changes: 0 additions & 2 deletions spec/truffle/tags/core/matchdata/begin_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/truffle/tags/core/matchdata/end_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/truffle/tags/core/matchdata/offset_tags.txt

This file was deleted.

5 changes: 0 additions & 5 deletions spec/truffle/tags/core/numeric/remainder_tags.txt

This file was deleted.

12 changes: 0 additions & 12 deletions spec/truffle/tags/core/numeric/step_tags.txt

This file was deleted.

11 changes: 0 additions & 11 deletions spec/truffle/tags/core/proc/case_compare_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/truffle/tags/core/proc/curry_tags.txt
Original file line number Diff line number Diff line change
@@ -14,8 +14,6 @@ fails:Proc#curry with arity argument accepts an optional Integer argument for th
fails:Proc#curry with arity argument returns a Proc when called on a proc
fails:Proc#curry with arity argument returns a Proc when called on a lambda
fails:Proc#curry with arity argument retains the lambda-ness of the Proc on which its called
fails:Proc#curry with arity argument raises an ArgumentError if called on a lambda that requires more than _arity_ arguments
fails:Proc#curry with arity argument raises an ArgumentError if called on a lambda that requires fewer than _arity_ arguments
fails:Proc#curry with arity argument calls the curried proc with the arguments if _arity_ arguments have been given
fails:Proc#curry with arity argument returns a Proc that consumes the remainder of the arguments when fewer than _arity_ arguments are given
fails:Proc#curry with arity argument can be specified multiple times on the same Proc
6 changes: 0 additions & 6 deletions spec/truffle/tags/core/process/abort_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/truffle/tags/core/signal/list_tags.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
fails:Signal.list doesn't contain other signals than in 1.8
fails:Signal.list redefines CLD with CHLD if defined
fails:Signal.list includes the EXIT key with a value of zero
2 changes: 0 additions & 2 deletions spec/truffle/tags/core/string/each_codepoint_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/truffle/tags/core/string/sub_tags.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
fails(regexp):String#sub! with pattern and block raises a RuntimeError if the string is modified while substituting
fails:String#sub with pattern and without replacement and block raises a ArgumentError
fails:String#sub! with pattern and without replacement and block raises a ArgumentError
1 change: 0 additions & 1 deletion spec/truffle/tags/core/struct/each_pair_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/struct/each_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/struct/select_tags.txt

This file was deleted.

3 changes: 0 additions & 3 deletions spec/truffle/tags/core/systemexit/initialize_tags.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
fails:SystemExit#initialize accepts a status
fails:SystemExit#initialize accepts a message
fails:SystemExit#initialize accepts a status and message
fails:SystemExit#initialize sets the status to 0 by default
2 changes: 0 additions & 2 deletions spec/truffle/tags/core/systemexit/success_tags.txt

This file was deleted.

6 changes: 0 additions & 6 deletions spec/truffle/tags/core/thread/abort_on_exception_tags.txt

This file was deleted.

10 changes: 0 additions & 10 deletions spec/truffle/tags/core/thread/alive_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/threadgroup/list_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/time/gm_tags.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
fails:Time.gm handles string arguments
fails:Time.gm handles microseconds
fails:Time.gm handles fractional microseconds as a Float
fails:Time.gm handles fractional microseconds as a Rational
1 change: 0 additions & 1 deletion spec/truffle/tags/core/time/utc_tags.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
fails:Time#utc? returns true if time represents a time in UTC (GMT)
fails:Time.utc handles string arguments
fails:Time.utc handles microseconds
fails:Time.utc handles fractional microseconds as a Float
fails:Time.utc handles fractional microseconds as a Rational

0 comments on commit 446309a

Please sign in to comment.