J. Duke | 686d76f | 2007-12-01 00:00:00 +0000 | [diff] [blame] | 1 | # |
Kelly O'Hair | 136614e | 2010-05-25 15:51:26 -0700 | [diff] [blame] | 2 | # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. |
J. Duke | 686d76f | 2007-12-01 00:00:00 +0000 | [diff] [blame] | 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 |
Kelly O'Hair | 136614e | 2010-05-25 15:51:26 -0700 | [diff] [blame] | 7 | # published by the Free Software Foundation. Oracle designates this |
J. Duke | 686d76f | 2007-12-01 00:00:00 +0000 | [diff] [blame] | 8 | # particular file as subject to the "Classpath" exception as provided |
Kelly O'Hair | 136614e | 2010-05-25 15:51:26 -0700 | [diff] [blame] | 9 | # by Oracle in the LICENSE file that accompanied this code. |
J. Duke | 686d76f | 2007-12-01 00:00:00 +0000 | [diff] [blame] | 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 | # |
Kelly O'Hair | 136614e | 2010-05-25 15:51:26 -0700 | [diff] [blame] | 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. |
J. Duke | 686d76f | 2007-12-01 00:00:00 +0000 | [diff] [blame] | 24 | # |
| 25 | |
| 26 | # Properties for jprt |
J. Duke | 686d76f | 2007-12-01 00:00:00 +0000 | [diff] [blame] | 27 | |
Kelly O'Hair | c0323a8 | 2011-12-12 08:11:05 -0800 | [diff] [blame] | 28 | # Locked down to jdk8 |
Kelly O'Hair | 5ed600c | 2011-07-22 17:35:54 -0700 | [diff] [blame] | 29 | jprt.tools.default.release=jdk8 |
J. Duke | 686d76f | 2007-12-01 00:00:00 +0000 | [diff] [blame] | 30 | |
Kelly O'Hair | 68ba7cf | 2010-09-07 15:13:58 -0700 | [diff] [blame] | 31 | # The different build flavors we want, we override here so we just get these 2 |
J. Duke | 686d76f | 2007-12-01 00:00:00 +0000 | [diff] [blame] | 32 | jprt.build.flavors=product,fastdebug |
J. Duke | 686d76f | 2007-12-01 00:00:00 +0000 | [diff] [blame] | 33 | |
Kelly O'Hair | 4e0aea2 | 2010-09-24 14:04:01 -0700 | [diff] [blame] | 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}, \ |
Alan Bateman | ec8aa63 | 2012-03-06 20:25:18 +0000 | [diff] [blame^] | 42 | macosx_x64_10.7-{product|fastdebug}, \ |
Kelly O'Hair | 5ed600c | 2011-07-22 17:35:54 -0700 | [diff] [blame] | 43 | windows_i586_5.1-{product|fastdebug}, \ |
Kelly O'Hair | 4e0aea2 | 2010-09-24 14:04:01 -0700 | [diff] [blame] | 44 | windows_x64_5.2-{product|fastdebug} |
Kelly O'Hair | 891aa6b | 2010-03-06 15:00:40 -0800 | [diff] [blame] | 45 | |
Kelly O'Hair | 4e0aea2 | 2010-09-24 14:04:01 -0700 | [diff] [blame] | 46 | # User can select the test set with jprt submit "-testset name" option |
| 47 | jprt.my.test.set=${jprt.test.set} |
| 48 | |
Kelly O'Hair | c0323a8 | 2011-12-12 08:11:05 -0800 | [diff] [blame] | 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, \ |
Alan Bateman | ec8aa63 | 2012-03-06 20:25:18 +0000 | [diff] [blame^] | 57 | macosx_x64_10.7-product-c2-TESTNAME, \ |
Kelly O'Hair | c0323a8 | 2011-12-12 08:11:05 -0800 | [diff] [blame] | 58 | 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'Hair | 4e0aea2 | 2010-09-24 14:04:01 -0700 | [diff] [blame] | 62 | jprt.vm.default.test.targets= \ |
Kelly O'Hair | c0323a8 | 2011-12-12 08:11:05 -0800 | [diff] [blame] | 63 | ${jprt.my.test.target.set:TESTNAME=jvm98}, \ |
| 64 | ${jprt.my.test.target.set:TESTNAME=scimark} |
Kelly O'Hair | 4e0aea2 | 2010-09-24 14:04:01 -0700 | [diff] [blame] | 65 | |
Kelly O'Hair | c0323a8 | 2011-12-12 08:11:05 -0800 | [diff] [blame] | 66 | # Default jdk test targets (testset=default) |
Kelly O'Hair | 4e0aea2 | 2010-09-24 14:04:01 -0700 | [diff] [blame] | 67 | jprt.make.rule.default.test.targets= \ |
Alan Bateman | c72c2be | 2012-01-24 09:08:43 +0000 | [diff] [blame] | 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) |
| 73 | jprt.vm.core.test.targets= \ |
| 74 | ${jprt.vm.default.test.targets} |
| 75 | |
| 76 | # Core jdk test targets (testset=core) |
| 77 | jprt.make.rule.core.test.targets= \ |
| 78 | ${jprt.make.rule.default.test.targets}, \ |
| 79 | ${jprt.my.test.target.set:TESTNAME=jdk_util}, \ |
Kelly O'Hair | c0323a8 | 2011-12-12 08:11:05 -0800 | [diff] [blame] | 80 | ${jprt.my.test.target.set:TESTNAME=jdk_io}, \ |
Kelly O'Hair | c0323a8 | 2011-12-12 08:11:05 -0800 | [diff] [blame] | 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}, \ |
Alan Bateman | c72c2be | 2012-01-24 09:08:43 +0000 | [diff] [blame] | 86 | ${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'Hair | c0323a8 | 2011-12-12 08:11:05 -0800 | [diff] [blame] | 91 | ${jprt.my.test.target.set:TESTNAME=jdk_text}, \ |
Alan Bateman | c72c2be | 2012-01-24 09:08:43 +0000 | [diff] [blame] | 92 | ${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'Hair | 4e0aea2 | 2010-09-24 14:04:01 -0700 | [diff] [blame] | 95 | |
Kelly O'Hair | c0323a8 | 2011-12-12 08:11:05 -0800 | [diff] [blame] | 96 | # All vm test targets (testset=all) |
Kelly O'Hair | 4e0aea2 | 2010-09-24 14:04:01 -0700 | [diff] [blame] | 97 | jprt.vm.all.test.targets= \ |
Kelly O'Hair | c0323a8 | 2011-12-12 08:11:05 -0800 | [diff] [blame] | 98 | ${jprt.vm.default.test.targets}, \ |
| 99 | ${jprt.my.test.target.set:TESTNAME=runThese}, \ |
| 100 | ${jprt.my.test.target.set:TESTNAME=jbb_default} |
Kelly O'Hair | 4e0aea2 | 2010-09-24 14:04:01 -0700 | [diff] [blame] | 101 | |
Kelly O'Hair | c0323a8 | 2011-12-12 08:11:05 -0800 | [diff] [blame] | 102 | # All jdk test targets (testset=all) |
Kelly O'Hair | 4e0aea2 | 2010-09-24 14:04:01 -0700 | [diff] [blame] | 103 | jprt.make.rule.all.test.targets= \ |
Alan Bateman | c72c2be | 2012-01-24 09:08:43 +0000 | [diff] [blame] | 104 | ${jprt.make.rule.core.test.targets}, \ |
Kelly O'Hair | c0323a8 | 2011-12-12 08:11:05 -0800 | [diff] [blame] | 105 | ${jprt.my.test.target.set:TESTNAME=jdk_awt}, \ |
Alan Bateman | c72c2be | 2012-01-24 09:08:43 +0000 | [diff] [blame] | 106 | ${jprt.my.test.target.set:TESTNAME=jdk_beans1}, \ |
Kelly O'Hair | c0323a8 | 2011-12-12 08:11:05 -0800 | [diff] [blame] | 107 | ${jprt.my.test.target.set:TESTNAME=jdk_beans2}, \ |
| 108 | ${jprt.my.test.target.set:TESTNAME=jdk_beans3}, \ |
Kelly O'Hair | c0323a8 | 2011-12-12 08:11:05 -0800 | [diff] [blame] | 109 | ${jprt.my.test.target.set:TESTNAME=jdk_sound}, \ |
Alan Bateman | c72c2be | 2012-01-24 09:08:43 +0000 | [diff] [blame] | 110 | ${jprt.my.test.target.set:TESTNAME=jdk_swing} |
Kelly O'Hair | 4e0aea2 | 2010-09-24 14:04:01 -0700 | [diff] [blame] | 111 | |
Kelly O'Hair | c0323a8 | 2011-12-12 08:11:05 -0800 | [diff] [blame] | 112 | # JCK test targets in test/Makefile (no windows) |
Kelly O'Hair | b115ff4 | 2011-03-22 11:07:40 -0700 | [diff] [blame] | 113 | jprt.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 ... ) |
| 122 | jprt.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'Hair | 4e0aea2 | 2010-09-24 14:04:01 -0700 | [diff] [blame] | 127 | # Select list to use (allow for testset to be empty too) |
Kelly O'Hair | c0323a8 | 2011-12-12 08:11:05 -0800 | [diff] [blame] | 128 | jprt.make.rule..test.targets=${jprt.make.rule.default.test.targets} |
| 129 | jprt.make.rule.test.targets=${jprt.make.rule.${jprt.my.test.set}.test.targets} |
| 130 | jprt.vm..test.targets=${jprt.vm.default.test.targets} |
| 131 | jprt.test.targets=${jprt.vm.${jprt.my.test.set}.test.targets} |
Kelly O'Hair | 891aa6b | 2010-03-06 15:00:40 -0800 | [diff] [blame] | 132 | |
Kelly O'Hair | 68ba7cf | 2010-09-07 15:13:58 -0700 | [diff] [blame] | 133 | # Directories to be excluded from the source bundles |
Kelly O'Hair | 891aa6b | 2010-03-06 15:00:40 -0800 | [diff] [blame] | 134 | jprt.bundle.exclude.src.dirs=build dist webrev |
J. Duke | 686d76f | 2007-12-01 00:00:00 +0000 | [diff] [blame] | 135 | |