-
-
Notifications
You must be signed in to change notification settings - Fork 942
Closed
Milestone
Description
rake spec:compiler has been failing since commit ba4df82. cc @headius
The tests all seem to pass but rake still marks the task as failed:
./bin/jruby -S rake spec:compiler ☺
/Users/tambellini/repos/jruby/bin/jruby --1.8 -S rspec spec/compiler/general_spec.rb spec/compiler/rubyscript_spec.rb spec/compiler/skinnymethodadapter_spec.rb
.........................................
Finished in 1.4 seconds
42 examples, 0 failures
rake aborted!
/Users/tambellini/repos/jruby/bin/jruby --1.8 -S rspec spec/compiler/general_spec.rb spec/compiler/rubyscript_spec.rb spec/compiler/skinnymethodadapter_spec.rb failed
org/jruby/RubyBasicObject.java:1505:in `__send__'
org/jruby/RubyKernel.java:2213:in `send'
org/jruby/RubyProc.java:255:in `call'
org/jruby/RubyArray.java:1617:in `each'
org/jruby/RubyArray.java:1617:in `each'
org/jruby/RubyArray.java:1617:in `each'
org/jruby/RubyKernel.java:1073:in `load'
Tasks: TOP => spec:compiler => spec:compiler:int
(See full trace by running task with --trace)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels