jprt.properties revision 488:4bde5640fb36
1#
2# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
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
7# published by the Free Software Foundation.  Oracle designates this
8# particular file as subject to the "Classpath" exception as provided
9# by Oracle in the LICENSE file that accompanied this code.
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#
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.
24#
25
26# Properties for jprt
27
28# Locked down to jdk8
29jprt.tools.default.release=jdk8
30
31# The different build flavors we want, we override here so we just get these 2
32jprt.build.flavors=product,fastdebug
33
34# Standard list of jprt build targets for this source tree
35jprt.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}, 				\
42    macosx_x64_10.7-{product|fastdebug}, 			\
43    windows_i586_5.1-{product|fastdebug}, 			\
44    windows_x64_5.2-{product|fastdebug}
45
46# User can select the test set with jprt submit "-testset name" option
47jprt.my.test.set=${jprt.test.set}
48
49# Test target list (no fastdebug & limited c2 testing)
50jprt.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, 				\
57    macosx_x64_10.7-product-c2-TESTNAME, 			\
58    windows_i586_5.1-product-c1-TESTNAME, 			\
59    windows_x64_5.2-product-c2-TESTNAME
60
61# Default vm test targets (testset=default)
62jprt.vm.default.test.targets=              			\
63    ${jprt.my.test.target.set:TESTNAME=jvm98},			\
64    ${jprt.my.test.target.set:TESTNAME=scimark}
65
66# Default jdk test targets (testset=default)
67jprt.make.rule.default.test.targets=				\
68    ${jprt.my.test.target.set:TESTNAME=langtools_jtreg},        \
69    ${jprt.my.test.target.set:TESTNAME=jdk_lang},               \
70    ${jprt.my.test.target.set:TESTNAME=jdk_math}
71
72# Default vm test targets (testset=core)
73jprt.vm.core.test.targets=                                      \
74    ${jprt.vm.default.test.targets}
75
76# Core jdk test targets (testset=core)
77jprt.make.rule.core.test.targets=                               \
78    ${jprt.make.rule.default.test.targets},                     \
79    ${jprt.my.test.target.set:TESTNAME=jdk_util},               \
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_nio},		\
83    ${jprt.my.test.target.set:TESTNAME=jdk_security1},		\
84    ${jprt.my.test.target.set:TESTNAME=jdk_security2},          \
85    ${jprt.my.test.target.set:TESTNAME=jdk_security3},          \
86    ${jprt.my.test.target.set:TESTNAME=jdk_rmi},                \
87    ${jprt.my.test.target.set:TESTNAME=jdk_management},         \
88    ${jprt.my.test.target.set:TESTNAME=jdk_jmx},                \
89    ${jprt.my.test.target.set:TESTNAME=jdk_text},		\
90    ${jprt.my.test.target.set:TESTNAME=jdk_tools},              \
91    ${jprt.my.test.target.set:TESTNAME=jdk_jdi},                \
92    ${jprt.my.test.target.set:TESTNAME=jdk_jfr},                \
93    ${jprt.my.test.target.set:TESTNAME=jdk_other}
94
95# All vm test targets (testset=all)
96jprt.vm.all.test.targets=    					\
97    ${jprt.vm.default.test.targets}, 				\
98    ${jprt.my.test.target.set:TESTNAME=runThese},		\
99    ${jprt.my.test.target.set:TESTNAME=jbb_default}
100
101# All jdk test targets (testset=all)
102jprt.make.rule.all.test.targets=    				\
103    ${jprt.make.rule.core.test.targets}, 			\
104    ${jprt.my.test.target.set:TESTNAME=jdk_awt},		\
105    ${jprt.my.test.target.set:TESTNAME=jdk_beans1},             \
106    ${jprt.my.test.target.set:TESTNAME=jdk_beans2},		\
107    ${jprt.my.test.target.set:TESTNAME=jdk_beans3},		\
108    ${jprt.my.test.target.set:TESTNAME=jdk_sound},		\
109    ${jprt.my.test.target.set:TESTNAME=jdk_swing}
110
111# JCK test targets in test/Makefile (no windows)
112jprt.my.jck.test.target.set=					\
113    solaris_sparc_5.10-product-c1-JCK7TESTRULE, 		\
114    solaris_sparcv9_5.10-product-c2-JCK7TESTRULE, 		\
115    solaris_i586_5.10-product-c1-JCK7TESTRULE, 			\
116    solaris_x64_5.10-product-c2-JCK7TESTRULE, 			\
117    linux_i586_2.6-product-c1-JCK7TESTRULE, 			\
118    linux_x64_2.6-product-c2-JCK7TESTRULE
119
120# JCK testset targets (e.g. jprt submit -testset jck ... )
121jprt.make.rule.jck.test.targets=				\
122    ${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7devtools},   \
123    ${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7runtime},    \
124    ${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7compiler}
125
126# Select list to use (allow for testset to be empty too)
127jprt.make.rule..test.targets=${jprt.make.rule.default.test.targets}
128jprt.make.rule.test.targets=${jprt.make.rule.${jprt.my.test.set}.test.targets}
129jprt.vm..test.targets=${jprt.vm.default.test.targets}
130jprt.test.targets=${jprt.vm.${jprt.my.test.set}.test.targets}
131
132# Directories to be excluded from the source bundles
133jprt.bundle.exclude.src.dirs=build dist webrev
134
135