-
-
Notifications
You must be signed in to change notification settings - Fork 925
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
minitest/autorun raises on jruby9000 #2573
Comments
(Also I dunno what's with |
Also each line of stack trace reported by Travis has a bunch (90?) chars of |
Cause it is failing. i reported to jruby at jruby/jruby#2573
Weirdly, this did not happen again on second try. Something weird with travis jruby-head setup, or since it's getting 'head' perhaps there was another commit which resolved a mistake. Anyway, I think this can be closed. |
Please see discussion on #2491 and try on latest master, and can you confirm that this problem is fixed for you? Please reopen if not. |
$ java -version java version "1.7.0_75" OpenJDK Runtime Environment (IcedTea 2.5.4) (7u75-2.5.4-1~precise1) OpenJDK 64-Bit Server VM (build 24.75-b04, mixed mode) $ javac -version javac 1.7.0_75 $ ruby --version jruby: warning: unknown property jruby.cext.enabled jruby 9.0.0.0-SNAPSHOT (2.2.0p0) 2015-02-05 c804f97 OpenJDK 64-Bit Server VM 24.75-b04 on 1.7.0_75-b13 +jit [linux-amd64]
in source seems to result in:
This is just from travis output I haven't debugged further than that, but my test_helper.rb:2 is
require 'minitest/autorun'
.The text was updated successfully, but these errors were encountered: