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 Zakharov (JIRA)" <ji...@apache.org> on 2007/03/15 14:21:09 UTC

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

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

Alexei Zakharov closed HARMONY-2867.
------------------------------------


> [classlib][awt] 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
>         Assigned To: Alexei Zakharov
>            Priority: Minor
>
> 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.