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/22 15:05:02 UTC

[jira] Created: (HARMONY-2267) [drlvm][opt] kernel test ClassGenericsTest4 makes ThreadTest hang in OPT mode

[drlvm][opt] kernel test ClassGenericsTest4 makes ThreadTest hang in OPT mode
-----------------------------------------------------------------------------

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


To see the hang please run on Windows XP

build -Dkernel.test.mode=opt kernel.test:
..............
    [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 0.11 sec
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 6.203 sec
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 7.125 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.344 sec
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.032 sec
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.141 sec
    [junit] Tests run: 48, Failures: 0, Errors: 0, Time elapsed: 9.469 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.125 sec 
............................... hang..............................

It hangs on ThreadTest.

Excluding java/lang/ClassGenericsTest4.java helps. The tests pass.

To exclude the test please add it to build\make\excludes\exclude.drlvm_kernel.windows.x86.opt .




-- 
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-2267) [drlvm][opt] kernel test ClassGenericsTest4 makes ThreadTest hang in OPT mode

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

It has not been added to the exclude list. The fix was too fast...


> [drlvm][opt] kernel test ClassGenericsTest4 makes ThreadTest hang in OPT mode
> -----------------------------------------------------------------------------
>
>                 Key: HARMONY-2267
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2267
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Elena Semukhina
>         Assigned To: Alexey Varlamov
>
> To see the hang please run on Windows XP
> build -Dkernel.test.mode=opt kernel.test:
> ..............
>     [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 0.11 sec
>     [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 6.203 sec
>     [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 7.125 sec
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.344 sec
>     [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.032 sec
>     [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.141 sec
>     [junit] Tests run: 48, Failures: 0, Errors: 0, Time elapsed: 9.469 sec
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.125 sec 
> ............................... hang..............................
> It hangs on ThreadTest.
> Excluding java/lang/ClassGenericsTest4.java helps. The tests pass.
> To exclude the test please add it to build\make\excludes\exclude.drlvm_kernel.windows.x86.opt .

-- 
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-2267) [drlvm][opt] kernel test ClassGenericsTest4 makes ThreadTest hang in OPT mode

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

Alexey Varlamov closed HARMONY-2267.
------------------------------------

    Resolution: Fixed

I see, just closing then.

> [drlvm][opt] kernel test ClassGenericsTest4 makes ThreadTest hang in OPT mode
> -----------------------------------------------------------------------------
>
>                 Key: HARMONY-2267
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2267
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Elena Semukhina
>         Assigned To: Alexey Varlamov
>
> To see the hang please run on Windows XP
> build -Dkernel.test.mode=opt kernel.test:
> ..............
>     [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 0.11 sec
>     [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 6.203 sec
>     [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 7.125 sec
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.344 sec
>     [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.032 sec
>     [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.141 sec
>     [junit] Tests run: 48, Failures: 0, Errors: 0, Time elapsed: 9.469 sec
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.125 sec 
> ............................... hang..............................
> It hangs on ThreadTest.
> Excluding java/lang/ClassGenericsTest4.java helps. The tests pass.
> To exclude the test please add it to build\make\excludes\exclude.drlvm_kernel.windows.x86.opt .

-- 
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-2267) [drlvm][opt] kernel test ClassGenericsTest4 makes ThreadTest hang in OPT mode

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

Alexey Varlamov reassigned HARMONY-2267:
----------------------------------------

    Assignee: Alexey Varlamov

> [drlvm][opt] kernel test ClassGenericsTest4 makes ThreadTest hang in OPT mode
> -----------------------------------------------------------------------------
>
>                 Key: HARMONY-2267
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2267
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Elena Semukhina
>         Assigned To: Alexey Varlamov
>
> To see the hang please run on Windows XP
> build -Dkernel.test.mode=opt kernel.test:
> ..............
>     [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 0.11 sec
>     [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 6.203 sec
>     [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 7.125 sec
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.344 sec
>     [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.032 sec
>     [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.141 sec
>     [junit] Tests run: 48, Failures: 0, Errors: 0, Time elapsed: 9.469 sec
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.125 sec 
> ............................... hang..............................
> It hangs on ThreadTest.
> Excluding java/lang/ClassGenericsTest4.java helps. The tests pass.
> To exclude the test please add it to build\make\excludes\exclude.drlvm_kernel.windows.x86.opt .

-- 
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-2267) [drlvm][opt] kernel test ClassGenericsTest4 makes ThreadTest hang in OPT mode

Posted by "Alexey Varlamov (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2267?page=comments#action_12452179 ] 
            
Alexey Varlamov commented on HARMONY-2267:
------------------------------------------

This means we can get java/lang/ClassGenericsTest4 back to runs? I mean remove it from exclude lists.

> [drlvm][opt] kernel test ClassGenericsTest4 makes ThreadTest hang in OPT mode
> -----------------------------------------------------------------------------
>
>                 Key: HARMONY-2267
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2267
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Elena Semukhina
>         Assigned To: Alexey Varlamov
>
> To see the hang please run on Windows XP
> build -Dkernel.test.mode=opt kernel.test:
> ..............
>     [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 0.11 sec
>     [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 6.203 sec
>     [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 7.125 sec
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.344 sec
>     [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.032 sec
>     [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.141 sec
>     [junit] Tests run: 48, Failures: 0, Errors: 0, Time elapsed: 9.469 sec
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.125 sec 
> ............................... hang..............................
> It hangs on ThreadTest.
> Excluding java/lang/ClassGenericsTest4.java helps. The tests pass.
> To exclude the test please add it to build\make\excludes\exclude.drlvm_kernel.windows.x86.opt .

-- 
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-2267) [drlvm][opt] kernel test ClassGenericsTest4 makes ThreadTest hang in OPT mode

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

I ran the test with HARMONY-2268 fixed a few times. They successfully pass on Wiindows XP in opt mode as well as in jet and int. And on Windows 2003 also.

This issue could be closed.


> [drlvm][opt] kernel test ClassGenericsTest4 makes ThreadTest hang in OPT mode
> -----------------------------------------------------------------------------
>
>                 Key: HARMONY-2267
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2267
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Elena Semukhina
>
> To see the hang please run on Windows XP
> build -Dkernel.test.mode=opt kernel.test:
> ..............
>     [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 0.11 sec
>     [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 6.203 sec
>     [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 7.125 sec
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.344 sec
>     [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.032 sec
>     [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.141 sec
>     [junit] Tests run: 48, Failures: 0, Errors: 0, Time elapsed: 9.469 sec
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.125 sec 
> ............................... hang..............................
> It hangs on ThreadTest.
> Excluding java/lang/ClassGenericsTest4.java helps. The tests pass.
> To exclude the test please add it to build\make\excludes\exclude.drlvm_kernel.windows.x86.opt .

-- 
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-2267) [drlvm][opt] kernel test ClassGenericsTest4 makes ThreadTest hang in OPT mode

Posted by "Egor Pasko (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2267?page=comments#action_12452124 ] 
            
Egor Pasko commented on HARMONY-2267:
-------------------------------------

Elena, now HARMONY-2268 is fixed, could you, please, recheck this issue?

> [drlvm][opt] kernel test ClassGenericsTest4 makes ThreadTest hang in OPT mode
> -----------------------------------------------------------------------------
>
>                 Key: HARMONY-2267
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2267
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Elena Semukhina
>
> To see the hang please run on Windows XP
> build -Dkernel.test.mode=opt kernel.test:
> ..............
>     [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 0.11 sec
>     [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 6.203 sec
>     [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 7.125 sec
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.344 sec
>     [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.032 sec
>     [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.141 sec
>     [junit] Tests run: 48, Failures: 0, Errors: 0, Time elapsed: 9.469 sec
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.125 sec 
> ............................... hang..............................
> It hangs on ThreadTest.
> Excluding java/lang/ClassGenericsTest4.java helps. The tests pass.
> To exclude the test please add it to build\make\excludes\exclude.drlvm_kernel.windows.x86.opt .

-- 
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-2267) [drlvm][opt] kernel test ClassGenericsTest4 makes ThreadTest hang in OPT mode

Posted by "Alexey Varlamov (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2267?page=comments#action_12452118 ] 
            
Alexey Varlamov commented on HARMONY-2267:
------------------------------------------

I suppose this must be fixed with HARMONY-2268.

> [drlvm][opt] kernel test ClassGenericsTest4 makes ThreadTest hang in OPT mode
> -----------------------------------------------------------------------------
>
>                 Key: HARMONY-2267
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2267
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Elena Semukhina
>
> To see the hang please run on Windows XP
> build -Dkernel.test.mode=opt kernel.test:
> ..............
>     [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 0.11 sec
>     [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 6.203 sec
>     [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 7.125 sec
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.344 sec
>     [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.032 sec
>     [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.141 sec
>     [junit] Tests run: 48, Failures: 0, Errors: 0, Time elapsed: 9.469 sec
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.125 sec 
> ............................... hang..............................
> It hangs on ThreadTest.
> Excluding java/lang/ClassGenericsTest4.java helps. The tests pass.
> To exclude the test please add it to build\make\excludes\exclude.drlvm_kernel.windows.x86.opt .

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