author | ohair |
Tue, 07 Sep 2010 15:17:43 -0700 | |
changeset 6326 | 047748ce0a45 |
parent 5506 | 202f599c92aa |
child 6680 | b770b6b96142 |
permissions | -rw-r--r-- |
2 | 1 |
# |
5506 | 2 |
# Copyright (c) 2006, 2009, Oracle and/or its affiliates. All rights reserved. |
2 | 3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 |
# |
|
5 |
# This code is free software; you can redistribute it and/or modify it |
|
6 |
# under the terms of the GNU General Public License version 2 only, as |
|
5506 | 7 |
# published by the Free Software Foundation. Oracle designates this |
2 | 8 |
# particular file as subject to the "Classpath" exception as provided |
5506 | 9 |
# by Oracle in the LICENSE file that accompanied this code. |
2 | 10 |
# |
11 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
|
12 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
13 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
14 |
# version 2 for more details (a copy is included in the LICENSE file that |
|
15 |
# accompanied this code). |
|
16 |
# |
|
17 |
# You should have received a copy of the GNU General Public License version |
|
18 |
# 2 along with this work; if not, write to the Free Software Foundation, |
|
19 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
20 |
# |
|
5506 | 21 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
22 |
# or visit www.oracle.com if you need additional information or have any |
|
23 |
# questions. |
|
2 | 24 |
# |
25 |
||
26 |
# Properties for jprt |
|
27 |
||
6326
047748ce0a45
6982946: Change make/jprt.properties to defer to JPRT itself for jdk platform list
ohair
parents:
5506
diff
changeset
|
28 |
# Use whatever release that the submitted job requests |
047748ce0a45
6982946: Change make/jprt.properties to defer to JPRT itself for jdk platform list
ohair
parents:
5506
diff
changeset
|
29 |
jprt.tools.default.release=${jprt.submit.release} |
047748ce0a45
6982946: Change make/jprt.properties to defer to JPRT itself for jdk platform list
ohair
parents:
5506
diff
changeset
|
30 |
|
047748ce0a45
6982946: Change make/jprt.properties to defer to JPRT itself for jdk platform list
ohair
parents:
5506
diff
changeset
|
31 |
# The different build flavors we want, we override here so we just get these 2 |
2 | 32 |
jprt.build.flavors=product,fastdebug |
33 |
||
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
2799
diff
changeset
|
34 |
# Standard test target for everybody |
2 | 35 |
jprt.test.targets=*-*-*-jvm98 |
2401
96065ac71318
6824012: Add jdk regression tests to default jprt jobs
ohair
parents:
1247
diff
changeset
|
36 |
|
4187
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
2799
diff
changeset
|
37 |
# Test targets in test/Makefile (some longer running tests only test c2) |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
2799
diff
changeset
|
38 |
jprt.make.rule.test.targets= \ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
2799
diff
changeset
|
39 |
*-product-*-jdk_beans1, \ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
2799
diff
changeset
|
40 |
*-product-*-jdk_beans2, \ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
2799
diff
changeset
|
41 |
*-product-*-jdk_beans3, \ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
2799
diff
changeset
|
42 |
*-product-*-jdk_io, \ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
2799
diff
changeset
|
43 |
*-product-*-jdk_lang, \ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
2799
diff
changeset
|
44 |
*-product-*-jdk_management1, \ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
2799
diff
changeset
|
45 |
*-product-*-jdk_management2, \ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
2799
diff
changeset
|
46 |
*-product-*-jdk_math, \ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
2799
diff
changeset
|
47 |
*-product-*-jdk_misc, \ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
2799
diff
changeset
|
48 |
*-product-*-jdk_net, \ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
2799
diff
changeset
|
49 |
*-product-*-jdk_nio1, \ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
2799
diff
changeset
|
50 |
*-product-*-jdk_nio2, \ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
2799
diff
changeset
|
51 |
*-product-*-jdk_nio3, \ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
2799
diff
changeset
|
52 |
*-product-*-jdk_security1, \ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
2799
diff
changeset
|
53 |
*-product-*-jdk_security2, \ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
2799
diff
changeset
|
54 |
*-product-*-jdk_security3, \ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
2799
diff
changeset
|
55 |
*-product-*-jdk_text, \ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
2799
diff
changeset
|
56 |
*-product-*-jdk_tools1, \ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
2799
diff
changeset
|
57 |
*-product-*-jdk_tools2, \ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
2799
diff
changeset
|
58 |
*-product-*-jdk_util |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
2799
diff
changeset
|
59 |
|
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
2799
diff
changeset
|
60 |
# Some of these are crashing Xvfb or windows manager, need dedicated DISPLAY per test batch |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
2799
diff
changeset
|
61 |
jprt2.make.rule.test.targets= \ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
2799
diff
changeset
|
62 |
*-product-*-jdk_awt, \ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
2799
diff
changeset
|
63 |
*-product-*-jdk_rmi, \ |
d7111a88f0ec
6888927: Fix jdk jtreg tests to indicate which ones need othervm, allow for use of samevm option
ohair
parents:
2799
diff
changeset
|
64 |
*-product-*-jdk_swing, \ |
2 | 65 |
|
6326
047748ce0a45
6982946: Change make/jprt.properties to defer to JPRT itself for jdk platform list
ohair
parents:
5506
diff
changeset
|
66 |
# Directories to be excluded from the source bundles |
047748ce0a45
6982946: Change make/jprt.properties to defer to JPRT itself for jdk platform list
ohair
parents:
5506
diff
changeset
|
67 |
jprt.bundle.exclude.src.dirs=build dist webrev |
2 | 68 |