-
-
Notifications
You must be signed in to change notification settings - Fork 904
New issue
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
Test suite does not run correctly on JRuby #722
Comments
please run 'jruby -S rake test' instead of 'rake test'. Let me know if you have any other issue running the test suite and I'll be happy to assist you. |
Unfortunately that doesn't help:
|
it should work without 'bundle exec' |
Enabling shared gems in .bundle/config it does indeed now work. Am I to expect 4 failures, 3 errors, 11 skips? |
currently we have some failures and errors regarding encoding when the test suite runs in 1.9 mode, some of which are fixed on a branch but not merged to master yet. if you run jruby in 1.8 mode you shouldn't see any failures/errors. i'm closing the ticket, since it's not a bug. please post any further questions regarding building/testing on the mailing list since you'll have a better chance of getting your question answered. Thanks again for your efforts. |
Every time I report a nokogiri jruby bug, I have to include a test case outside of the nokogiri test suite because I cannot get it to run properly:
When the bugs I report are fixed, no test coverage is actually added to nokogiri, so regressions are fairly likely. If I could get the test suite running, my bug reports could be failing tests as pull requests instead.
Does anyone have any idea how to get these tests running on JRuby?
The text was updated successfully, but these errors were encountered: