while cases disabled with precompiled tests now runninng; known lackings in the 
compiler
----------------------------------------------------------------------------------------

                 Key: JRUBY-1753
                 URL: http://jira.codehaus.org/browse/JRUBY-1753
             Project: JRuby
          Issue Type: Bug
          Components: Compiler
            Reporter: Charles Oliver Nutter
            Assignee: Charles Oliver Nutter
             Fix For: JRuby 1.1


The following cases have been disabled in the recent "+C working" commit. We 
need to decide if the compiler should handle these cases or if some other sort 
of error should be provided. Currently, they do not compile (verification 
fails).

{noformat}
# Had to disable these because compiler doesn't handle this syntax at the moment
#test_equal(nil, while false; end)
#
#test_equal(:foo, while true; break :foo; end)
{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