You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "tatyana doubtsova (JIRA)" <ji...@apache.org> on 2006/12/25 10:19:21 UTC

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

[classlib] intermittent failure of java.awt.WindowTest
------------------------------------------------------

                 Key: HARMONY-2867
                 URL: http://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.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "Vladimir Ivanov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-2867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Ivanov updated HARMONY-2867:
-------------------------------------

    Attachment: awt.exclude.patch

I observe similar failure on the Win x86_64.
I suggest to exclude this test for CC/CI up to end of investigation.


> [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
>         Attachments: awt.exclude.patch
>
>
> 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.


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

Posted by "Alexei Zakharov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-2867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481741 ] 

Alexei Zakharov commented on HARMONY-2867:
------------------------------------------

Hmm, seems CC is still able to reproduce the issue. The stack trace is:

failure: testSetLocationRelativeTo java.awt.WindowTest
Unit Test Error Details:        (1)

Test: testSetLocationRelativeToClass: java.awt.WindowTestjunit.framework.AssertionFailedError: expected:<java.awt.Point[x=639,y=512]> but was:<java.awt.Point[x=700,y=529]>
       at java.awt.WindowTest.testSetLocationRelativeTo(WindowTest.java:82)
       at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)


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


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

Posted by "Alexei Zakharov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-2867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexei Zakharov updated HARMONY-2867:
-------------------------------------

    Assignee:     (was: Alexei Zakharov)

> [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
>            Priority: Minor
>         Attachments: awt.exclude.patch
>
>
> 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.


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

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-2867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mikhail Loenko updated HARMONY-2867:
------------------------------------

    Summary: [classlib][awt] intermittent failure of java.awt.WindowTest  (was: [classlib] intermittent failure of java.awt.WindowTest)

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


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

Posted by "Alexei Zakharov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-2867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexei Zakharov reassigned HARMONY-2867:
----------------------------------------

    Assignee: Alexei Zakharov

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


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

Posted by "Alexei Zakharov (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Alexei Zakharov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-2867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexei Zakharov reopened HARMONY-2867:
--------------------------------------


JIRA reopened

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


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

Posted by "Andrey Pavlenko (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Vladimir Ivanov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-2867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499491 ] 

Vladimir Ivanov commented on HARMONY-2867:
------------------------------------------

This tests also failed on Linux box:
-----------------------------------------------
  <testcase classname="java.awt.WindowTest" name="testSetLocationRelativeTo" time="0.093">
    <failure message="expected:<java.awt.Point[x=50,y=50]> but was:<java.awt.Point[x=50,y=84]>" type="junit.framework.AssertionFailedError">junit.framework.AssertionFailedError: expected:<java.awt.Point[x=50,y=50]> but was:<java.awt.Point[x=50,y=84]>
	at java.awt.WindowTest.testSetLocationRelativeTo(WindowTest.java:89)
	at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
    </failure>
-----------------------------------------------

I suggest excluding this test for CC/CI runs.

> [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
>            Priority: Minor
>         Attachments: awt.exclude.patch
>
>
> 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.


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

Posted by "Alexei Zakharov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-2867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexei Zakharov resolved HARMONY-2867.
--------------------------------------

    Resolution: Cannot Reproduce

I've made 50 test runs but can't reproduce it either. Closing as CANNOT REPRODUCE.

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


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

Posted by "Alexei Zakharov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-2867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexei Zakharov updated HARMONY-2867:
-------------------------------------

    Priority: Minor  (was: Major)

Changing priority to Minor

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