Rubinius language/expressions/while_spec failures
-------------------------------------------------
Key: JRUBY-1072
URL: http://jira.codehaus.org/browse/JRUBY-1072
Project: JRuby
Issue Type: Bug
Reporter: Charles Oliver Nutter
Assignee: Thomas E Enebo
Looks like jump errors.
{noformat}
1)
'The while expression should return nil if ended when condition became false'
FAILED
expected nil, got false (using ==)
./test/externals/rubinius/spec/language/expressions/while_spec.rb:63:
2)
'The while expression should return value passed to break if interrupted by
break' FAILED
expected 123, got true (using ==)
./test/externals/rubinius/spec/language/expressions/while_spec.rb:78:
3)
'The while expression should return nil if interrupted by break with no
arguments' FAILED
expected nil, got true (using ==)
./test/externals/rubinius/spec/language/expressions/while_spec.rb:84:
4)
'The while modifier should return nil if ended when condition became false'
FAILED
expected nil, got false (using ==)
./test/externals/rubinius/spec/language/expressions/while_spec.rb:132:
5)
'The while modifier should return value passed to break if interrupted by
break' FAILED
expected 123, got true (using ==)
./test/externals/rubinius/spec/language/expressions/while_spec.rb:136:
6)
'The while modifier should return nil if interrupted by break with no
arguments' FAILED
expected nil, got true (using ==)
./test/externals/rubinius/spec/language/expressions/while_spec.rb:140:
7)
'The while modifier with begin .. end block should return value passed to break
if interrupted by break' FAILED
expected 123, got nil (using ==)
./test/externals/rubinius/spec/language/expressions/while_spec.rb:182:
{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