321 linux_i586_2.6-product-{c1|c2}-jdk_tools2, \ |
321 linux_i586_2.6-product-{c1|c2}-jdk_tools2, \ |
322 linux_x64_2.6-product-c2-jdk_tools2, \ |
322 linux_x64_2.6-product-c2-jdk_tools2, \ |
323 ${jprt.my.windows.i586}-product-c1-jdk_tools2, \ |
323 ${jprt.my.windows.i586}-product-c1-jdk_tools2, \ |
324 windows_x64_5.2-product-c2-jdk_tools2 |
324 windows_x64_5.2-product-c2-jdk_tools2 |
325 |
325 |
|
326 # JCK test targets in test/Makefile (no fastdebug & limited c2, windows broken) |
|
327 jprt.my.jck.test.target.set= \ |
|
328 solaris_sparc_5.10-product-c1-JCK7TESTRULE, \ |
|
329 solaris_sparcv9_5.10-product-c2-JCK7TESTRULE, \ |
|
330 solaris_i586_5.10-product-c1-JCK7TESTRULE, \ |
|
331 solaris_x64_5.10-product-c2-JCK7TESTRULE, \ |
|
332 linux_i586_2.6-product-c1-JCK7TESTRULE, \ |
|
333 linux_x64_2.6-product-c2-JCK7TESTRULE |
|
334 |
|
335 # JCK testset targets (e.g. jprt submit -testset jck ... ) |
|
336 jprt.make.rule.jck.test.targets= \ |
|
337 ${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7devtools}, \ |
|
338 ${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7runtime}, \ |
|
339 ${jprt.my.jck.test.target.set:JCK7TESTRULE=jck7compiler} |
|
340 |
326 # Select list to use (allow for testset to be empty too) |
341 # Select list to use (allow for testset to be empty too) |
327 jprt.make.rule..test.targets=${jprt.make.rule.default.test.targets} |
342 jprt.make.rule..test.targets=${jprt.make.rule.default.test.targets} |
328 jprt.make.rule.test.targets=${jprt.make.rule.${jprt.my.test.set}.test.targets} |
343 jprt.make.rule.test.targets=${jprt.make.rule.${jprt.my.test.set}.test.targets} |
329 jprt.vm..test.targets=${jprt.vm.default.test.targets} |
344 jprt.vm..test.targets=${jprt.vm.default.test.targets} |
330 jprt.vm.test.targets=${jprt.vm.${jprt.my.test.set}.test.targets} |
345 jprt.vm.test.targets=${jprt.vm.${jprt.my.test.set}.test.targets} |
331 jprt.test.targets=${jprt.vm.test.targets} |
346 jprt.test.targets=${jprt.vm.test.targets} |
332 |
347 |
333 # Directories to be excluded from the source bundles |
348 # Directories to be excluded from the source bundles |
334 jprt.bundle.exclude.src.dirs=build dist webrev |
349 jprt.bundle.exclude.src.dirs=build dist webrev |
335 |
350 |
336 |
|