You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Andrey Pavlenko (JIRA)" <ji...@apache.org> on 2007/01/25 13:29:49 UTC

[jira] Commented: (HARMONY-2867) [classlib] intermittent failure of java.awt.WindowTest

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

Andrey Pavlenko commented on HARMONY-2867:
------------------------------------------

Tatyana, I can't reproduce any failures. Is this issue still reproducible?

> [classlib] intermittent failure of java.awt.WindowTest
> ------------------------------------------------------
>
>                 Key: HARMONY-2867
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2867
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: msvc debug drlvm
>            Reporter: tatyana doubtsova
>
> java.awt.WindowTest intermittently failes (9 times out of 50 and 8 times out of 50):
> Test: testSetLocationRelativeToClass: java.awt.WindowTestjunit.framework.AssertionFailedError: expected:<java.awt.Point[x=699,y=525]> but was:<java.awt.Point[x=760,y=542]>
> 	at java.awt.WindowTest.testSetLocationRelativeTo(WindowTest.java:82)
> 	at java.lang.reflect.VMReflection.invokeMethod(Native Method)
> to reproduce try 
> #!/bin/sh 
> A=0 
> while [ "$A" -lt "50" ]; do 
>       ant -Dtest.jre.home=<path to jre> -Dbuild.module=awt -Dhy.test.vm.name=drl -Dhy.test.forkmode=once test 
>       A=`expr $A + 1` 
> done 

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