Details
-
Type:
Task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.1
-
Fix Version/s: JRuby 1.1
-
Component/s: None
-
Labels:None
Description
MRI contains a number of tests in the source dist under the "test" dir. There are language tests there (in "ruby") and a number of stdlib tests. All these tests would be great to run in JRuby to help us find additional cases we may not be passing. We should make an effort to run these tests and fix any issues discovered.
IN ADDITION...once tests are running 100% we should find a way to add them to our regular regression suite, either by svn:external'ing them or by having our as-yet-unavailable CI server run them, or our maven test suites project, or something. These are good tests we should be running.
As issues are found related to this task, please create subtasks. I would at least like to get a start on this before the next release.
Issue Links
- is depended upon by
-
JRUBY-56
Work through all tests and scripts in the standard Ruby distro
-
I have cataloged all failing scripts in the "ruby" subdir, based on ruby_1_8_5 branch. All tests from that dir not recorded here passed successfully.