make/jprt.properties
author duke
Wed, 05 Jul 2017 19:44:08 +0200
changeset 24801 410bccbded9e
parent 22032 4a7fd867c53c
child 24804 cc1430d4501f
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
fd16c54261b3 Initial load
duke
parents:
diff changeset
     1
#
19948
00aead1c2023 8025411: JPRT to switch to the new Win platforms for JDK8 builds this week
tbell
parents: 15173
diff changeset
     2
# Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
0
fd16c54261b3 Initial load
duke
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
fd16c54261b3 Initial load
duke
parents:
diff changeset
     4
#
fd16c54261b3 Initial load
duke
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
fd16c54261b3 Initial load
duke
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
5499
eb0b3e373167 6943119: Rebrand source copyright notices
ohair
parents: 5113
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
0
fd16c54261b3 Initial load
duke
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
5499
eb0b3e373167 6943119: Rebrand source copyright notices
ohair
parents: 5113
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
0
fd16c54261b3 Initial load
duke
parents:
diff changeset
    10
#
fd16c54261b3 Initial load
duke
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
fd16c54261b3 Initial load
duke
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
fd16c54261b3 Initial load
duke
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
fd16c54261b3 Initial load
duke
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
fd16c54261b3 Initial load
duke
parents:
diff changeset
    15
# accompanied this code).
fd16c54261b3 Initial load
duke
parents:
diff changeset
    16
#
fd16c54261b3 Initial load
duke
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
fd16c54261b3 Initial load
duke
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
fd16c54261b3 Initial load
duke
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
fd16c54261b3 Initial load
duke
parents:
diff changeset
    20
#
5499
eb0b3e373167 6943119: Rebrand source copyright notices
ohair
parents: 5113
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
eb0b3e373167 6943119: Rebrand source copyright notices
ohair
parents: 5113
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
eb0b3e373167 6943119: Rebrand source copyright notices
ohair
parents: 5113
diff changeset
    23
# questions.
0
fd16c54261b3 Initial load
duke
parents:
diff changeset
    24
#
fd16c54261b3 Initial load
duke
parents:
diff changeset
    25
fd16c54261b3 Initial load
duke
parents:
diff changeset
    26
# Properties for jprt
fd16c54261b3 Initial load
duke
parents:
diff changeset
    27
11242
9e05a04a7f7e 7119829: Adjust default jprt testing configuration
ohair
parents: 10483
diff changeset
    28
# Locked down to jdk8
22032
4a7fd867c53c 8030793: Update jprt.properties to release jdk9
erikj
parents: 22031
diff changeset
    29
jprt.tools.default.release=jdk9
6243
bc2db16c1a2a 6982946: Change make/jprt.properties to defer to JPRT itself for jdk platform list
ohair
parents: 5499
diff changeset
    30
15064
049338f0fb4e 8004229: build-infra: Umbrella for switch of default "make" to new makefiles
ohair
parents: 14610
diff changeset
    31
# Unix toolkit to use for building on windows
049338f0fb4e 8004229: build-infra: Umbrella for switch of default "make" to new makefiles
ohair
parents: 14610
diff changeset
    32
jprt.windows.jdk8.build.unix.toolkit=cygwin
049338f0fb4e 8004229: build-infra: Umbrella for switch of default "make" to new makefiles
ohair
parents: 14610
diff changeset
    33
6243
bc2db16c1a2a 6982946: Change make/jprt.properties to defer to JPRT itself for jdk platform list
ohair
parents: 5499
diff changeset
    34
# The different build flavors we want, we override here so we just get these 2
0
fd16c54261b3 Initial load
duke
parents:
diff changeset
    35
jprt.build.flavors=product,fastdebug
fd16c54261b3 Initial load
duke
parents:
diff changeset
    36
6624
fa178c8f3c83 6987117: Add jprt test sets
ohair
parents: 6243
diff changeset
    37
# Standard list of jprt build targets for this source tree
fa178c8f3c83 6987117: Add jprt test sets
ohair
parents: 6243
diff changeset
    38
jprt.build.targets= 						\
fa178c8f3c83 6987117: Add jprt test sets
ohair
parents: 6243
diff changeset
    39
    solaris_sparcv9_5.10-{product|fastdebug}, 			\
fa178c8f3c83 6987117: Add jprt test sets
ohair
parents: 6243
diff changeset
    40
    solaris_x64_5.10-{product|fastdebug}, 			\
fa178c8f3c83 6987117: Add jprt test sets
ohair
parents: 6243
diff changeset
    41
    linux_i586_2.6-{product|fastdebug}, 			\
fa178c8f3c83 6987117: Add jprt test sets
ohair
parents: 6243
diff changeset
    42
    linux_x64_2.6-{product|fastdebug}, 				\
12024
452c9c3f0a96 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11619
diff changeset
    43
    macosx_x64_10.7-{product|fastdebug}, 			\
19948
00aead1c2023 8025411: JPRT to switch to the new Win platforms for JDK8 builds this week
tbell
parents: 15173
diff changeset
    44
    windows_i586_6.1-{product|fastdebug}, 			\
00aead1c2023 8025411: JPRT to switch to the new Win platforms for JDK8 builds this week
tbell
parents: 15173
diff changeset
    45
    windows_x64_6.1-{product|fastdebug}
6624
fa178c8f3c83 6987117: Add jprt test sets
ohair
parents: 6243
diff changeset
    46
fa178c8f3c83 6987117: Add jprt test sets
ohair
parents: 6243
diff changeset
    47
# User can select the test set with jprt submit "-testset name" option
fa178c8f3c83 6987117: Add jprt test sets
ohair
parents: 6243
diff changeset
    48
jprt.my.test.set=${jprt.test.set}
fa178c8f3c83 6987117: Add jprt test sets
ohair
parents: 6243
diff changeset
    49
11242
9e05a04a7f7e 7119829: Adjust default jprt testing configuration
ohair
parents: 10483
diff changeset
    50
# Test target list (no fastdebug & limited c2 testing)
9e05a04a7f7e 7119829: Adjust default jprt testing configuration
ohair
parents: 10483
diff changeset
    51
jprt.my.test.target.set= \
9e05a04a7f7e 7119829: Adjust default jprt testing configuration
ohair
parents: 10483
diff changeset
    52
    solaris_sparcv9_5.10-product-c2-TESTNAME, 			\
9e05a04a7f7e 7119829: Adjust default jprt testing configuration
ohair
parents: 10483
diff changeset
    53
    solaris_x64_5.10-product-c2-TESTNAME, 			\
9e05a04a7f7e 7119829: Adjust default jprt testing configuration
ohair
parents: 10483
diff changeset
    54
    linux_i586_2.6-product-{c1|c2}-TESTNAME, 			\
9e05a04a7f7e 7119829: Adjust default jprt testing configuration
ohair
parents: 10483
diff changeset
    55
    linux_x64_2.6-product-c2-TESTNAME, 				\
12024
452c9c3f0a96 7113349: Initial changeset for Macosx port to jdk
michaelm
parents: 11619
diff changeset
    56
    macosx_x64_10.7-product-c2-TESTNAME, 			\
19948
00aead1c2023 8025411: JPRT to switch to the new Win platforms for JDK8 builds this week
tbell
parents: 15173
diff changeset
    57
    windows_i586_6.1-product-c1-TESTNAME, 			\
00aead1c2023 8025411: JPRT to switch to the new Win platforms for JDK8 builds this week
tbell
parents: 15173
diff changeset
    58
    windows_x64_6.1-product-c2-TESTNAME
11242
9e05a04a7f7e 7119829: Adjust default jprt testing configuration
ohair
parents: 10483
diff changeset
    59
9e05a04a7f7e 7119829: Adjust default jprt testing configuration
ohair
parents: 10483
diff changeset
    60
# Default vm test targets (testset=default)
6624
fa178c8f3c83 6987117: Add jprt test sets
ohair
parents: 6243
diff changeset
    61
jprt.vm.default.test.targets=              			\
11242
9e05a04a7f7e 7119829: Adjust default jprt testing configuration
ohair
parents: 10483
diff changeset
    62
    ${jprt.my.test.target.set:TESTNAME=jvm98},			\
9e05a04a7f7e 7119829: Adjust default jprt testing configuration
ohair
parents: 10483
diff changeset
    63
    ${jprt.my.test.target.set:TESTNAME=scimark}
0
fd16c54261b3 Initial load
duke
parents:
diff changeset
    64
11242
9e05a04a7f7e 7119829: Adjust default jprt testing configuration
ohair
parents: 10483
diff changeset
    65
# Default jdk test targets (testset=default)
6624
fa178c8f3c83 6987117: Add jprt test sets
ohair
parents: 6243
diff changeset
    66
jprt.make.rule.default.test.targets=				\
11619
6583f39d8dff 7132204: Default testset in JPRT should not run all tests
alanb
parents: 11242
diff changeset
    67
    ${jprt.my.test.target.set:TESTNAME=langtools_jtreg},        \
6583f39d8dff 7132204: Default testset in JPRT should not run all tests
alanb
parents: 11242
diff changeset
    68
    ${jprt.my.test.target.set:TESTNAME=jdk_lang},               \
21760
9f542d8601a8 8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests
alanb
parents: 20652
diff changeset
    69
    ${jprt.my.test.target.set:TESTNAME=jdk_math},               \
9f542d8601a8 8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests
alanb
parents: 20652
diff changeset
    70
    ${jprt.my.test.target.set:TESTNAME=jdk_util}
9f542d8601a8 8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests
alanb
parents: 20652
diff changeset
    71
    
11619
6583f39d8dff 7132204: Default testset in JPRT should not run all tests
alanb
parents: 11242
diff changeset
    72
6583f39d8dff 7132204: Default testset in JPRT should not run all tests
alanb
parents: 11242
diff changeset
    73
# Default vm test targets (testset=core)
21760
9f542d8601a8 8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests
alanb
parents: 20652
diff changeset
    74
jprt.vm.core.test.targets=
11619
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=                               \
21760
9f542d8601a8 8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests
alanb
parents: 20652
diff changeset
    78
    ${jprt.my.test.target.set:TESTNAME=jdk_lang},               \
9f542d8601a8 8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests
alanb
parents: 20652
diff changeset
    79
    ${jprt.my.test.target.set:TESTNAME=jdk_math},               \
11619
6583f39d8dff 7132204: Default testset in JPRT should not run all tests
alanb
parents: 11242
diff changeset
    80
    ${jprt.my.test.target.set:TESTNAME=jdk_util},               \
11242
9e05a04a7f7e 7119829: Adjust default jprt testing configuration
ohair
parents: 10483
diff changeset
    81
    ${jprt.my.test.target.set:TESTNAME=jdk_io},			\
9e05a04a7f7e 7119829: Adjust default jprt testing configuration
ohair
parents: 10483
diff changeset
    82
    ${jprt.my.test.target.set:TESTNAME=jdk_net},		\
14107
6eeec97bbc33 7173494: some jdk tests are not run in test/Makefile
alanb
parents: 12799
diff changeset
    83
    ${jprt.my.test.target.set:TESTNAME=jdk_nio},		\
11242
9e05a04a7f7e 7119829: Adjust default jprt testing configuration
ohair
parents: 10483
diff changeset
    84
    ${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
    85
    ${jprt.my.test.target.set:TESTNAME=jdk_security2},          \
6583f39d8dff 7132204: Default testset in JPRT should not run all tests
alanb
parents: 11242
diff changeset
    86
    ${jprt.my.test.target.set:TESTNAME=jdk_security3},          \
6583f39d8dff 7132204: Default testset in JPRT should not run all tests
alanb
parents: 11242
diff changeset
    87
    ${jprt.my.test.target.set:TESTNAME=jdk_rmi},                \
21760
9f542d8601a8 8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests
alanb
parents: 20652
diff changeset
    88
    ${jprt.my.test.target.set:TESTNAME=jdk_text},		\
9f542d8601a8 8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests
alanb
parents: 20652
diff changeset
    89
    ${jprt.my.test.target.set:TESTNAME=jdk_time},               \
9f542d8601a8 8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests
alanb
parents: 20652
diff changeset
    90
    ${jprt.my.test.target.set:TESTNAME=jdk_other},              \
9f542d8601a8 8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests
alanb
parents: 20652
diff changeset
    91
    ${jprt.my.test.target.set:TESTNAME=core_tools}
9f542d8601a8 8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests
alanb
parents: 20652
diff changeset
    92
9f542d8601a8 8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests
alanb
parents: 20652
diff changeset
    93
# Svc vm test targets (testset=svc)
9f542d8601a8 8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests
alanb
parents: 20652
diff changeset
    94
jprt.vm.svc.test.targets=
9f542d8601a8 8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests
alanb
parents: 20652
diff changeset
    95
9f542d8601a8 8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests
alanb
parents: 20652
diff changeset
    96
# Core jdk test targets (testset=svc)
9f542d8601a8 8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests
alanb
parents: 20652
diff changeset
    97
jprt.make.rule.svc.test.targets=                                \
14107
6eeec97bbc33 7173494: some jdk tests are not run in test/Makefile
alanb
parents: 12799
diff changeset
    98
    ${jprt.my.test.target.set:TESTNAME=jdk_management},         \
21760
9f542d8601a8 8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests
alanb
parents: 20652
diff changeset
    99
    ${jprt.my.test.target.set:TESTNAME=jdk_instrument},         \
14107
6eeec97bbc33 7173494: some jdk tests are not run in test/Makefile
alanb
parents: 12799
diff changeset
   100
    ${jprt.my.test.target.set:TESTNAME=jdk_jmx},                \
21760
9f542d8601a8 8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests
alanb
parents: 20652
diff changeset
   101
    ${jprt.my.test.target.set:TESTNAME=jdk_jdi},                \
12799
4d73a92f4bfd 7165257: Add JFR tests to the JDK code base
sla
parents: 12024
diff changeset
   102
    ${jprt.my.test.target.set:TESTNAME=jdk_jfr},                \
21760
9f542d8601a8 8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests
alanb
parents: 20652
diff changeset
   103
    ${jprt.my.test.target.set:TESTNAME=svc_tools}
4947
eb79472a81de 6928700: Configure top repo for JPRT testing
ohair
parents: 3259
diff changeset
   104
11242
9e05a04a7f7e 7119829: Adjust default jprt testing configuration
ohair
parents: 10483
diff changeset
   105
# All vm test targets (testset=all)
6624
fa178c8f3c83 6987117: Add jprt test sets
ohair
parents: 6243
diff changeset
   106
jprt.vm.all.test.targets=    					\
11242
9e05a04a7f7e 7119829: Adjust default jprt testing configuration
ohair
parents: 10483
diff changeset
   107
    ${jprt.vm.default.test.targets}, 				\
9e05a04a7f7e 7119829: Adjust default jprt testing configuration
ohair
parents: 10483
diff changeset
   108
    ${jprt.my.test.target.set:TESTNAME=runThese},		\
9e05a04a7f7e 7119829: Adjust default jprt testing configuration
ohair
parents: 10483
diff changeset
   109
    ${jprt.my.test.target.set:TESTNAME=jbb_default}
6624
fa178c8f3c83 6987117: Add jprt test sets
ohair
parents: 6243
diff changeset
   110
11242
9e05a04a7f7e 7119829: Adjust default jprt testing configuration
ohair
parents: 10483
diff changeset
   111
# All jdk test targets (testset=all)
6624
fa178c8f3c83 6987117: Add jprt test sets
ohair
parents: 6243
diff changeset
   112
jprt.make.rule.all.test.targets=    				\
11619
6583f39d8dff 7132204: Default testset in JPRT should not run all tests
alanb
parents: 11242
diff changeset
   113
    ${jprt.make.rule.core.test.targets}, 			\
21760
9f542d8601a8 8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests
alanb
parents: 20652
diff changeset
   114
    ${jprt.make.rule.svc.test.targets},                         \
11242
9e05a04a7f7e 7119829: Adjust default jprt testing configuration
ohair
parents: 10483
diff changeset
   115
    ${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
   116
    ${jprt.my.test.target.set:TESTNAME=jdk_beans1},             \
11242
9e05a04a7f7e 7119829: Adjust default jprt testing configuration
ohair
parents: 10483
diff changeset
   117
    ${jprt.my.test.target.set:TESTNAME=jdk_beans2},		\
9e05a04a7f7e 7119829: Adjust default jprt testing configuration
ohair
parents: 10483
diff changeset
   118
    ${jprt.my.test.target.set:TESTNAME=jdk_beans3},		\
9e05a04a7f7e 7119829: Adjust default jprt testing configuration
ohair
parents: 10483
diff changeset
   119
    ${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
   120
    ${jprt.my.test.target.set:TESTNAME=jdk_swing}
6624
fa178c8f3c83 6987117: Add jprt test sets
ohair
parents: 6243
diff changeset
   121
21760
9f542d8601a8 8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests
alanb
parents: 20652
diff changeset
   122
# PIT vm test targets (testset=pit)
9f542d8601a8 8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests
alanb
parents: 20652
diff changeset
   123
jprt.vm.pit.test.targets=                                       \
9f542d8601a8 8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests
alanb
parents: 20652
diff changeset
   124
   ${jprt.vm.all.test.targets}
9f542d8601a8 8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests
alanb
parents: 20652
diff changeset
   125
9f542d8601a8 8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests
alanb
parents: 20652
diff changeset
   126
# PIT jdk test targets (testset=pit)
9f542d8601a8 8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests
alanb
parents: 20652
diff changeset
   127
jprt.make.rule.pit.test.targets=                                \
9f542d8601a8 8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests
alanb
parents: 20652
diff changeset
   128
    ${jprt.my.test.target.set:TESTNAME=langtools_jtreg},        \
9f542d8601a8 8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests
alanb
parents: 20652
diff changeset
   129
    ${jprt.make.rule.core.test.targets},                        \
9f542d8601a8 8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests
alanb
parents: 20652
diff changeset
   130
    ${jprt.make.rule.svc.test.targets}
9f542d8601a8 8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests
alanb
parents: 20652
diff changeset
   131
11242
9e05a04a7f7e 7119829: Adjust default jprt testing configuration
ohair
parents: 10483
diff changeset
   132
# 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
   133
jprt.my.jck.test.target.set=					\
71743132eaeb 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 6624
diff changeset
   134
    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
   135
    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
   136
    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
   137
    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
   138
71743132eaeb 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 6624
diff changeset
   139
# 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
   140
jprt.make.rule.jck.test.targets=				\
71743132eaeb 6737397: Should support running JCK test suite with test/Makefile and JPRT
ohair
parents: 6624
diff changeset
   141
    ${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
   142
    ${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
   143
    ${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
   144
6624
fa178c8f3c83 6987117: Add jprt test sets
ohair
parents: 6243
diff changeset
   145
# Select list to use (allow for testset to be empty too)
11242
9e05a04a7f7e 7119829: Adjust default jprt testing configuration
ohair
parents: 10483
diff changeset
   146
jprt.make.rule..test.targets=${jprt.make.rule.default.test.targets}
9e05a04a7f7e 7119829: Adjust default jprt testing configuration
ohair
parents: 10483
diff changeset
   147
jprt.make.rule.test.targets=${jprt.make.rule.${jprt.my.test.set}.test.targets}
9e05a04a7f7e 7119829: Adjust default jprt testing configuration
ohair
parents: 10483
diff changeset
   148
jprt.vm..test.targets=${jprt.vm.default.test.targets}
9e05a04a7f7e 7119829: Adjust default jprt testing configuration
ohair
parents: 10483
diff changeset
   149
jprt.test.targets=${jprt.vm.${jprt.my.test.set}.test.targets}
4947
eb79472a81de 6928700: Configure top repo for JPRT testing
ohair
parents: 3259
diff changeset
   150
6243
bc2db16c1a2a 6982946: Change make/jprt.properties to defer to JPRT itself for jdk platform list
ohair
parents: 5499
diff changeset
   151
# Directories to be excluded from the source bundles
4947
eb79472a81de 6928700: Configure top repo for JPRT testing
ohair
parents: 3259
diff changeset
   152
jprt.bundle.exclude.src.dirs=build dist webrev
eb79472a81de 6928700: Configure top repo for JPRT testing
ohair
parents: 3259
diff changeset
   153
22031
ae288cbb4c28 8029797: Let jprt run configure when building
erikj
parents: 21760
diff changeset
   154
# Instruct jprt to use configure when building
ae288cbb4c28 8029797: Let jprt run configure when building
erikj
parents: 21760
diff changeset
   155
jprt.build.use.configure=true
ae288cbb4c28 8029797: Let jprt run configure when building
erikj
parents: 21760
diff changeset
   156
jprt.build.flavor.product.target=jprt_bundle
ae288cbb4c28 8029797: Let jprt run configure when building
erikj
parents: 21760
diff changeset
   157
jprt.build.flavor.fastdebug.target=jprt_bundle
ae288cbb4c28 8029797: Let jprt run configure when building
erikj
parents: 21760
diff changeset
   158
jprt.build.flavor.debug.target=jprt_bundle
ae288cbb4c28 8029797: Let jprt run configure when building
erikj
parents: 21760
diff changeset
   159
ae288cbb4c28 8029797: Let jprt run configure when building
erikj
parents: 21760
diff changeset
   160
# Add these configure args to all builds
ae288cbb4c28 8029797: Let jprt run configure when building
erikj
parents: 21760
diff changeset
   161
jprt.build.configure.args= \
ae288cbb4c28 8029797: Let jprt run configure when building
erikj
parents: 21760
diff changeset
   162
    --with-boot-jdk=$ALT_BOOTDIR \
ae288cbb4c28 8029797: Let jprt run configure when building
erikj
parents: 21760
diff changeset
   163
    --with-jobs=$ALT_PARALLEL_COMPILE_JOBS
ae288cbb4c28 8029797: Let jprt run configure when building
erikj
parents: 21760
diff changeset
   164
ae288cbb4c28 8029797: Let jprt run configure when building
erikj
parents: 21760
diff changeset
   165
# Add these configure args to 32 bit builds
ae288cbb4c28 8029797: Let jprt run configure when building
erikj
parents: 21760
diff changeset
   166
jprt.i586.build.configure.args= \
ae288cbb4c28 8029797: Let jprt run configure when building
erikj
parents: 21760
diff changeset
   167
    --with-target-bits=32 \
ae288cbb4c28 8029797: Let jprt run configure when building
erikj
parents: 21760
diff changeset
   168
    --with-jvm-variants=client,server
ae288cbb4c28 8029797: Let jprt run configure when building
erikj
parents: 21760
diff changeset
   169
ae288cbb4c28 8029797: Let jprt run configure when building
erikj
parents: 21760
diff changeset
   170
# Use these configure args to define debug level.
ae288cbb4c28 8029797: Let jprt run configure when building
erikj
parents: 21760
diff changeset
   171
jprt.product.build.configure.args=--with-debug-level=release
ae288cbb4c28 8029797: Let jprt run configure when building
erikj
parents: 21760
diff changeset
   172
jprt.fastdebug.build.configure.args=--with-debug-level=fastdebug
ae288cbb4c28 8029797: Let jprt run configure when building
erikj
parents: 21760
diff changeset
   173
jprt.debug.build.configure.args=--with-debug-level=slowdebug