You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexei Fedotov (JIRA)" <ji...@apache.org> on 2007/10/25 11:03:50 UTC

[jira] Commented: (HARMONY-5018) [drlvm][threading] org.apache.harmony.test.stress.vm.threads.StressJoinTest doesn't return correct exit status

    [ https://issues.apache.org/jira/browse/HARMONY-5018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12537550 ] 

Alexei Fedotov commented on HARMONY-5018:
-----------------------------------------

The same shutdown problem appears in the following tests:

stress.org.apache.harmony.test.stress.threads.StressInterruptTest.withOOME.withSOE.StressInterruptTest04
stress.org.apache.harmony.test.stress.threads.StressJoinTest.chain.withOOME.withSOE.StressJoinTest04
stress.org.apache.harmony.test.stress.threads.StressJoinTest.leader.withOOME.withSOE.StressJoinTest08
stress.org.apache.harmony.test.stress.threads.StressSleepTest.withOOME.withSOE.StressSleepTest04
stress.org.apache.harmony.test.stress.threads.StressSuspendTest.withOOME.withSOE.StressSuspendTest04
stress.org.apache.harmony.test.stress.threads.StressSynchronizationTest.combination.withOOME.withSOE.StressSynchronizationTest12
stress.org.apache.harmony.test.stress.threads.StressSynchronizationTest.synchronized.withOOME.withSOE.StressSynchronizationTest04
stress.org.apache.harmony.test.stress.threads.StressSynchronizationTest.unsynchronized.withOOME.withSOE.StressSynchronizationTest08
stress.org.apache.harmony.test.stress.threads.StressWaitNotifyTest.withOOME.withSOE.StressWaitNotifyTest04


> [drlvm][threading] org.apache.harmony.test.stress.vm.threads.StressJoinTest doesn't return correct exit status
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5018
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5018
>             Project: Harmony
>          Issue Type: Bug
>          Components: VM
>         Environment: win 32, debug build
>            Reporter: Alexei Fedotov
>
> The following test reports incorrect exit status on Harmony VM
> $ build/checkouts/hdk/target/hdk/jdk/jre/bin/java.exe -showversion -Dorg.apache.harmony.test.share.stress.ReliabilityRunner.timeToWork=30 -org.apache.harmony.test.share.stress.ReliabilityRunner.timeToAbort=30 -cp build/classes/stress/classes';build/results/stress/temp;build\classes\stress\classes;build\classes\stress\lib;build\libs\th.jar;build\libs\junit-3.8.2.jar' org.apache.harmony.test.stress.vm.threads.StressJoinTest -numThreads 100 -smallObjSize 500 -freeMem 1000 -sleepTime 3000 -oOMEr on -sOEr on -joinMthd leader logLevel INFO || echo $?
> 128

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.