equal
deleted
inserted
replaced
25 |
25 |
26 ############## |
26 ############## |
27 # |
27 # |
28 # Global settings |
28 # Global settings |
29 # |
29 # |
|
30 |
|
31 # Regression tests depend on test bundle |
|
32 jprt.use.reg.test.bundle=true |
30 |
33 |
31 # The current release name |
34 # The current release name |
32 jprt.tools.default.release=jdk9 |
35 jprt.tools.default.release=jdk9 |
33 |
36 |
34 # Check if this is the equivalent of a hotspot push job |
37 # Check if this is the equivalent of a hotspot push job |
454 ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_runtime}, \ |
457 ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_runtime}, \ |
455 ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_runtime_closed}, \ |
458 ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_runtime_closed}, \ |
456 ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_serviceability}, \ |
459 ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_serviceability}, \ |
457 ${my.make.rule.test.targets.hotspot.reg.group:GROUP=jdk_svc_sanity}, \ |
460 ${my.make.rule.test.targets.hotspot.reg.group:GROUP=jdk_svc_sanity}, \ |
458 ${my.additional.make.rule.test.targets.hotspot} |
461 ${my.additional.make.rule.test.targets.hotspot} |
|
462 |
|
463 # Native jdk and hotspot test targets (testset=nativesanity) |
|
464 my.make.rule.test.targets.nativesanity= \ |
|
465 ${my.test.target.set:TESTNAME=jdk_native_sanity}, \ |
|
466 ${my.test.target.set:TESTNAME=hotspot_native_sanity} |