You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Pavel Rebriy (JIRA)" <ji...@apache.org> on 2006/11/24 10:09:02 UTC

[jira] Created: (HARMONY-2293) [drlvm][jvmti] New tests for JVMTI: Breakpoint & SingleStep

[drlvm][jvmti] New tests for JVMTI: Breakpoint & SingleStep
-----------------------------------------------------------

                 Key: HARMONY-2293
                 URL: http://issues.apache.org/jira/browse/HARMONY-2293
             Project: Harmony
          Issue Type: Test
          Components: DRLVM
            Reporter: Pavel Rebriy


The issue adds new tests for JVMTI. The first test checks workability of TI breakpoints, the second one checks workability "step over" through java.lang.Object constructor.

-- 
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-2293) [drlvm][jvmti] New tests for JVMTI: Breakpoint & SingleStep

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

Pavel Rebriy updated HARMONY-2293:
----------------------------------

    Attachment: jvmti_tests.zip

Here is an archive with tests.

> [drlvm][jvmti] New tests for JVMTI: Breakpoint & SingleStep
> -----------------------------------------------------------
>
>                 Key: HARMONY-2293
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2293
>             Project: Harmony
>          Issue Type: Test
>          Components: DRLVM
>            Reporter: Pavel Rebriy
>         Attachments: jvmti_tests.patch, jvmti_tests.zip
>
>
> The issue adds new tests for JVMTI. The first test checks workability of TI breakpoints, the second one checks workability "step over" through java.lang.Object constructor.

-- 
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-2293) [drlvm][jvmti] New tests for JVMTI: Breakpoint & SingleStep

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

Gregory Shimansky closed HARMONY-2293.
--------------------------------------


No response, assuming ok.

> [drlvm][jvmti] New tests for JVMTI: Breakpoint & SingleStep
> -----------------------------------------------------------
>
>                 Key: HARMONY-2293
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2293
>             Project: Harmony
>          Issue Type: Test
>          Components: DRLVM
>            Reporter: Pavel Rebriy
>            Assignee: Gregory Shimansky
>         Attachments: jvmti_tests.patch, jvmti_tests.zip
>
>
> The issue adds new tests for JVMTI. The first test checks workability of TI breakpoints, the second one checks workability "step over" through java.lang.Object constructor.

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


[jira] Assigned: (HARMONY-2293) [drlvm][jvmti] New tests for JVMTI: Breakpoint & SingleStep

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

Gregory Shimansky reassigned HARMONY-2293:
------------------------------------------

    Assignee: Gregory Shimansky

> [drlvm][jvmti] New tests for JVMTI: Breakpoint & SingleStep
> -----------------------------------------------------------
>
>                 Key: HARMONY-2293
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2293
>             Project: Harmony
>          Issue Type: Test
>          Components: DRLVM
>            Reporter: Pavel Rebriy
>         Assigned To: Gregory Shimansky
>         Attachments: jvmti_tests.patch, jvmti_tests.zip
>
>
> The issue adds new tests for JVMTI. The first test checks workability of TI breakpoints, the second one checks workability "step over" through java.lang.Object constructor.

-- 
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-2293) [drlvm][jvmti] New tests for JVMTI: Breakpoint & SingleStep

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

Gregory Shimansky resolved HARMONY-2293.
----------------------------------------

    Resolution: Fixed

I've changed the tests a bit. I renamed packages to Breakpoint1 and SingleStep1 in case we'll have more breakpoint and single step tests. I also corrected the breakpoints.cpp to make it buildable on Linux.

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

> [drlvm][jvmti] New tests for JVMTI: Breakpoint & SingleStep
> -----------------------------------------------------------
>
>                 Key: HARMONY-2293
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2293
>             Project: Harmony
>          Issue Type: Test
>          Components: DRLVM
>            Reporter: Pavel Rebriy
>         Assigned To: Gregory Shimansky
>         Attachments: jvmti_tests.patch, jvmti_tests.zip
>
>
> The issue adds new tests for JVMTI. The first test checks workability of TI breakpoints, the second one checks workability "step over" through java.lang.Object constructor.

-- 
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-2293) [drlvm][jvmti] New tests for JVMTI: Breakpoint & SingleStep

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

Pavel Rebriy updated HARMONY-2293:
----------------------------------

    Attachment: jvmti_tests.patch

Here is the patch to jvmti.test.xml. Support of C++ exception handler for Windows is added.

> [drlvm][jvmti] New tests for JVMTI: Breakpoint & SingleStep
> -----------------------------------------------------------
>
>                 Key: HARMONY-2293
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2293
>             Project: Harmony
>          Issue Type: Test
>          Components: DRLVM
>            Reporter: Pavel Rebriy
>         Attachments: jvmti_tests.patch, jvmti_tests.zip
>
>
> The issue adds new tests for JVMTI. The first test checks workability of TI breakpoints, the second one checks workability "step over" through java.lang.Object constructor.

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