blob: abe0c1f64a3f7c2d68a7aa1ba3f783ce3b536c06 [file] [log] [blame]
J. Duke686d76f2007-12-01 00:00:00 +00001#
Kelly O'Hair136614e2010-05-25 15:51:26 -07002# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
J. Duke686d76f2007-12-01 00:00:00 +00003# 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
Kelly O'Hair136614e2010-05-25 15:51:26 -07007# published by the Free Software Foundation. Oracle designates this
J. Duke686d76f2007-12-01 00:00:00 +00008# particular file as subject to the "Classpath" exception as provided
Kelly O'Hair136614e2010-05-25 15:51:26 -07009# by Oracle in the LICENSE file that accompanied this code.
J. Duke686d76f2007-12-01 00:00:00 +000010#
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#
Kelly O'Hair136614e2010-05-25 15:51:26 -070021# 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.
J. Duke686d76f2007-12-01 00:00:00 +000024#
25
26# Properties for jprt
J. Duke686d76f2007-12-01 00:00:00 +000027
Kelly O'Hairc0323a82011-12-12 08:11:05 -080028# Locked down to jdk8
Kelly O'Hair5ed600c2011-07-22 17:35:54 -070029jprt.tools.default.release=jdk8
J. Duke686d76f2007-12-01 00:00:00 +000030
Kelly O'Hair68ba7cf2010-09-07 15:13:58 -070031# The different build flavors we want, we override here so we just get these 2
J. Duke686d76f2007-12-01 00:00:00 +000032jprt.build.flavors=product,fastdebug
J. Duke686d76f2007-12-01 00:00:00 +000033
Kelly O'Hair4e0aea22010-09-24 14:04:01 -070034# 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}, \
Alan Batemanec8aa632012-03-06 20:25:18 +000042 macosx_x64_10.7-{product|fastdebug}, \
Kelly O'Hair5ed600c2011-07-22 17:35:54 -070043 windows_i586_5.1-{product|fastdebug}, \
Kelly O'Hair4e0aea22010-09-24 14:04:01 -070044 windows_x64_5.2-{product|fastdebug}
Kelly O'Hair891aa6b2010-03-06 15:00:40 -080045
Kelly O'Hair4e0aea22010-09-24 14:04:01 -070046# User can select the test set with jprt submit "-testset name" option
47jprt.my.test.set=${jprt.test.set}
48
Kelly O'Hairc0323a82011-12-12 08:11:05 -080049# 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, \
Alan Batemanec8aa632012-03-06 20:25:18 +000057 macosx_x64_10.7-product-c2-TESTNAME, \
Kelly O'Hairc0323a82011-12-12 08:11:05 -080058 windows_i586_5.1-product-c1-TESTNAME, \
59 windows_x64_5.2-product-c2-TESTNAME
60
61# Default vm test targets (testset=default)
Kelly O'Hair4e0aea22010-09-24 14:04:01 -070062jprt.vm.default.test.targets= \
Kelly O'Hairc0323a82011-12-12 08:11:05 -080063 ${jprt.my.test.target.set:TESTNAME=jvm98}, \
64 ${jprt.my.test.target.set:TESTNAME=scimark}
Kelly O'Hair4e0aea22010-09-24 14:04:01 -070065
Kelly O'Hairc0323a82011-12-12 08:11:05 -080066# Default jdk test targets (testset=default)
Kelly O'Hair4e0aea22010-09-24 14:04:01 -070067jprt.make.rule.default.test.targets= \
Alan Batemanc72c2be2012-01-24 09:08:43 +000068 ${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}, \
Kelly O'Hairc0323a82011-12-12 08:11:05 -080080 ${jprt.my.test.target.set:TESTNAME=jdk_io}, \
Kelly O'Hairc0323a82011-12-12 08:11:05 -080081 ${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}, \
Alan Batemanc72c2be2012-01-24 09:08:43 +000086 ${jprt.my.test.target.set:TESTNAME=jdk_security2}, \
87 ${jprt.my.test.target.set:TESTNAME=jdk_security3}, \
88 ${jprt.my.test.target.set:TESTNAME=jdk_rmi}, \
89 ${jprt.my.test.target.set:TESTNAME=jdk_management1}, \
90 ${jprt.my.test.target.set:TESTNAME=jdk_management2}, \
Kelly O'Hairc0323a82011-12-12 08:11:05 -080091 ${jprt.my.test.target.set:TESTNAME=jdk_text}, \
Alan Batemanc72c2be2012-01-24 09:08:43 +000092 ${jprt.my.test.target.set:TESTNAME=jdk_tools1}, \
93 ${jprt.my.test.target.set:TESTNAME=jdk_tools2}, \
94 ${jprt.my.test.target.set:TESTNAME=jdk_misc}
Kelly O'Hair4e0aea22010-09-24 14:04:01 -070095
Kelly O'Hairc0323a82011-12-12 08:11:05 -080096# All vm test targets (testset=all)
Kelly O'Hair4e0aea22010-09-24 14:04:01 -070097jprt.vm.all.test.targets= \
Kelly O'Hairc0323a82011-12-12 08:11:05 -080098 ${jprt.vm.default.test.targets}, \
99 ${jprt.my.test.target.set:TESTNAME=runThese}, \
100 ${jprt.my.test.target.set:TESTNAME=jbb_default}
Kelly O'Hair4e0aea22010-09-24 14:04:01 -0700101
Kelly O'Hairc0323a82011-12-12 08:11:05 -0800102# All jdk test targets (testset=all)
Kelly O'Hair4e0aea22010-09-24 14:04:01 -0700103jprt.make.rule.all.test.targets= \
Alan Batemanc72c2be2012-01-24 09:08:43 +0000104 ${jprt.make.rule.core.test.targets}, \
Kelly O'Hairc0323a82011-12-12 08:11:05 -0800105 ${jprt.my.test.target.set:TESTNAME=jdk_awt}, \
Alan Batemanc72c2be2012-01-24 09:08:43 +0000106 ${jprt.my.test.target.set:TESTNAME=jdk_beans1}, \
Kelly O'Hairc0323a82011-12-12 08:11:05 -0800107 ${jprt.my.test.target.set:TESTNAME=jdk_beans2}, \
108 ${jprt.my.test.target.set:TESTNAME=jdk_beans3}, \
Kelly O'Hairc0323a82011-12-12 08:11:05 -0800109 ${jprt.my.test.target.set:TESTNAME=jdk_sound}, \
Alan Batemanc72c2be2012-01-24 09:08:43 +0000110 ${jprt.my.test.target.set:TESTNAME=jdk_swing}
Kelly O'Hair4e0aea22010-09-24 14:04:01 -0700111
Kelly O'Hairc0323a82011-12-12 08:11:05 -0800112# JCK test targets in test/Makefile (no windows)
Kelly O'Hairb115ff42011-03-22 11:07:40 -0700113jprt.my.jck.test.target.set= \
114 solaris_sparc_5.10-product-c1-JCK7TESTRULE, \
115 solaris_sparcv9_5.10-product-c2-JCK7TESTRULE, \
116 solaris_i586_5.10-product-c1-JCK7TESTRULE, \
117 solaris_x64_5.10-product-c2-JCK7TESTRULE, \
118 linux_i586_2.6-product-c1-JCK7TESTRULE, \
119 linux_x64_2.6-product-c2-JCK7TESTRULE
120
121# JCK testset targets (e.g. jprt submit -testset jck ... )
122jprt.make.rule.jck.test.targets= \
123 ${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7devtools}, \
124 ${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7runtime}, \
125 ${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7compiler}
126
Kelly O'Hair4e0aea22010-09-24 14:04:01 -0700127# Select list to use (allow for testset to be empty too)
Kelly O'Hairc0323a82011-12-12 08:11:05 -0800128jprt.make.rule..test.targets=${jprt.make.rule.default.test.targets}
129jprt.make.rule.test.targets=${jprt.make.rule.${jprt.my.test.set}.test.targets}
130jprt.vm..test.targets=${jprt.vm.default.test.targets}
131jprt.test.targets=${jprt.vm.${jprt.my.test.set}.test.targets}
Kelly O'Hair891aa6b2010-03-06 15:00:40 -0800132
Kelly O'Hair68ba7cf2010-09-07 15:13:58 -0700133# Directories to be excluded from the source bundles
Kelly O'Hair891aa6b2010-03-06 15:00:40 -0800134jprt.bundle.exclude.src.dirs=build dist webrev
J. Duke686d76f2007-12-01 00:00:00 +0000135