You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Xiao-Feng Li (JIRA)" <ji...@apache.org> on 2007/04/19 11:12:15 UTC

[jira] Created: (HARMONY-3705) [DRLVM][test] smoke.test: gc.RunFinalizersOnExitTest: is this test correct?

[DRLVM][test] smoke.test: gc.RunFinalizersOnExitTest: is this test correct?
---------------------------------------------------------------------------

                 Key: HARMONY-3705
                 URL: https://issues.apache.org/jira/browse/HARMONY-3705
             Project: Harmony
          Issue Type: Test
          Components: DRLVM
            Reporter: Xiao-Feng Li
         Assigned To: Xiao-Feng Li


It says: 
              if( (phantomFinalized  > 0) &&
                (diedFinalized < DIED_QUANTITY)) 

or 
                (aliveFinalized  > 0) &&
                (diedFinalized < DIED_QUANTITY)) {

the test fails. I don't fully understand why the condition is so rigid. It means: only when the diedFinalized is finished, can other types of finalized be started. Could Pavel help to explain it? Thanks. xiaofeng

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


[jira] Updated: (HARMONY-3705) [DRLVM][test] smoke.test: gc.RunFinalizersOnExitTest: is this test correct?

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

Xiao-Feng Li updated HARMONY-3705:
----------------------------------

    Attachment: 02-finalizer_thread.patch

Again, timing is critical, to increase the waiting time to pass Linux64 interpreter mode test.

> [DRLVM][test] smoke.test: gc.RunFinalizersOnExitTest: is this test correct?
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-3705
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3705
>             Project: Harmony
>          Issue Type: Test
>          Components: DRLVM
>            Reporter: Xiao-Feng Li
>         Assigned To: Xiao-Feng Li
>         Attachments: 01-finalizer_thread.patch, 02-finalizer_thread.patch
>
>
> It says: 
>               if( (phantomFinalized  > 0) &&
>                 (diedFinalized < DIED_QUANTITY)) 
> or 
>                 (aliveFinalized  > 0) &&
>                 (diedFinalized < DIED_QUANTITY)) {
> the test fails. I don't fully understand why the condition is so rigid. It means: only when the diedFinalized is finished, can other types of finalized be started. Could Pavel help to explain it? Thanks. xiaofeng

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


[jira] Resolved: (HARMONY-3705) [DRLVM][test] smoke.test: gc.RunFinalizersOnExitTest: is this test correct?

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

Xiao-Feng Li resolved HARMONY-3705.
-----------------------------------

    Resolution: Later

It's not urgent. Will consider later when we hit the issue again.

> [DRLVM][test] smoke.test: gc.RunFinalizersOnExitTest: is this test correct?
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-3705
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3705
>             Project: Harmony
>          Issue Type: Test
>          Components: DRLVM
>            Reporter: Xiao-Feng Li
>         Assigned To: Xiao-Feng Li
>         Attachments: 01-finalizer_thread.patch, 02-finalizer_thread.patch
>
>
> It says: 
>               if( (phantomFinalized  > 0) &&
>                 (diedFinalized < DIED_QUANTITY)) 
> or 
>                 (aliveFinalized  > 0) &&
>                 (diedFinalized < DIED_QUANTITY)) {
> the test fails. I don't fully understand why the condition is so rigid. It means: only when the diedFinalized is finished, can other types of finalized be started. Could Pavel help to explain it? Thanks. xiaofeng

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


[jira] Updated: (HARMONY-3705) [DRLVM][test] smoke.test: gc.RunFinalizersOnExitTest: is this test correct?

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

Xiao-Feng Li updated HARMONY-3705:
----------------------------------

    Attachment: 01-finalizer_thread.patch

> [DRLVM][test] smoke.test: gc.RunFinalizersOnExitTest: is this test correct?
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-3705
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3705
>             Project: Harmony
>          Issue Type: Test
>          Components: DRLVM
>            Reporter: Xiao-Feng Li
>         Assigned To: Xiao-Feng Li
>         Attachments: 01-finalizer_thread.patch
>
>
> It says: 
>               if( (phantomFinalized  > 0) &&
>                 (diedFinalized < DIED_QUANTITY)) 
> or 
>                 (aliveFinalized  > 0) &&
>                 (diedFinalized < DIED_QUANTITY)) {
> the test fails. I don't fully understand why the condition is so rigid. It means: only when the diedFinalized is finished, can other types of finalized be started. Could Pavel help to explain it? Thanks. xiaofeng

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