We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests on JRuby 9.3+ are failing with Java::JavaLang::ArrayIndexOutOfBoundsException
This appears to be due to a JRuby bug: jruby/jcodings#25 => jruby/jcodings#26
I don't think there is a work-round, so I think we either need to stop testing on JRuby 9.3+, or allow for such test failures on those versions.
The text was updated successfully, but these errors were encountered:
With recent fixes on the JRuby's side, the test suite is passing again jruby/jruby#7730 So we can close this.
Sorry, something went wrong.
No branches or pull requests
Tests on JRuby 9.3+ are failing with Java::JavaLang::ArrayIndexOutOfBoundsException
This appears to be due to a JRuby bug:
jruby/jcodings#25 => jruby/jcodings#26
I don't think there is a work-round, so I think we either need to stop testing on JRuby 9.3+, or allow for such test failures on those versions.
The text was updated successfully, but these errors were encountered: