You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's two new tests failing for this behavior. I think it was added recently:
4) Failure:
TestArray#test_sample [/Users/headius/projects/jruby/test/mri/ruby/test_array.rb:2179]:
ArgumentError expected but nothing was raised.
5) Failure:
TestArray#test_shuffle [/Users/headius/projects/jruby/test/mri/ruby/test_array.rb:2099]:
ArgumentError expected but nothing was raised.
The text was updated successfully, but these errors were encountered:
9) Failure:
TestDir#test_unknown_keywords [/Users/headius/projects/jruby/test/mri/ruby/test_dir.rb:205]:
[ruby-dev:47152] [Bug #8060].
Expected Exception(ArgumentError) was raised, but the message doesn't match.
Expected /unknown keyword/ to match "wrong number of arguments calling `open` (2 for 1)".
Dir.open missing optional second keyword argument #4495 is for the last case reported in this bug. We just flat out don't support kwarg options for Dir.open at all...
Here's two new tests failing for this behavior. I think it was added recently:
The text was updated successfully, but these errors were encountered: