jdk/make/jprt.properties
changeset 8992 6a3062c1416f
parent 7668 d4a77089c587
child 10132 d3f00d8ca839
equal deleted inserted replaced
8991:7df5283fd3b8 8992:6a3062c1416f
    50     linux_i586_2.6-{product|fastdebug}, 			\
    50     linux_i586_2.6-{product|fastdebug}, 			\
    51     linux_x64_2.6-{product|fastdebug}, 				\
    51     linux_x64_2.6-{product|fastdebug}, 				\
    52     ${jprt.my.windows.i586}-{product|fastdebug}, 		\
    52     ${jprt.my.windows.i586}-{product|fastdebug}, 		\
    53     windows_x64_5.2-{product|fastdebug}
    53     windows_x64_5.2-{product|fastdebug}
    54 
    54 
       
    55 # User can select the test set with jprt submit "-testset name" option
       
    56 jprt.my.test.set=${jprt.test.set}
       
    57 
    55 # Standard vm test target
    58 # Standard vm test target
    56 jprt.test.targets=						\
    59 jprt.vm.default.test.targets=					\
    57     solaris_sparc_5.10-product-c1-jvm98, 			\
    60     solaris_sparc_5.10-product-c1-jvm98, 			\
    58     solaris_sparcv9_5.10-product-c2-jvm98, 			\
    61     solaris_sparcv9_5.10-product-c2-jvm98, 			\
    59     solaris_i586_5.10-product-c1-jvm98, 			\
    62     solaris_i586_5.10-product-c1-jvm98, 			\
    60     solaris_x64_5.10-product-c2-jvm98, 				\
    63     solaris_x64_5.10-product-c2-jvm98, 				\
    61     linux_i586_2.6-product-{c1|c2}-jvm98, 			\
    64     linux_i586_2.6-product-{c1|c2}-jvm98, 			\
    62     linux_x64_2.6-product-c2-jvm98, 				\
    65     linux_x64_2.6-product-c2-jvm98, 				\
    63     ${jprt.my.windows.i586}-product-c1-jvm98, 			\
    66     ${jprt.my.windows.i586}-product-c1-jvm98, 			\
    64     windows_x64_5.2-product-c2-jvm98
    67     windows_x64_5.2-product-c2-jvm98
    65 
    68 
    66 # User can select the test set with jprt submit "-testset name" option
    69 # Select vm testlist to use (allow for testset to be empty too)
    67 jprt.my.test.set=${jprt.test.set}
    70 jprt.vm.all.test.targets=${jprt.vm.default.test.targets}
       
    71 jprt.vm..test.targets=${jprt.vm.default.test.targets} 
       
    72 jprt.test.targets=${jprt.vm.${jprt.my.test.set}.test.targets} 
    68 
    73 
    69 # Default jdk test targets in test/Makefile (no fastdebug & limited c2)
    74 # Default jdk test targets in test/Makefile (no fastdebug & limited c2)
    70 jprt.make.rule.default.test.targets=				\
    75 jprt.make.rule.default.test.targets=				\
    71     								\
    76     								\
    72     solaris_sparc_5.10-product-c1-jdk_beans1, 			\
    77     solaris_sparc_5.10-product-c1-jdk_beans1, 			\
   279     linux_i586_2.6-product-{c1|c2}-jdk_tools2, 			\
   284     linux_i586_2.6-product-{c1|c2}-jdk_tools2, 			\
   280     linux_x64_2.6-product-c2-jdk_tools2, 			\
   285     linux_x64_2.6-product-c2-jdk_tools2, 			\
   281     ${jprt.my.windows.i586}-product-c1-jdk_tools2, 		\
   286     ${jprt.my.windows.i586}-product-c1-jdk_tools2, 		\
   282     windows_x64_5.2-product-c2-jdk_tools2
   287     windows_x64_5.2-product-c2-jdk_tools2
   283 
   288 
       
   289 # JCK test targets in test/Makefile (no fastdebug & limited c2, windows broken)
       
   290 jprt.my.jck.test.target.set=					\
       
   291     solaris_sparc_5.10-product-c1-JCK7TESTRULE, 		\
       
   292     solaris_sparcv9_5.10-product-c2-JCK7TESTRULE, 		\
       
   293     solaris_i586_5.10-product-c1-JCK7TESTRULE, 			\
       
   294     solaris_x64_5.10-product-c2-JCK7TESTRULE, 			\
       
   295     linux_i586_2.6-product-c1-JCK7TESTRULE, 			\
       
   296     linux_x64_2.6-product-c2-JCK7TESTRULE
       
   297 
       
   298 # JCK testset targets (e.g. jprt submit -testset jck ... )
       
   299 jprt.make.rule.jck.test.targets=				\
       
   300     ${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7devtools},   \
       
   301     ${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7runtime},    \
       
   302     ${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7compiler}
       
   303 
   284 # Select list to use (allow for testset to be empty too)
   304 # Select list to use (allow for testset to be empty too)
   285 jprt.make.rule..test.targets=${jprt.make.rule.default.test.targets} 
   305 jprt.make.rule..test.targets=${jprt.make.rule.default.test.targets} 
   286 jprt.make.rule.test.targets=${jprt.make.rule.${jprt.my.test.set}.test.targets} 
   306 jprt.make.rule.test.targets=${jprt.make.rule.${jprt.my.test.set}.test.targets} 
   287 
   307 
   288 # Directories to be excluded from the source bundles
   308 # Directories to be excluded from the source bundles