Rubinius core/exception_spec failures
-------------------------------------

                 Key: JRUBY-1057
                 URL: http://jira.codehaus.org/browse/JRUBY-1057
             Project: JRuby
          Issue Type: Bug
            Reporter: Charles Oliver Nutter
            Assignee: Thomas E Enebo


{noformat}
1)
'Exception class method exception should return 'Exception' for message when no 
message given' FAILED
expected "Exception", got "" (using ==)
./test/externals/rubinius/spec/core/exception_spec.rb:28:

2)
'Exception instance method message should return the exception message' FAILED
expected ["Exception", "Ouch!"], got ["", "Ouch!"] (using ==)
./test/externals/rubinius/spec/core/exception_spec.rb:38:

3)
'Exception instance method inspect should return '#<Exception: Exception>' when 
no message given' FAILED
expected "#<Exception: Exception>", got "Exception" (using ==)
./test/externals/rubinius/spec/core/exception_spec.rb:42:

4)
NoMethodError in 'SystemCallError instance methods errno should return nil when 
no errno given'
undefined method `errno' for #<SystemCallError: message>:SystemCallError
./test/externals/rubinius/spec/core/exception_spec.rb:158:

5)
NoMethodError in 'SystemCallError instance methods errno should return the 
errno given as optional argument to new'
undefined method `errno' for #<SystemCallError: message>:SystemCallError
./test/externals/rubinius/spec/core/exception_spec.rb:162:

6)
'In the Exception class hierarchy Interrupt should subclass SignalException' 
FAILED
expected true, got false (using ==)
./test/externals/rubinius/spec/core/exception_spec.rb:11:in `check_ancestor'
./test/externals/rubinius/spec/core/exception_spec.rb:81:
{noformat}

-- 
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

Reply via email to