test/test_crazy_blocks fails with invokedynamic -----------------------------------------------
Key: JRUBY-5672 URL: http://jira.codehaus.org/browse/JRUBY-5672 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.6 Reporter: Christian Thalinger Assignee: Thomas E Enebo Priority: Minor $ bin/jruby.sh -Xcompile.invokedynamic=false -J-XX:+UnlockExperimentalVMOptions -J-XX:+EnableMethodHandles -J-XX:+EnableInvokeDynamic test/test_crazy_blocks.rb Loaded suite test/test_crazy_blocks Started .... Finished in 0.03 seconds. 4 tests, 4 assertions, 0 failures, 0 errors $ bin/jruby.sh -Xcompile.invokedynamic=true -J-XX:+UnlockExperimentalVMOptions -J-XX:+EnableMethodHandles -J-XX:+EnableInvokeDynamic test/test_crazy_blocks.rb Loaded suite test/test_crazy_blocks Started .F.F Finished in 0.096 seconds. 1) Failure: test_crazy2(TestCrazyBlocks) [test/test_crazy_blocks.rb:34:in `test_crazy2' org/jruby/RubyKernel.java:2038:in `send' org/jruby/RubyArray.java:1572:in `each' org/jruby/RubyArray.java:1572:in `each']: <[1, 2, 3, 4]> expected but was <[]>. 2) Failure: test_crazy4(TestCrazyBlocks) [test/test_crazy_blocks.rb:56:in `test_crazy4' org/jruby/RubyKernel.java:2038:in `send' org/jruby/RubyArray.java:1572:in `each' org/jruby/RubyArray.java:1572:in `each']: <[1, 2, 3, 4]> expected but was <[]>. 4 tests, 4 assertions, 2 failures, 0 errors -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email