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

[jira] Created: (HARMONY-2565) [drlvm][testing][regression] vmarg attribute is not used in "run-junit-test" macro in "reg.test'

[drlvm][testing][regression] vmarg attribute is not used in "run-junit-test" macro in "reg.test'
------------------------------------------------------------------------------------------------

                 Key: HARMONY-2565
                 URL: http://issues.apache.org/jira/browse/HARMONY-2565
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
         Environment: all
            Reporter: Egor Pasko


Passing vmarg argument to "run-junit-test" target in a regression test descriptor has no effect.
Example:
<project name="RUN HARMONY-2161 Regression Test">
    <target name="run-test">
        <run-junit-test
            test="org.apache.harmony.drlvm.tests.regression.h2161.RCETest"
            vmarg="-Xem:opt">
        </run-junit-test>
    </target>
</project>

vmarg is ignored in this case resulting in invocation under the default EM configuration for DRLVM

-- 
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-2565) [drlvm][testing][regression] vmarg attribute is not used in "run-junit-test" macro in "reg.test'

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

Egor Pasko updated HARMONY-2565:
--------------------------------

    Attachment: 0001-vmarg-attribute-IS-NOW-USED-in-run-junit-test-macro-in-reg.test.txt

the trivial fix attached

> [drlvm][testing][regression] vmarg attribute is not used in "run-junit-test" macro in "reg.test'
> ------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2565
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2565
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: all
>            Reporter: Egor Pasko
>         Attachments: 0001-vmarg-attribute-IS-NOW-USED-in-run-junit-test-macro-in-reg.test.txt
>
>
> Passing vmarg argument to "run-junit-test" target in a regression test descriptor has no effect.
> Example:
> <project name="RUN HARMONY-2161 Regression Test">
>     <target name="run-test">
>         <run-junit-test
>             test="org.apache.harmony.drlvm.tests.regression.h2161.RCETest"
>             vmarg="-Xem:opt">
>         </run-junit-test>
>     </target>
> </project>
> vmarg is ignored in this case resulting in invocation under the default EM configuration for DRLVM

-- 
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-2565) [drlvm][testing][regression] vmarg attribute is not used in "run-junit-test" macro in "reg.test'

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

Alexey Varlamov reassigned HARMONY-2565:
----------------------------------------

    Assignee: Alexey Varlamov

> [drlvm][testing][regression] vmarg attribute is not used in "run-junit-test" macro in "reg.test'
> ------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2565
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2565
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: all
>            Reporter: Egor Pasko
>         Assigned To: Alexey Varlamov
>         Attachments: 0001-vmarg-attribute-IS-NOW-USED-in-run-junit-test-macro-in-reg.test.txt
>
>
> Passing vmarg argument to "run-junit-test" target in a regression test descriptor has no effect.
> Example:
> <project name="RUN HARMONY-2161 Regression Test">
>     <target name="run-test">
>         <run-junit-test
>             test="org.apache.harmony.drlvm.tests.regression.h2161.RCETest"
>             vmarg="-Xem:opt">
>         </run-junit-test>
>     </target>
> </project>
> vmarg is ignored in this case resulting in invocation under the default EM configuration for DRLVM

-- 
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-2565) [drlvm][testing][regression] vmarg attribute is not used in "run-junit-test" macro in "reg.test'

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

Egor Pasko updated HARMONY-2565:
--------------------------------

    Patch Info: [Patch Available]

> [drlvm][testing][regression] vmarg attribute is not used in "run-junit-test" macro in "reg.test'
> ------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2565
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2565
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: all
>            Reporter: Egor Pasko
>         Attachments: 0001-vmarg-attribute-IS-NOW-USED-in-run-junit-test-macro-in-reg.test.txt
>
>
> Passing vmarg argument to "run-junit-test" target in a regression test descriptor has no effect.
> Example:
> <project name="RUN HARMONY-2161 Regression Test">
>     <target name="run-test">
>         <run-junit-test
>             test="org.apache.harmony.drlvm.tests.regression.h2161.RCETest"
>             vmarg="-Xem:opt">
>         </run-junit-test>
>     </target>
> </project>
> vmarg is ignored in this case resulting in invocation under the default EM configuration for DRLVM

-- 
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-2565) [drlvm][testing][regression] vmarg attribute is not used in "run-junit-test" macro in "reg.test'

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

Alexey Varlamov closed HARMONY-2565.
------------------------------------

    Resolution: Fixed

Applied at r489023, thanks.

> [drlvm][testing][regression] vmarg attribute is not used in "run-junit-test" macro in "reg.test'
> ------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2565
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2565
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: all
>            Reporter: Egor Pasko
>         Assigned To: Alexey Varlamov
>         Attachments: 0001-vmarg-attribute-IS-NOW-USED-in-run-junit-test-macro-in-reg.test.txt
>
>
> Passing vmarg argument to "run-junit-test" target in a regression test descriptor has no effect.
> Example:
> <project name="RUN HARMONY-2161 Regression Test">
>     <target name="run-test">
>         <run-junit-test
>             test="org.apache.harmony.drlvm.tests.regression.h2161.RCETest"
>             vmarg="-Xem:opt">
>         </run-junit-test>
>     </target>
> </project>
> vmarg is ignored in this case resulting in invocation under the default EM configuration for DRLVM

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