You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Aleksey Ignatenko (JIRA)" <ji...@apache.org> on 2007/05/10 14:15:15 UTC

[jira] Commented: (HARMONY-2038) [testing] Adding scripts for Eclipse Unit Tests (EUT) runs

    [ https://issues.apache.org/jira/browse/HARMONY-2038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494721 ] 

Aleksey Ignatenko commented on HARMONY-2038:
--------------------------------------------

Issues I found:
1. When you right test.jre.home in eut.properties file on windows write it with '/' slahes.
2. If you get crash on Eclipse startup - try to decrease heap size in build.xml

> [testing] Adding scripts for Eclipse Unit Tests (EUT) runs
> ----------------------------------------------------------
>
>                 Key: HARMONY-2038
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2038
>             Project: Harmony
>          Issue Type: Improvement
>          Components: build - test - ci
>            Reporter: Nina Rinskaya
>         Attachments: eut.zip, eut_upd.zip, eut_upd2.zip, eut_upd4.zip, eut_upd5.zip, eut_upd6.zip, eut_upd7.zip
>
>
> The zip file attached contains the scripts for Eclipse Unit Tests runs on Harmony. Unpack the zip file and see eut/readme.txt for instructions. Please take into account that the scripts are supposed to download >200Mb from eclipse.org, so this might take some time and Internet traffic.
> For a moment a number of EUT test cases fail on Harmony because EUT uses some hard-coded Sun/Jrockit classlibs names. In particular, org.eclipse.jdt.core.tests.util.Util class uses specific paths to class libraries jar files (<JRE_HOME>/lib/rt.jar, for example). org.eclipse.jdt.core.tests.runtime.*VMLauncher classes use "javaw" as vm executable name that is missed in Harmony bundle. 
> The test suite which mostly fails because of this issue (org.eclipse.jdt.core.tests.compiler) is currently excluded from the run (though some test cases that were not excluded can also fail for the same reason!). The patch modifying some EUT components to invoke Harmony correctly will be provided soon.
> The scripts are going to be integrated to the 'buildtest' infrastructure (see http://www.mail-archive.com/harmony-dev@incubator.apache.org/msg17027.html).

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