31 # The different build flavors we want, we override here so we just get these 2 |
31 # The different build flavors we want, we override here so we just get these 2 |
32 jprt.build.flavors=product,fastdebug |
32 jprt.build.flavors=product,fastdebug |
33 |
33 |
34 # Standard list of jprt build targets for this source tree |
34 # Standard list of jprt build targets for this source tree |
35 jprt.build.targets= \ |
35 jprt.build.targets= \ |
36 solaris_sparc_5.10-{product|fastdebug}, \ |
|
37 solaris_sparcv9_5.10-{product|fastdebug}, \ |
36 solaris_sparcv9_5.10-{product|fastdebug}, \ |
38 solaris_i586_5.10-{product|fastdebug}, \ |
|
39 solaris_x64_5.10-{product|fastdebug}, \ |
37 solaris_x64_5.10-{product|fastdebug}, \ |
40 linux_i586_2.6-{product|fastdebug}, \ |
38 linux_i586_2.6-{product|fastdebug}, \ |
41 linux_x64_2.6-{product|fastdebug}, \ |
39 linux_x64_2.6-{product|fastdebug}, \ |
42 macosx_x64_10.7-{product|fastdebug}, \ |
40 macosx_x64_10.7-{product|fastdebug}, \ |
43 windows_i586_6.1-{product|fastdebug}, \ |
41 windows_i586_6.1-{product|fastdebug}, \ |
46 # User can select the test set with jprt submit "-testset name" option |
44 # User can select the test set with jprt submit "-testset name" option |
47 jprt.my.test.set=${jprt.test.set} |
45 jprt.my.test.set=${jprt.test.set} |
48 |
46 |
49 # Test target list (no fastdebug & limited c2 testing) |
47 # Test target list (no fastdebug & limited c2 testing) |
50 jprt.my.test.target.set= \ |
48 jprt.my.test.target.set= \ |
51 solaris_sparc_5.10-product-c1-TESTNAME, \ |
|
52 solaris_sparcv9_5.10-product-c2-TESTNAME, \ |
49 solaris_sparcv9_5.10-product-c2-TESTNAME, \ |
53 solaris_i586_5.10-product-c1-TESTNAME, \ |
|
54 solaris_x64_5.10-product-c2-TESTNAME, \ |
50 solaris_x64_5.10-product-c2-TESTNAME, \ |
55 linux_i586_2.6-product-{c1|c2}-TESTNAME, \ |
51 linux_i586_2.6-product-{c1|c2}-TESTNAME, \ |
56 linux_x64_2.6-product-c2-TESTNAME, \ |
52 linux_x64_2.6-product-c2-TESTNAME, \ |
57 macosx_x64_10.7-product-c2-TESTNAME, \ |
53 macosx_x64_10.7-product-c2-TESTNAME, \ |
58 windows_i586_6.1-product-c1-TESTNAME, \ |
54 windows_i586_6.1-product-c1-TESTNAME, \ |
110 ${jprt.my.test.target.set:TESTNAME=jdk_sound}, \ |
106 ${jprt.my.test.target.set:TESTNAME=jdk_sound}, \ |
111 ${jprt.my.test.target.set:TESTNAME=jdk_swing} |
107 ${jprt.my.test.target.set:TESTNAME=jdk_swing} |
112 |
108 |
113 # JCK test targets in test/Makefile (no windows) |
109 # JCK test targets in test/Makefile (no windows) |
114 jprt.my.jck.test.target.set= \ |
110 jprt.my.jck.test.target.set= \ |
115 solaris_sparc_5.10-product-c1-JCK7TESTRULE, \ |
|
116 solaris_sparcv9_5.10-product-c2-JCK7TESTRULE, \ |
111 solaris_sparcv9_5.10-product-c2-JCK7TESTRULE, \ |
117 solaris_i586_5.10-product-c1-JCK7TESTRULE, \ |
|
118 solaris_x64_5.10-product-c2-JCK7TESTRULE, \ |
112 solaris_x64_5.10-product-c2-JCK7TESTRULE, \ |
119 linux_i586_2.6-product-c1-JCK7TESTRULE, \ |
113 linux_i586_2.6-product-c1-JCK7TESTRULE, \ |
120 linux_x64_2.6-product-c2-JCK7TESTRULE |
114 linux_x64_2.6-product-c2-JCK7TESTRULE |
121 |
115 |
122 # JCK testset targets (e.g. jprt submit -testset jck ... ) |
116 # JCK testset targets (e.g. jprt submit -testset jck ... ) |