You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'YARD::Parser::Base#initialize should take 2 arguments' FAILED
expected ArgumentError with message matching /wrong number of arguments/, got #<ArgumentError: wrong # of arguments(0 for 2)>
./spec/parser/base_spec.rb:10:
YARD::Handlers::NamespaceMissingError in 'YARD::Parser::CParser#parse before(:all)'
YARD::Handlers::NamespaceMissingError
./spec/parser/c_parser_spec.rb:7:
'YARD::Parser::SourceParser#parse_in_order should attempt to parse files in order' FAILED
expected: /Missing object MyModule/,
got: "Processing ./spec/parser/examples/parse_in_order_002.rb.txt..." (using =~)
./spec/parser/source_parser_spec.rb:220:
ArgumentError in 'YARD::Registry.load_yardoc should maintain hash key equality on loaded objects'
dump format error(�)
./spec/registry_spec.rb:201:
Finished in 10.788 seconds
989 examples, 5 failures, 1 pending
The text was updated successfully, but these errors were encountered:
Most of the JRuby failures turned out to be due to lack of (full) support for continuations, one of them was just a difference in exception messages. The only outlying issue for JRuby right now is the "dump format error" failure, which I've reported as a bug at #JRUBY-5123.
Therefore all fixable JRuby failures have been dealt with, and I will be closing this ticket. Once a fix or workaround for JRUBY-5123 is provided, I will merge it into the codebase.
I'm getting the following spec failures when running the specs with jruby. They run fine with ruby 1.8 and ruby enterprise edition.
'YARD::CodeObjects::Proxy should respond_to respond_to?' FAILED
expected: true,
got: false (using ==)
./spec/code_objects/proxy_spec.rb:43:
'YARD::Parser::Base#initialize should take 2 arguments' FAILED
expected ArgumentError with message matching /wrong number of arguments/, got #<ArgumentError: wrong # of arguments(0 for 2)>
./spec/parser/base_spec.rb:10:
YARD::Handlers::NamespaceMissingError in 'YARD::Parser::CParser#parse before(:all)'
YARD::Handlers::NamespaceMissingError
./spec/parser/c_parser_spec.rb:7:
'YARD::Parser::SourceParser#parse_in_order should attempt to parse files in order' FAILED
expected: /Missing object MyModule/,
got: "Processing ./spec/parser/examples/parse_in_order_002.rb.txt..." (using =~)
./spec/parser/source_parser_spec.rb:220:
ArgumentError in 'YARD::Registry.load_yardoc should maintain hash key equality on loaded objects'
dump format error(�)
./spec/registry_spec.rb:201:
Finished in 10.788 seconds
989 examples, 5 failures, 1 pending
The text was updated successfully, but these errors were encountered: