Disabling ObjectSpace interferes with running of unit tests -----------------------------------------------------------
Key: JRUBY-1136 URL: http://jira.codehaus.org/browse/JRUBY-1136 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.0.0 Environment: win xp sp 2, java 150_12 D:\work\napa\jnapa>jruby -v ruby 1.8.5 (2007-06-11 rev 3812) [x86-jruby1.0.0RC3] Although I think the version number displayed by -v is wrong as I am running the latest sources from svn trunk as of 13.6. Reporter: Antti Karanta Assignee: Thomas E Enebo Priority: Minor Using the -O option when running unit tests seems to cause all tests to be skipped: D:\work\napa\jnapa>jruby d:\ars_magica\ars_magica\automata_magica\unit_tests\alltests.rb Loaded suite d:\ars_magica\ars_magica\automata_magica\unit_tests\alltests Started .................................................. Finished in 20.011 seconds. 50 tests, 271 assertions, 0 failures, 0 errors D:\work\napa\jnapa>jruby -O d:\ars_magica\ars_magica\automata_magica\unit_tests\alltests.rb Loaded suite d:\ars_magica\ars_magica\automata_magica\unit_tests\alltests Started Finished in 0.04 seconds. 0 tests, 0 assertions, 0 failures, 0 errors -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email