Skip to content

rake spec:compiler failing since ba4df82 #746

@atambo

Description

@atambo

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions