Skip to content

Commit

Permalink
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/truffle/tags/core/array/dig_tags.txt
Original file line number Diff line number Diff line change
@@ -2,3 +2,4 @@ fails:Array#dig returns #at with one arg
fails:Array#dig recurses array elements
fails:Array#dig raises without any args
fails:Array#dig calls #dig on the result of #at with the remaining arguments
fails:Array#dig raises a TypeError for a non-numeric index
Original file line number Diff line number Diff line change
@@ -4,3 +4,5 @@ fails:BasicObject#singleton_method_added is called when a method is defined in t
fails:BasicObject#singleton_method_added is called when a method is defined with alias_method in the singleton class
fails:BasicObject#singleton_method_added is called when a method is defined with syntax alias in the singleton class
fails:BasicObject#singleton_method_added is called when define_method is used in the singleton class
fails:BasicObject#singleton_method_added is called when a singleton method is defined on an object
fails:BasicObject#singleton_method_added is called when a singleton method is defined on a module
1 change: 1 addition & 0 deletions spec/truffle/tags/core/module/method_added_tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fails:Module#method_added is not called when a singleton method is added
1 change: 1 addition & 0 deletions spec/truffle/tags/core/time/at_tags.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
fails:Time.at passed Numeric returns a subclass instance on a Time subclass
fails:Time.at passed Time returns a subclass instance
fails:Time.at passed Numeric roundtrips a Rational produced by #to_r
fails:Time.at passed Numeric passed BigDecimal doesn't round input value

0 comments on commit bda5bf9

Please sign in to comment.