make/jprt.properties

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

mercurial