You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Vladimir Ivanov (JIRA)" <ji...@apache.org> on 2007/02/15 11:31:05 UTC

[jira] Closed: (HARMONY-3177) [drlvm][testing] regression test H3121 intermittently leads to debug window on WinXP

     [ https://issues.apache.org/jira/browse/HARMONY-3177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Ivanov closed HARMONY-3177.
------------------------------------


thanks, the test was excluded as expected.

> [drlvm][testing] regression test H3121 intermittently leads to debug window on WinXP
> ------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3177
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3177
>             Project: Harmony
>          Issue Type: Bug
>            Reporter: Vladimir Ivanov
>         Assigned To: Stepan Mishura
>         Attachments: ex.patch, screenshot-1.jpg
>
>
> The DRLVM regression test H3121 intermittently leads to debug window on WinXP (~1 time for 10 runs). Note the test reports 'passed' status in ~5 second even when the debug window appears.
> Command to run:
> ---------------
> A=0 
> while [ "$A" -lt "500" ]; do 
> drlvm/trunk/build/win_ia32_msvc_debug/deploy/jdk/jre/bin/java \
> 	-Xem:server \
> 	-XDvm.assert_dialog=0 \
> 	-classpath \
> 	"drlvm/trunk/build/win_ia32_msvc_debug/semis/reg.tests/classes;drlvm/trunk/build/make/tmp/cpptasks.jar;drlvm/trunk/build/make/tmp/junit.jar;dist/apache-ant-1.6.5/lib/ant-launcher.jar;dist/apache-ant-1.6.5/lib/ant.jar;dist/apache-ant-1.6.5/lib/ant-junit.jar" \
> 	junit.textui.TestRunner org.apache.harmony.drlvm.tests.regression.h3121.H3121
>     echo $? 
>     A=`expr $A + 1` 
>     echo $A 
> done 
> ---------------
> screen shots with debag windows is attached

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