File tree 5 files changed +7
-0
lines changed
5 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ fails(JRUBY-5667):Dir.glob splits the string on \0 if there is only one string g
2
2
fails:Dir.glob raises an Encoding::CompatibilityError if the argument encoding is not compatible with US-ASCII
3
3
fails:Dir.glob splits the string on \0 if there is only one string given
4
4
windows:Dir.glob accepts a block and yields it with each elements
5
+ fails:Dir.glob handles simple directory patterns applied to non-directories
Original file line number Diff line number Diff line change 1
1
fails:Enumerator::Lazy#uniq when yielded with multiple arguments returns all yield arguments as an array
2
+ fails:Enumerator::Lazy#uniq without block return same value after rewind
3
+ fails:Enumerator::Lazy#uniq when yielded with an argument return same value after rewind
4
+ fails:Enumerator::Lazy#uniq when yielded with multiple arguments return same value after rewind
Original file line number Diff line number Diff line change
1
+ fails:Module#prepend reports the class for the owner of a method aliased from the prepended module
Original file line number Diff line number Diff line change 1
1
fails:Module#private without arguments does not affect method definitions when itself is inside an eval and method definitions are outside
2
2
fails:Module#private without arguments within a closure sets the visibility outside the closure
3
+ fails:Module#private continues to allow a prepended module method to call super
Original file line number Diff line number Diff line change
1
+ fails:UnboundMethod#owner returns the new owner for aliased methods on singleton classes
You can’t perform that action at this time.
0 commit comments