[jruby-dev] "library" directory of ruby spec gone?

2014-07-18 Thread Uwe Kubosch
Hi all! I am trying to look at https://github.com/jruby/jruby/issues/1824 , and as we should, I started by ensuring we had green tests and then to locate the tests for YAML.load_file. I was unable to get green tests, but that is another story. I found “test/jruby/test_yaml.rb” that was not inc

Re: [jruby-dev] "library" directory of ruby spec gone?

2014-07-18 Thread Thomas E Enebo
Brian split out all the libraries to over 100 separate rubysl-* gems and the tests are in each one. So you need to retrieve tests from the appropriate gem to run specs now. They are no longer part of rubyspec. -Tom On Fri, Jul 18, 2014 at 5:14 AM, Uwe Kubosch wrote: > Hi all! > > I am tryin

Re: [jruby-dev] "library" directory of ruby spec gone?

2014-07-18 Thread Uwe Kubosch
Thanks, Tom! Found it! How are we going to handle this? We need to run these tests to ensure JRuby is compliant, right? On 2014-07-18, at 17:49, Thomas E Enebo wrote: > Brian split out all the libraries to over 100 separate rubysl-* gems and the > tests are in each one. So you need to re

Re: [jruby-dev] "library" directory of ruby spec gone?

2014-07-18 Thread Thomas E Enebo
I don't know how we solve this. That is a ton of repos to extract specs from. We could make a script I guess? -Tom On Fri, Jul 18, 2014 at 2:30 PM, Uwe Kubosch wrote: > Thanks, Tom! Found it! > > How are we going to handle this? We need to run these tests to ensure > JRuby is compliant, ri