rubygems / rubygems-test

An attempt to replace the testing facility in rubygems via a test plugin.
Other
48 stars 11 forks source link

gem test fails on JRuby 1.6.0 with --1.9 mode. #30

Open postmodern opened 13 years ago

postmodern commented 13 years ago

The gem test command fails on JRuby 1.6.0 with the --1.9 mode enabled:

$ jruby --1.9 -S gem test rprogram
Finished in 6.06 seconds
95 examples, 0 failures
Upload these results? [Yn]  Y
Name of the rubygem is invalid
Version can't be blank
erikh commented 13 years ago

This is a problem with the interchange of YAML 1.1 (libyaml-style) and YAML 1.0 (syck-style) between the client and gem-testers. I think this should be solved server-side, creating a ticket there to reflect this. Will comment with ticket information here.

erikh commented 13 years ago

https://github.com/rubygems/gem-testers/issues/26