Issue Type: Bug Bug
Affects Versions: JRuby 1.7.3
Assignee: Thomas E Enebo
Components: Standard Library
Created: 27/Mar/13 3:35 PM
Description:

we had some weird behavior in our test suite failing while using simplecov. basically simplecov uses an at_exit that checks $! to see if it should exit with a non-zero code. tracking down what was happening, i found that it appears Dir.exists? returns false, as it should, but also sets $! without throwing an exception. see this gist to see a simple test.rb and the console output.

https://gist.github.com/akreiling/5253467

Project: JRuby
Priority: Minor Minor
Reporter: Andrew Kreiling
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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

Reply via email to