author | duke |
Wed, 05 Jul 2017 18:23:50 +0200 | |
changeset 13850 | 479d3302a26d |
parent 12799 | 4d73a92f4bfd |
child 14107 | 6eeec97bbc33 |
permissions | -rw-r--r-- |
0 | 1 |
# |
5499 | 2 |
# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. |
0 | 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 |
|
5499 | 7 |
# published by the Free Software Foundation. Oracle designates this |
0 | 8 |
# particular file as subject to the "Classpath" exception as provided |
5499 | 9 |
# by Oracle in the LICENSE file that accompanied this code. |
0 | 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 |
# |
|
5499 | 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. |
|
0 | 24 |
# |
25 |
||
26 |
# Properties for jprt |
|
27 |
||
11242 | 28 |
# Locked down to jdk8 |
9932 | 29 |
jprt.tools.default.release=jdk8 |
6243
bc2db16c1a2a
6982946: Change make/jprt.properties to defer to JPRT itself for jdk platform list
ohair
parents:
5499
diff
changeset
|
30 |
|
bc2db16c1a2a
6982946: Change make/jprt.properties to defer to JPRT itself for jdk platform list
ohair
parents:
5499
diff
changeset
|
31 |
# The different build flavors we want, we override here so we just get these 2 |
0 | 32 |
jprt.build.flavors=product,fastdebug |
33 |
||
6624 | 34 |
# Standard list of jprt build targets for this source tree |
35 |
jprt.build.targets= \ |
|
36 |
solaris_sparc_5.10-{product|fastdebug}, \ |
|
37 |
solaris_sparcv9_5.10-{product|fastdebug}, \ |
|
38 |
solaris_i586_5.10-{product|fastdebug}, \ |
|
39 |
solaris_x64_5.10-{product|fastdebug}, \ |
|
40 |
linux_i586_2.6-{product|fastdebug}, \ |
|
41 |
linux_x64_2.6-{product|fastdebug}, \ |
|
12024
452c9c3f0a96
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
11619
diff
changeset
|
42 |
macosx_x64_10.7-{product|fastdebug}, \ |
9932 | 43 |
windows_i586_5.1-{product|fastdebug}, \ |
6624 | 44 |
windows_x64_5.2-{product|fastdebug} |
45 |
||
46 |
# User can select the test set with jprt submit "-testset name" option |
|
47 |
jprt.my.test.set=${jprt.test.set} |
|
48 |
||
11242 | 49 |
# Test target list (no fastdebug & limited c2 testing) |
50 |
jprt.my.test.target.set= \ |
|
51 |
solaris_sparc_5.10-product-c1-TESTNAME, \ |
|
52 |
solaris_sparcv9_5.10-product-c2-TESTNAME, \ |
|
53 |
solaris_i586_5.10-product-c1-TESTNAME, \ |
|
54 |
solaris_x64_5.10-product-c2-TESTNAME, \ |
|
55 |
linux_i586_2.6-product-{c1|c2}-TESTNAME, \ |
|
56 |
linux_x64_2.6-product-c2-TESTNAME, \ |
|
12024
452c9c3f0a96
7113349: Initial changeset for Macosx port to jdk
michaelm
parents:
11619
diff
changeset
|
57 |
macosx_x64_10.7-product-c2-TESTNAME, \ |
11242 | 58 |
windows_i586_5.1-product-c1-TESTNAME, \ |
59 |
windows_x64_5.2-product-c2-TESTNAME |
|
60 |
||
61 |
# Default vm test targets (testset=default) |
|
6624 | 62 |
jprt.vm.default.test.targets= \ |
11242 | 63 |
${jprt.my.test.target.set:TESTNAME=jvm98}, \ |
64 |
${jprt.my.test.target.set:TESTNAME=scimark} |
|
0 | 65 |
|
11242 | 66 |
# Default jdk test targets (testset=default) |
6624 | 67 |
jprt.make.rule.default.test.targets= \ |
11619
6583f39d8dff
7132204: Default testset in JPRT should not run all tests
alanb
parents:
11242
diff
changeset
|
68 |
${jprt.my.test.target.set:TESTNAME=langtools_jtreg}, \ |
6583f39d8dff
7132204: Default testset in JPRT should not run all tests
alanb
parents:
11242
diff
changeset
|
69 |
${jprt.my.test.target.set:TESTNAME=jdk_lang}, \ |
6583f39d8dff
7132204: Default testset in JPRT should not run all tests
alanb
parents:
11242
diff
changeset
|
70 |
${jprt.my.test.target.set:TESTNAME=jdk_math} |
6583f39d8dff
7132204: Default testset in JPRT should not run all tests
alanb
parents:
11242
diff
changeset
|
71 |
|
6583f39d8dff
7132204: Default testset in JPRT should not run all tests
alanb
parents:
11242
diff
changeset
|
72 |
# Default vm test targets (testset=core) |
6583f39d8dff
7132204: Default testset in JPRT should not run all tests
alanb
parents:
11242
diff
changeset
|
73 |
jprt.vm.core.test.targets= \ |
6583f39d8dff
7132204: Default testset in JPRT should not run all tests
alanb
parents:
11242
diff
changeset
|
74 |
${jprt.vm.default.test.targets} |
6583f39d8dff
7132204: Default testset in JPRT should not run all tests
alanb
parents:
11242
diff
changeset
|
75 |
|
6583f39d8dff
7132204: Default testset in JPRT should not run all tests
alanb
parents:
11242
diff
changeset
|
76 |
# Core jdk test targets (testset=core) |
6583f39d8dff
7132204: Default testset in JPRT should not run all tests
alanb
parents:
11242
diff
changeset
|
77 |
jprt.make.rule.core.test.targets= \ |
6583f39d8dff
7132204: Default testset in JPRT should not run all tests
alanb
parents:
11242
diff
changeset
|
78 |
${jprt.make.rule.default.test.targets}, \ |
6583f39d8dff
7132204: Default testset in JPRT should not run all tests
alanb
parents:
11242
diff
changeset
|
79 |
${jprt.my.test.target.set:TESTNAME=jdk_util}, \ |
11242 | 80 |
${jprt.my.test.target.set:TESTNAME=jdk_io}, \ |
81 |
${jprt.my.test.target.set:TESTNAME=jdk_net}, \ |
|
82 |
${jprt.my.test.target.set:TESTNAME=jdk_nio1}, \ |
|
83 |
${jprt.my.test.target.set:TESTNAME=jdk_nio2}, \ |
|
84 |
${jprt.my.test.target.set:TESTNAME=jdk_nio3}, \ |
|
85 |
${jprt.my.test.target.set:TESTNAME=jdk_security1}, \ |
|
11619
6583f39d8dff
7132204: Default testset in JPRT should not run all tests
alanb
parents:
11242
diff
changeset
|
86 |
${jprt.my.test.target.set:TESTNAME=jdk_security2}, \ |
6583f39d8dff
7132204: Default testset in JPRT should not run all tests
alanb
parents:
11242
diff
changeset
|
87 |
${jprt.my.test.target.set:TESTNAME=jdk_security3}, \ |
6583f39d8dff
7132204: Default testset in JPRT should not run all tests
alanb
parents:
11242
diff
changeset
|
88 |
${jprt.my.test.target.set:TESTNAME=jdk_rmi}, \ |
6583f39d8dff
7132204: Default testset in JPRT should not run all tests
alanb
parents:
11242
diff
changeset
|
89 |
${jprt.my.test.target.set:TESTNAME=jdk_management1}, \ |
6583f39d8dff
7132204: Default testset in JPRT should not run all tests
alanb
parents:
11242
diff
changeset
|
90 |
${jprt.my.test.target.set:TESTNAME=jdk_management2}, \ |
11242 | 91 |
${jprt.my.test.target.set:TESTNAME=jdk_text}, \ |
11619
6583f39d8dff
7132204: Default testset in JPRT should not run all tests
alanb
parents:
11242
diff
changeset
|
92 |
${jprt.my.test.target.set:TESTNAME=jdk_tools1}, \ |
6583f39d8dff
7132204: Default testset in JPRT should not run all tests
alanb
parents:
11242
diff
changeset
|
93 |
${jprt.my.test.target.set:TESTNAME=jdk_tools2}, \ |
12799 | 94 |
${jprt.my.test.target.set:TESTNAME=jdk_jfr}, \ |
11619
6583f39d8dff
7132204: Default testset in JPRT should not run all tests
alanb
parents:
11242
diff
changeset
|
95 |
${jprt.my.test.target.set:TESTNAME=jdk_misc} |
4947 | 96 |
|
11242 | 97 |
# All vm test targets (testset=all) |
6624 | 98 |
jprt.vm.all.test.targets= \ |
11242 | 99 |
${jprt.vm.default.test.targets}, \ |
100 |
${jprt.my.test.target.set:TESTNAME=runThese}, \ |
|
101 |
${jprt.my.test.target.set:TESTNAME=jbb_default} |
|
6624 | 102 |
|
11242 | 103 |
# All jdk test targets (testset=all) |
6624 | 104 |
jprt.make.rule.all.test.targets= \ |
11619
6583f39d8dff
7132204: Default testset in JPRT should not run all tests
alanb
parents:
11242
diff
changeset
|
105 |
${jprt.make.rule.core.test.targets}, \ |
11242 | 106 |
${jprt.my.test.target.set:TESTNAME=jdk_awt}, \ |
11619
6583f39d8dff
7132204: Default testset in JPRT should not run all tests
alanb
parents:
11242
diff
changeset
|
107 |
${jprt.my.test.target.set:TESTNAME=jdk_beans1}, \ |
11242 | 108 |
${jprt.my.test.target.set:TESTNAME=jdk_beans2}, \ |
109 |
${jprt.my.test.target.set:TESTNAME=jdk_beans3}, \ |
|
110 |
${jprt.my.test.target.set:TESTNAME=jdk_sound}, \ |
|
11619
6583f39d8dff
7132204: Default testset in JPRT should not run all tests
alanb
parents:
11242
diff
changeset
|
111 |
${jprt.my.test.target.set:TESTNAME=jdk_swing} |
6624 | 112 |
|
11242 | 113 |
# JCK test targets in test/Makefile (no windows) |
8914
71743132eaeb
6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents:
6624
diff
changeset
|
114 |
jprt.my.jck.test.target.set= \ |
71743132eaeb
6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents:
6624
diff
changeset
|
115 |
solaris_sparc_5.10-product-c1-JCK7TESTRULE, \ |
71743132eaeb
6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents:
6624
diff
changeset
|
116 |
solaris_sparcv9_5.10-product-c2-JCK7TESTRULE, \ |
71743132eaeb
6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents:
6624
diff
changeset
|
117 |
solaris_i586_5.10-product-c1-JCK7TESTRULE, \ |
71743132eaeb
6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents:
6624
diff
changeset
|
118 |
solaris_x64_5.10-product-c2-JCK7TESTRULE, \ |
71743132eaeb
6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents:
6624
diff
changeset
|
119 |
linux_i586_2.6-product-c1-JCK7TESTRULE, \ |
71743132eaeb
6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents:
6624
diff
changeset
|
120 |
linux_x64_2.6-product-c2-JCK7TESTRULE |
71743132eaeb
6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents:
6624
diff
changeset
|
121 |
|
71743132eaeb
6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents:
6624
diff
changeset
|
122 |
# JCK testset targets (e.g. jprt submit -testset jck ... ) |
71743132eaeb
6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents:
6624
diff
changeset
|
123 |
jprt.make.rule.jck.test.targets= \ |
71743132eaeb
6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents:
6624
diff
changeset
|
124 |
${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7devtools}, \ |
71743132eaeb
6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents:
6624
diff
changeset
|
125 |
${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7runtime}, \ |
71743132eaeb
6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents:
6624
diff
changeset
|
126 |
${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7compiler} |
71743132eaeb
6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents:
6624
diff
changeset
|
127 |
|
6624 | 128 |
# Select list to use (allow for testset to be empty too) |
11242 | 129 |
jprt.make.rule..test.targets=${jprt.make.rule.default.test.targets} |
130 |
jprt.make.rule.test.targets=${jprt.make.rule.${jprt.my.test.set}.test.targets} |
|
131 |
jprt.vm..test.targets=${jprt.vm.default.test.targets} |
|
132 |
jprt.test.targets=${jprt.vm.${jprt.my.test.set}.test.targets} |
|
4947 | 133 |
|
6243
bc2db16c1a2a
6982946: Change make/jprt.properties to defer to JPRT itself for jdk platform list
ohair
parents:
5499
diff
changeset
|
134 |
# Directories to be excluded from the source bundles |
4947 | 135 |
jprt.bundle.exclude.src.dirs=build dist webrev |
136 |