You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Andrew Zhang (JIRA)" <ji...@apache.org> on 2006/08/21 06:07:15 UTC

[jira] Created: (HARMONY-1228) [classlib][logging] Lots of logging tests fail against RI because of CallVerificationStack assertion.

[classlib][logging] Lots of logging tests fail against RI because of CallVerificationStack assertion. 
------------------------------------------------------------------------------------------------------

                 Key: HARMONY-1228
                 URL: http://issues.apache.org/jira/browse/HARMONY-1228
             Project: Harmony
          Issue Type: Test
          Components: Classlib
            Reporter: Andrew Zhang


There are about 60 logging tests fail against RI because of CallVerificationStack assertion. 
I found that no CallVerificationStack  cleanup code at the end of each test, therefore, tests are dependent on each other. If one test fails, all other related tests will also fail.
I'll upload a patch to fix this problem soon. 

Best regards,
Andrew

-- 
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-1228) [classlib][logging] Lots of logging tests fail against RI because of CallVerificationStack assertion.

Posted by "Andrew Zhang (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1228?page=comments#action_12429864 ] 
            
Andrew Zhang commented on HARMONY-1228:
---------------------------------------

Thanks Paulex,

The fix looks fine. 

Best regards,
Andrew

> [classlib][logging] Lots of logging tests fail against RI because of CallVerificationStack assertion.
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1228
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1228
>             Project: Harmony
>          Issue Type: Test
>          Components: Classlib
>            Reporter: Andrew Zhang
>         Assigned To: Paulex Yang
>         Attachments: Harmony-1228.diff
>
>
> There are about 60 logging tests fail against RI because of CallVerificationStack assertion. 
> I found that no CallVerificationStack  cleanup code at the end of each test, therefore, tests are dependent on each other. If one test fails, all other related tests will also fail.
> I'll upload a patch to fix this problem soon. 
> Best regards,
> Andrew

-- 
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-1228) [classlib][logging] Lots of logging tests fail against RI because of CallVerificationStack assertion.

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

Paulex Yang resolved HARMONY-1228.
----------------------------------

    Resolution: Fixed

Andrew, patch applied at revision r433499, thanks a lot for this enhancement, please verify that the problem is fully fixed as you expected.


> [classlib][logging] Lots of logging tests fail against RI because of CallVerificationStack assertion.
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1228
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1228
>             Project: Harmony
>          Issue Type: Test
>          Components: Classlib
>            Reporter: Andrew Zhang
>         Assigned To: Paulex Yang
>         Attachments: Harmony-1228.diff
>
>
> There are about 60 logging tests fail against RI because of CallVerificationStack assertion. 
> I found that no CallVerificationStack  cleanup code at the end of each test, therefore, tests are dependent on each other. If one test fails, all other related tests will also fail.
> I'll upload a patch to fix this problem soon. 
> Best regards,
> Andrew

-- 
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-1228) [classlib][logging] Lots of logging tests fail against RI because of CallVerificationStack assertion.

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

Andrew Zhang updated HARMONY-1228:
----------------------------------

    Attachment: Harmony-1228.diff

Hi,

Would you please try my patch? Thanks!

Best regards,
Andrew

> [classlib][logging] Lots of logging tests fail against RI because of CallVerificationStack assertion.
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1228
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1228
>             Project: Harmony
>          Issue Type: Test
>          Components: Classlib
>            Reporter: Andrew Zhang
>         Attachments: Harmony-1228.diff
>
>
> There are about 60 logging tests fail against RI because of CallVerificationStack assertion. 
> I found that no CallVerificationStack  cleanup code at the end of each test, therefore, tests are dependent on each other. If one test fails, all other related tests will also fail.
> I'll upload a patch to fix this problem soon. 
> Best regards,
> Andrew

-- 
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-1228) [classlib][logging] Lots of logging tests fail against RI because of CallVerificationStack assertion.

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

Paulex Yang closed HARMONY-1228.
--------------------------------


Verified by Andrew.

> [classlib][logging] Lots of logging tests fail against RI because of CallVerificationStack assertion.
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1228
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1228
>             Project: Harmony
>          Issue Type: Test
>          Components: Classlib
>            Reporter: Andrew Zhang
>         Assigned To: Paulex Yang
>         Attachments: Harmony-1228.diff
>
>
> There are about 60 logging tests fail against RI because of CallVerificationStack assertion. 
> I found that no CallVerificationStack  cleanup code at the end of each test, therefore, tests are dependent on each other. If one test fails, all other related tests will also fail.
> I'll upload a patch to fix this problem soon. 
> Best regards,
> Andrew

-- 
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-1228) [classlib][logging] Lots of logging tests fail against RI because of CallVerificationStack assertion.

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

Paulex Yang reassigned HARMONY-1228:
------------------------------------

    Assignee: Paulex Yang

> [classlib][logging] Lots of logging tests fail against RI because of CallVerificationStack assertion.
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1228
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1228
>             Project: Harmony
>          Issue Type: Test
>          Components: Classlib
>            Reporter: Andrew Zhang
>         Assigned To: Paulex Yang
>         Attachments: Harmony-1228.diff
>
>
> There are about 60 logging tests fail against RI because of CallVerificationStack assertion. 
> I found that no CallVerificationStack  cleanup code at the end of each test, therefore, tests are dependent on each other. If one test fails, all other related tests will also fail.
> I'll upload a patch to fix this problem soon. 
> Best regards,
> Andrew

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