jprt.properties 5.7 KB
Newer Older
D
duke 已提交
1
#
2
# Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
D
duke 已提交
3 4 5 6
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
7
# published by the Free Software Foundation.  Oracle designates this
D
duke 已提交
8
# particular file as subject to the "Classpath" exception as provided
9
# by Oracle in the LICENSE file that accompanied this code.
D
duke 已提交
10 11 12 13 14 15 16 17 18 19 20
#
# This code is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
# version 2 for more details (a copy is included in the LICENSE file that
# accompanied this code).
#
# You should have received a copy of the GNU General Public License version
# 2 along with this work; if not, write to the Free Software Foundation,
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
#
21 22 23
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
# or visit www.oracle.com if you need additional information or have any
# questions.
D
duke 已提交
24 25 26 27
#

# Properties for jprt

28
# Locked down to jdk8
29
jprt.tools.default.release=jdk8
D
duke 已提交
30

31 32 33
# Unix toolkit to use for building on windows
jprt.windows.jdk8.build.unix.toolkit=cygwin

34
# The different build flavors we want, we override here so we just get these 2
D
duke 已提交
35 36
jprt.build.flavors=product,fastdebug

O
ohair 已提交
37 38 39 40 41 42
# Standard list of jprt build targets for this source tree
jprt.build.targets= 						\
    solaris_sparcv9_5.10-{product|fastdebug}, 			\
    solaris_x64_5.10-{product|fastdebug}, 			\
    linux_i586_2.6-{product|fastdebug}, 			\
    linux_x64_2.6-{product|fastdebug}, 				\
43
    macosx_x64_10.7-{product|fastdebug}, 			\
44 45
    windows_i586_6.1-{product|fastdebug}, 			\
    windows_x64_6.1-{product|fastdebug}
O
ohair 已提交
46 47 48 49

# User can select the test set with jprt submit "-testset name" option
jprt.my.test.set=${jprt.test.set}

50 51 52 53 54 55
# Test target list (no fastdebug & limited c2 testing)
jprt.my.test.target.set= \
    solaris_sparcv9_5.10-product-c2-TESTNAME, 			\
    solaris_x64_5.10-product-c2-TESTNAME, 			\
    linux_i586_2.6-product-{c1|c2}-TESTNAME, 			\
    linux_x64_2.6-product-c2-TESTNAME, 				\
56
    macosx_x64_10.7-product-c2-TESTNAME, 			\
57 58
    windows_i586_6.1-product-c1-TESTNAME, 			\
    windows_x64_6.1-product-c2-TESTNAME
59 60

# Default vm test targets (testset=default)
O
ohair 已提交
61
jprt.vm.default.test.targets=              			\
62 63
    ${jprt.my.test.target.set:TESTNAME=jvm98},			\
    ${jprt.my.test.target.set:TESTNAME=scimark}
O
ohair 已提交
64

65
# Default jdk test targets (testset=default)
O
ohair 已提交
66
jprt.make.rule.default.test.targets=				\
67 68 69 70 71 72 73 74 75 76 77 78
    ${jprt.my.test.target.set:TESTNAME=langtools_jtreg},        \
    ${jprt.my.test.target.set:TESTNAME=jdk_lang},               \
    ${jprt.my.test.target.set:TESTNAME=jdk_math}

# Default vm test targets (testset=core)
jprt.vm.core.test.targets=                                      \
    ${jprt.vm.default.test.targets}

# Core jdk test targets (testset=core)
jprt.make.rule.core.test.targets=                               \
    ${jprt.make.rule.default.test.targets},                     \
    ${jprt.my.test.target.set:TESTNAME=jdk_util},               \
79 80
    ${jprt.my.test.target.set:TESTNAME=jdk_io},			\
    ${jprt.my.test.target.set:TESTNAME=jdk_net},		\
81
    ${jprt.my.test.target.set:TESTNAME=jdk_nio},		\
82
    ${jprt.my.test.target.set:TESTNAME=jdk_security1},		\
83 84 85
    ${jprt.my.test.target.set:TESTNAME=jdk_security2},          \
    ${jprt.my.test.target.set:TESTNAME=jdk_security3},          \
    ${jprt.my.test.target.set:TESTNAME=jdk_rmi},                \
86 87
    ${jprt.my.test.target.set:TESTNAME=jdk_management},         \
    ${jprt.my.test.target.set:TESTNAME=jdk_jmx},                \
88
    ${jprt.my.test.target.set:TESTNAME=jdk_text},		\
89
    ${jprt.my.test.target.set:TESTNAME=jdk_tools},              \
90
    ${jprt.my.test.target.set:TESTNAME=jdk_jfr},                \
S
sherman 已提交
91
    ${jprt.my.test.target.set:TESTNAME=jdk_time},               \
92
    ${jprt.my.test.target.set:TESTNAME=jdk_other}
O
ohair 已提交
93

94
# All vm test targets (testset=all)
O
ohair 已提交
95
jprt.vm.all.test.targets=    					\
96 97 98
    ${jprt.vm.default.test.targets}, 				\
    ${jprt.my.test.target.set:TESTNAME=runThese},		\
    ${jprt.my.test.target.set:TESTNAME=jbb_default}
99

100
# All jdk test targets (testset=all)
O
ohair 已提交
101
jprt.make.rule.all.test.targets=    				\
102
    ${jprt.make.rule.core.test.targets}, 			\
103
    ${jprt.my.test.target.set:TESTNAME=jdk_awt},		\
104
    ${jprt.my.test.target.set:TESTNAME=jdk_beans1},             \
105 106
    ${jprt.my.test.target.set:TESTNAME=jdk_beans2},		\
    ${jprt.my.test.target.set:TESTNAME=jdk_beans3},		\
107
    ${jprt.my.test.target.set:TESTNAME=jdk_jdi},                \
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)
112 113 114 115 116 117 118 119 120 121 122 123
jprt.my.jck.test.target.set=					\
    solaris_sparcv9_5.10-product-c2-JCK7TESTRULE, 		\
    solaris_x64_5.10-product-c2-JCK7TESTRULE, 			\
    linux_i586_2.6-product-c1-JCK7TESTRULE, 			\
    linux_x64_2.6-product-c2-JCK7TESTRULE

# JCK testset targets (e.g. jprt submit -testset jck ... )
jprt.make.rule.jck.test.targets=				\
    ${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7devtools},   \
    ${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7runtime},    \
    ${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7compiler}

O
ohair 已提交
124
# Select list to use (allow for testset to be empty too)
125 126 127 128
jprt.make.rule..test.targets=${jprt.make.rule.default.test.targets}
jprt.make.rule.test.targets=${jprt.make.rule.${jprt.my.test.set}.test.targets}
jprt.vm..test.targets=${jprt.vm.default.test.targets}
jprt.test.targets=${jprt.vm.${jprt.my.test.set}.test.targets}
129

130
# Directories to be excluded from the source bundles
131
jprt.bundle.exclude.src.dirs=build dist webrev
D
duke 已提交
132