< prev index next >

make/jprt.properties

Print this page

        

*** 26,35 **** --- 26,38 ---- ############## # # Global settings # + # Regression tests depend on test bundle + jprt.use.reg.test.bundle=true + # The current release name jprt.tools.default.release=jdk9 # Check if this is the equivalent of a hotspot push job # Interpret -testset hotspot to mean exactly that
*** 454,458 **** --- 457,466 ---- ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_runtime}, \ ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_runtime_closed}, \ ${my.make.rule.test.targets.hotspot.reg.group:GROUP=hotspot_serviceability}, \ ${my.make.rule.test.targets.hotspot.reg.group:GROUP=jdk_svc_sanity}, \ ${my.additional.make.rule.test.targets.hotspot} + + # Native jdk and hotspot test targets (testset=nativesanity) + my.make.rule.test.targets.nativesanity= \ + ${my.test.target.set:TESTNAME=jdk_native_sanity}, \ + ${my.test.target.set:TESTNAME=hotspot_native_sanity}
< prev index next >