You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Elena Semukhina (JIRA)" <ji...@apache.org> on 2006/11/15 11:18:39 UTC

[jira] Created: (HARMONY-2193) [drlvm][kernel test] Kernel unit test ThreadTest.testInterrupt_CurrentThread fails sometimes

[drlvm][kernel test] Kernel unit test ThreadTest.testInterrupt_CurrentThread fails sometimes
--------------------------------------------------------------------------------------------

                 Key: HARMONY-2193
                 URL: http://issues.apache.org/jira/browse/HARMONY-2193
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
            Reporter: Elena Semukhina


Once I saw this test failed with the following assertion:

junit.framework.AssertionFailedError: unexpected: thread has not started  

The test is incorrect: it should not wait until the thread is alive because the thread may finish very fast.  

-- 
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] Assigned: (HARMONY-2193) [drlvm][kernel test] Kernel unit test ThreadTest.testInterrupt_CurrentThread fails sometimes

Posted by "Alexey Varlamov (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2193?page=all ]

Alexey Varlamov reassigned HARMONY-2193:
----------------------------------------

    Assignee: Alexey Varlamov  (was: Gregory Shimansky)

> [drlvm][kernel test] Kernel unit test ThreadTest.testInterrupt_CurrentThread fails sometimes
> --------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2193
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2193
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Elena Semukhina
>         Assigned To: Alexey Varlamov
>         Attachments: H-2193_kernel_ThreadTest.patch
>
>
> Once I saw this test failed with the following assertion:
> junit.framework.AssertionFailedError: unexpected: thread has not started  
> The test is incorrect: it should not wait until the thread is alive because the thread may finish very fast.  

-- 
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] Closed: (HARMONY-2193) [drlvm][kernel test] Kernel unit test ThreadTest.testInterrupt_CurrentThread fails sometimes

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2193?page=all ]

Gregory Shimansky closed HARMONY-2193.
--------------------------------------


VERIFIED

> [drlvm][kernel test] Kernel unit test ThreadTest.testInterrupt_CurrentThread fails sometimes
> --------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2193
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2193
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Elena Semukhina
>         Assigned To: Gregory Shimansky
>         Attachments: H-2193_kernel_ThreadTest.patch
>
>
> Once I saw this test failed with the following assertion:
> junit.framework.AssertionFailedError: unexpected: thread has not started  
> The test is incorrect: it should not wait until the thread is alive because the thread may finish very fast.  

-- 
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] Assigned: (HARMONY-2193) [drlvm][kernel test] Kernel unit test ThreadTest.testInterrupt_CurrentThread fails sometimes

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2193?page=all ]

Gregory Shimansky reassigned HARMONY-2193:
------------------------------------------

    Assignee: Gregory Shimansky

> [drlvm][kernel test] Kernel unit test ThreadTest.testInterrupt_CurrentThread fails sometimes
> --------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2193
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2193
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Elena Semukhina
>         Assigned To: Gregory Shimansky
>         Attachments: H-2193_kernel_ThreadTest.patch
>
>
> Once I saw this test failed with the following assertion:
> junit.framework.AssertionFailedError: unexpected: thread has not started  
> The test is incorrect: it should not wait until the thread is alive because the thread may finish very fast.  

-- 
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] Commented: (HARMONY-2193) [drlvm][kernel test] Kernel unit test ThreadTest.testInterrupt_CurrentThread fails sometimes

Posted by "Elena Semukhina (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2193?page=comments#action_12450328 ] 
            
Elena Semukhina commented on HARMONY-2193:
------------------------------------------

Verified, thank you!

As for testJoinlongint(), I also observed that sometime ago. This needs to be discussed separately. I created HARMONY-2204 for that.


> [drlvm][kernel test] Kernel unit test ThreadTest.testInterrupt_CurrentThread fails sometimes
> --------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2193
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2193
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Elena Semukhina
>         Assigned To: Gregory Shimansky
>         Attachments: H-2193_kernel_ThreadTest.patch
>
>
> Once I saw this test failed with the following assertion:
> junit.framework.AssertionFailedError: unexpected: thread has not started  
> The test is incorrect: it should not wait until the thread is alive because the thread may finish very fast.  

-- 
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-2193) [drlvm][kernel test] Kernel unit test ThreadTest.testInterrupt_CurrentThread fails sometimes

Posted by "Elena Semukhina (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2193?page=all ]

Elena Semukhina updated HARMONY-2193:
-------------------------------------

    Patch Info: [Patch Available]

> [drlvm][kernel test] Kernel unit test ThreadTest.testInterrupt_CurrentThread fails sometimes
> --------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2193
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2193
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Elena Semukhina
>         Attachments: H-2193_kernel_ThreadTest.patch
>
>
> Once I saw this test failed with the following assertion:
> junit.framework.AssertionFailedError: unexpected: thread has not started  
> The test is incorrect: it should not wait until the thread is alive because the thread may finish very fast.  

-- 
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-2193) [drlvm][kernel test] Kernel unit test ThreadTest.testInterrupt_CurrentThread fails sometimes

Posted by "Elena Semukhina (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2193?page=all ]

Elena Semukhina updated HARMONY-2193:
-------------------------------------

    Attachment: H-2193_kernel_ThreadTest.patch

The patch attached.
The patch also increases the timeout and adds volatile modifier to Team.i.


> [drlvm][kernel test] Kernel unit test ThreadTest.testInterrupt_CurrentThread fails sometimes
> --------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2193
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2193
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Elena Semukhina
>         Attachments: H-2193_kernel_ThreadTest.patch
>
>
> Once I saw this test failed with the following assertion:
> junit.framework.AssertionFailedError: unexpected: thread has not started  
> The test is incorrect: it should not wait until the thread is alive because the thread may finish very fast.  

-- 
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] Resolved: (HARMONY-2193) [drlvm][kernel test] Kernel unit test ThreadTest.testInterrupt_CurrentThread fails sometimes

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2193?page=all ]

Gregory Shimansky resolved HARMONY-2193.
----------------------------------------

    Resolution: Fixed
      Assignee: Gregory Shimansky  (was: Alexey Varlamov)

Patch applied at 475257. Please check that it was applied as expected.

Another testcase testJoinlongint fails for me on windows 2003 server both on jit and interpreter.

> [drlvm][kernel test] Kernel unit test ThreadTest.testInterrupt_CurrentThread fails sometimes
> --------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2193
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2193
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Elena Semukhina
>         Assigned To: Gregory Shimansky
>         Attachments: H-2193_kernel_ThreadTest.patch
>
>
> Once I saw this test failed with the following assertion:
> junit.framework.AssertionFailedError: unexpected: thread has not started  
> The test is incorrect: it should not wait until the thread is alive because the thread may finish very fast.  

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