make/jprt.properties
changeset 24804 cc1430d4501f
parent 22032 4a7fd867c53c
child 25042 970302bcc736
equal deleted inserted replaced
24801:410bccbded9e 24804:cc1430d4501f
    23 # questions.
    23 # questions.
    24 #
    24 #
    25 
    25 
    26 # Properties for jprt
    26 # Properties for jprt
    27 
    27 
    28 # Locked down to jdk8
    28 # Locked down to jdk9
    29 jprt.tools.default.release=jdk9
    29 jprt.tools.default.release=jdk9
    30 
    30 
    31 # Unix toolkit to use for building on windows
    31 # Unix toolkit to use for building on windows
    32 jprt.windows.jdk8.build.unix.toolkit=cygwin
    32 jprt.windows.jdk8.build.unix.toolkit=cygwin
    33 
    33 
    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_sparcv9_5.10-{product|fastdebug}, 			\
    39     solaris_sparcv9_5.11-{product|fastdebug}, 			\
    40     solaris_x64_5.10-{product|fastdebug}, 			\
    40     solaris_x64_5.11-{product|fastdebug}, 			\
    41     linux_i586_2.6-{product|fastdebug}, 			\
    41     linux_i586_2.6-{product|fastdebug}, 			\
    42     linux_x64_2.6-{product|fastdebug}, 				\
    42     linux_x64_2.6-{product|fastdebug}, 				\
    43     macosx_x64_10.7-{product|fastdebug}, 			\
    43     macosx_x64_10.7-{product|fastdebug}, 			\
    44     windows_i586_6.1-{product|fastdebug}, 			\
    44     windows_i586_6.1-{product|fastdebug}, 			\
    45     windows_x64_6.1-{product|fastdebug}
    45     windows_x64_6.1-{product|fastdebug}
    47 # 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
    48 jprt.my.test.set=${jprt.test.set}
    48 jprt.my.test.set=${jprt.test.set}
    49 
    49 
    50 # Test target list (no fastdebug & limited c2 testing)
    50 # Test target list (no fastdebug & limited c2 testing)
    51 jprt.my.test.target.set= \
    51 jprt.my.test.target.set= \
    52     solaris_sparcv9_5.10-product-c2-TESTNAME, 			\
    52     solaris_sparcv9_5.11-product-c2-TESTNAME, 			\
    53     solaris_x64_5.10-product-c2-TESTNAME, 			\
    53     solaris_x64_5.11-product-c2-TESTNAME, 			\
    54     linux_i586_2.6-product-{c1|c2}-TESTNAME, 			\
    54     linux_i586_2.6-product-{c1|c2}-TESTNAME, 			\
    55     linux_x64_2.6-product-c2-TESTNAME, 				\
    55     linux_x64_2.6-product-c2-TESTNAME, 				\
    56     macosx_x64_10.7-product-c2-TESTNAME, 			\
    56     macosx_x64_10.7-product-c2-TESTNAME, 			\
    57     windows_i586_6.1-product-c1-TESTNAME, 			\
    57     windows_i586_6.1-product-c1-TESTNAME, 			\
    58     windows_x64_6.1-product-c2-TESTNAME
    58     windows_x64_6.1-product-c2-TESTNAME
   129     ${jprt.make.rule.core.test.targets},                        \
   129     ${jprt.make.rule.core.test.targets},                        \
   130     ${jprt.make.rule.svc.test.targets}
   130     ${jprt.make.rule.svc.test.targets}
   131 
   131 
   132 # JCK test targets in test/Makefile (no windows)
   132 # JCK test targets in test/Makefile (no windows)
   133 jprt.my.jck.test.target.set=					\
   133 jprt.my.jck.test.target.set=					\
   134     solaris_sparcv9_5.10-product-c2-JCK7TESTRULE, 		\
   134     solaris_sparcv9_5.11-product-c2-JCK7TESTRULE, 		\
   135     solaris_x64_5.10-product-c2-JCK7TESTRULE, 			\
   135     solaris_x64_5.11-product-c2-JCK7TESTRULE, 			\
   136     linux_i586_2.6-product-c1-JCK7TESTRULE, 			\
   136     linux_i586_2.6-product-c1-JCK7TESTRULE, 			\
   137     linux_x64_2.6-product-c2-JCK7TESTRULE
   137     linux_x64_2.6-product-c2-JCK7TESTRULE
   138 
   138 
   139 # JCK testset targets (e.g. jprt submit -testset jck ... )
   139 # JCK testset targets (e.g. jprt submit -testset jck ... )
   140 jprt.make.rule.jck.test.targets=				\
   140 jprt.make.rule.jck.test.targets=				\