test_thread failure in  run-junit-compiled-threadpool
-----------------------------------------------------

                 Key: JRUBY-2111
                 URL: http://jira.codehaus.org/browse/JRUBY-2111
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.1RC1
         Environment: Latest JRuby 1.1RC1 on Ubuntu Linux
            Reporter: Vladimir Sizikov
             Fix For: JRuby 1.1RC2


4 attempts to run 'ant test-all' failed with the very same error:

{noformat}
run-junit-compiled-threadpool:
     [echo] compile=JIT, jit.threshold=0, jit.max=-1, objectspace=true 
threadpool=true reflection=fa                                                   
                             lse version=ruby1_8
    [junit] Testsuite: org.jruby.test.MainTestSuite
    [junit] Tests run: 241, Failures: 0, Errors: 0, Time elapsed: 17.019 sec
    [junit]
    [junit] Testsuite: org.jruby.test.ScriptTestSuite
    [junit] Tests run: 78, Failures: 0, Errors: 0, Time elapsed: 19.884 sec
    [junit]
    [junit] Testsuite: org.jruby.test.BFTSTestSuite
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 1.617 sec
    [junit]
    [junit] Testsuite: org.jruby.test.JRubyTestSuite
    [junit] Failure:
    [junit] test_status(TestThread) 
[/opt/work/jruby.git/./test/test_thread.rb:56]:
    [junit] <"run"> expected but was
    [junit] <false>.
    [junit] )
    [junit] Tests run: 55, Failures: 1, Errors: 0, Time elapsed: 24.828 sec
    [junit]
    [junit] Testcase: test_thread(org.jruby.test.TestUnitTestSuite$ScriptTest): 
FAILED
    [junit] Faults encountered running test/test_thread, complete output 
follows:
    [junit] Failure:
    [junit] test_status(TestThread) 
[/opt/work/jruby.git/./test/test_thread.rb:56]:
    [junit] <"run"> expected but was
    [junit] <false>.
    [junit]
    [junit] junit.framework.AssertionFailedError: Faults encountered running 
test/test_thread, compl                                                         
                       ete output follows:
    [junit] Failure:
    [junit] test_status(TestThread) 
[/opt/work/jruby.git/./test/test_thread.rb:56]:
    [junit] <"run"> expected but was
    [junit] <false>.
    [junit]
    [junit]     at 
org.jruby.test.TestUnitTestSuite$ScriptTest.runTest(TestUnitTestSuite.java:201)
    [junit]
    [junit]
{noformat}

Surprisingly, just executing the tests via 'ant run-junit-compiled-threadpool' 
passes OK.

At any rate, 'ant test' is broken on Linux (at least)

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