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

[jira] Updated: (HARMONY-3383) [jdktools] support tests exclude lists in jdktools build scripts

     [ https://issues.apache.org/jira/browse/HARMONY-3383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Popov updated HARMONY-3383:
--------------------------------

    Attachment: use_tests_exclude_lists.patch

This patch ''use_tests_exclude_lists.patch' updates jdktools build scripts to support tests exclude lists similar to classlib build:

1. Exclude lists are stored for each module in <module>/make directory

2. Both platform independent and platform dependent lists are supported, as well as their variants for intermittently failed tests.

3. Intermittent exclude lists are not used by default until property "exclude.interm" is explicitly set in command line.

4. Joined exclude lists are generated before tests run starts and are stored into "${hy.hdk}/build/jdktools.<module>.exclude" file. They are not messed with similar modules from classlib because of using 'jdktools.' prefix.

5. Exclude lists are generated for all modules, but in modules 'launcher' and 'samsa' they are not used now, because these modules have no particular tests.

6. Default value for property "hy.test.vm.name" was changed to "drl", because in default mode jdktools tests runs against Harmony JDK with DRLVM. This facilitates usage of platform dependent exclude lists, whose file name includes JVM name.


> [jdktools] support tests exclude lists in jdktools build scripts
> ----------------------------------------------------------------
>
>                 Key: HARMONY-3383
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3383
>             Project: Harmony
>          Issue Type: Improvement
>          Components: JDK
>         Environment: Windows, Linux
>            Reporter: Ivan Popov
>         Attachments: use_tests_exclude_lists.patch
>
>
> jdktools build scripts should be updated to support tests exclude lists in a manner similar to classlib build.

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