You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mark Hindess (JIRA)" <ji...@apache.org> on 2006/04/16 08:29:00 UTC

[jira] Created: (HARMONY-354) Mechanism to run tests on an different jre

Mechanism to run tests on an different jre
------------------------------------------

         Key: HARMONY-354
         URL: http://issues.apache.org/jira/browse/HARMONY-354
     Project: Harmony
        Type: Improvement

  Components: Classlib  
    Reporter: Mark Hindess
    Priority: Trivial


It would be useful to be able to validate our tests by running our tests on a different jre.


-- 
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-354) Mechanism to run tests on an different jre

Posted by "Stepan Mishura (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-354?page=all ]
     
Stepan Mishura resolved HARMONY-354:
------------------------------------

    Resolution: Fixed

Thanks Mark,

Updated patch was applied at repo revision 394882 (I've fixed the patch for LUNI module and adjusted indentation)

Please check that the patch was applied as you expected.

> Mechanism to run tests on an different jre
> ------------------------------------------
>
>          Key: HARMONY-354
>          URL: http://issues.apache.org/jira/browse/HARMONY-354
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Mark Hindess
>     Assignee: Stepan Mishura
>     Priority: Trivial
>  Attachments: hack-to-run-tests-on-alternate-jre.diff
>
> It would be useful to be able to validate our tests by running our tests on a different jre.

-- 
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-354) Mechanism to run tests on an different jre

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

Stepan Mishura reassigned HARMONY-354:
--------------------------------------

    Assign To: Stepan Mishura

> Mechanism to run tests on an different jre
> ------------------------------------------
>
>          Key: HARMONY-354
>          URL: http://issues.apache.org/jira/browse/HARMONY-354
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Mark Hindess
>     Assignee: Stepan Mishura
>     Priority: Trivial
>  Attachments: hack-to-run-tests-on-alternate-jre.diff
>
> It would be useful to be able to validate our tests by running our tests on a different jre.

-- 
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-354) Mechanism to run tests on an different jre

Posted by "Stepan Mishura (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-354?page=all ]
     
Stepan Mishura closed HARMONY-354:
----------------------------------


Verified by Mark.

> Mechanism to run tests on an different jre
> ------------------------------------------
>
>          Key: HARMONY-354
>          URL: http://issues.apache.org/jira/browse/HARMONY-354
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Mark Hindess
>     Assignee: Stepan Mishura
>     Priority: Trivial
>  Attachments: hack-to-run-tests-on-alternate-jre.diff
>
> It would be useful to be able to validate our tests by running our tests on a different jre.

-- 
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-354) Mechanism to run tests on an different jre

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-354?page=comments#action_12374881 ] 

Mark Hindess commented on HARMONY-354:
--------------------------------------

Looks good.  Thanks Stepan.  (There are lots of test failures though which isn't so good.)

> Mechanism to run tests on an different jre
> ------------------------------------------
>
>          Key: HARMONY-354
>          URL: http://issues.apache.org/jira/browse/HARMONY-354
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Mark Hindess
>     Assignee: Stepan Mishura
>     Priority: Trivial
>  Attachments: hack-to-run-tests-on-alternate-jre.diff
>
> It would be useful to be able to validate our tests by running our tests on a different jre.

-- 
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-354) Mechanism to run tests on an different jre

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

Mark Hindess updated HARMONY-354:
---------------------------------

    Attachment: hack-to-run-tests-on-alternate-jre.diff

This is a bit of a hack that will no doubt be improved upon as we improve the standard mechanism of running tests.  It allows ant to be called with -Dtest.jre.home=/path/to/another/jre and have the tests run with that jre.

It makes no attempt to avoid running non-API tests so it will give errors.  However I still think it's useful to have this in place.



> Mechanism to run tests on an different jre
> ------------------------------------------
>
>          Key: HARMONY-354
>          URL: http://issues.apache.org/jira/browse/HARMONY-354
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Mark Hindess
>     Priority: Trivial
>  Attachments: hack-to-run-tests-on-alternate-jre.diff
>
> It would be useful to be able to validate our tests by running our tests on a different jre.

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