< prev index next >

make/jprt.properties

Print this page

        

*** 1,7 **** # ! # Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this --- 1,7 ---- # ! # Copyright (c) 2006, 2015, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this
*** 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
*** 453,457 **** --- 456,465 ---- ${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 >