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

[jira] Created: (HARMONY-2151) [drlvm][jvmti] JVMTI acceptance tests support for drlvm and one simple test

[drlvm][jvmti] JVMTI acceptance tests support for drlvm and one simple test
---------------------------------------------------------------------------

                 Key: HARMONY-2151
                 URL: http://issues.apache.org/jira/browse/HARMONY-2151
             Project: Harmony
          Issue Type: New Feature
          Components: DRLVM
            Reporter: Gregory Shimansky
         Assigned To: Gregory Shimansky
         Attachments: jvmti-tests.patch

Tests should be in their own subdirectories (main test inclusion/exclusion loop is done over them), main Java class for application has to be equal to have package and name equal to its subdirectory. Otherwise the build system won't know what to run. Other files may have any kind of names. Currently native code may be built from cpp files, addind c files is not a problem, but using cpp with jvmti stuff is more convenient.

I wrote one simple JVMTI test to start the suite.

-- 
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-2151) [drlvm][jvmti] JVMTI acceptance tests support for drlvm and one simple test

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

Gregory Shimansky closed HARMONY-2151.
--------------------------------------

    Resolution: Fixed

Patch applied with a correction. Tests are executed only on ia32 architecture.

> [drlvm][jvmti] JVMTI acceptance tests support for drlvm and one simple test
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-2151
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2151
>             Project: Harmony
>          Issue Type: New Feature
>          Components: DRLVM
>            Reporter: Gregory Shimansky
>         Assigned To: Gregory Shimansky
>         Attachments: jvmti-tests.patch
>
>
> Tests should be in their own subdirectories (main test inclusion/exclusion loop is done over them), main Java class for application has to be equal to have package and name equal to its subdirectory. Otherwise the build system won't know what to run. Other files may have any kind of names. Currently native code may be built from cpp files, addind c files is not a problem, but using cpp with jvmti stuff is more convenient.
> I wrote one simple JVMTI test to start the suite.

-- 
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-2151) [drlvm][jvmti] JVMTI acceptance tests support for drlvm and one simple test

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

Gregory Shimansky updated HARMONY-2151:
---------------------------------------

    Attachment: jvmti-tests.patch

Patch with Ant stuff and one test.

> [drlvm][jvmti] JVMTI acceptance tests support for drlvm and one simple test
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-2151
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2151
>             Project: Harmony
>          Issue Type: New Feature
>          Components: DRLVM
>            Reporter: Gregory Shimansky
>         Assigned To: Gregory Shimansky
>         Attachments: jvmti-tests.patch
>
>
> Tests should be in their own subdirectories (main test inclusion/exclusion loop is done over them), main Java class for application has to be equal to have package and name equal to its subdirectory. Otherwise the build system won't know what to run. Other files may have any kind of names. Currently native code may be built from cpp files, addind c files is not a problem, but using cpp with jvmti stuff is more convenient.
> I wrote one simple JVMTI test to start the suite.

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