[11] 8196583 Update jib and test jtreg version to 4.2 b12
Paul Sandoz
paul.sandoz at oracle.com
Thu Feb 1 18:44:10 UTC 2018
Hi,
The constant dynamic test i recently updated and pushed to hs [*] requires a later version of jtreg to execute correctly (it requires an updated version of asmtools bundled with jtreg).
Here are the changes:
diff -r 11920d5d14a8 make/conf/jib-profiles.js
--- a/make/conf/jib-profiles.js Wed Jan 31 17:43:46 2018 -0800
+++ b/make/conf/jib-profiles.js Thu Feb 01 10:39:38 2018 -0800
@@ -829,7 +829,7 @@
jtreg: {
server: "javare",
revision: "4.2",
- build_number: "b11",
+ build_number: "b12",
checksum_file: "MD5_VALUES",
file: "jtreg_bin-4.2.zip",
environment_name: "JT_HOME",
diff -r 11920d5d14a8 test/hotspot/jtreg/TEST.ROOT
--- a/test/hotspot/jtreg/TEST.ROOT Wed Jan 31 17:43:46 2018 -0800
+++ b/test/hotspot/jtreg/TEST.ROOT Thu Feb 01 10:39:38 2018 -0800
@@ -58,7 +58,7 @@
docker.support
# Minimum jtreg version
-requiredVersion=4.2 b11
+requiredVersion=4.2 b12
# Path to libraries in the topmost test directory. This is needed so @library
# does not need ../../../ notation to reach them
diff -r 11920d5d14a8 test/jaxp/TEST.ROOT
--- a/test/jaxp/TEST.ROOT Wed Jan 31 17:43:46 2018 -0800
+++ b/test/jaxp/TEST.ROOT Thu Feb 01 10:39:38 2018 -0800
@@ -23,7 +23,7 @@
groups=TEST.groups
# Minimum jtreg version
-requiredVersion=4.2 b11
+requiredVersion=4.2 b12
# Path to libraries in the topmost test directory. This is needed so @library
# does not need ../../ notation to reach them
diff -r 11920d5d14a8 test/jdk/TEST.ROOT
--- a/test/jdk/TEST.ROOT Wed Jan 31 17:43:46 2018 -0800
+++ b/test/jdk/TEST.ROOT Thu Feb 01 10:39:38 2018 -0800
@@ -40,7 +40,7 @@
vm.cds
# Minimum jtreg version
-requiredVersion=4.2 b11
+requiredVersion=4.2 b12
# Path to libraries in the topmost test directory. This is needed so @library
# does not need ../../ notation to reach them
diff -r 11920d5d14a8 test/langtools/TEST.ROOT
--- a/test/langtools/TEST.ROOT Wed Jan 31 17:43:46 2018 -0800
+++ b/test/langtools/TEST.ROOT Thu Feb 01 10:39:38 2018 -0800
@@ -15,7 +15,7 @@
groups=TEST.groups
# Minimum jtreg version
-requiredVersion=4.2 b11
+requiredVersion=4.2 b12
# Use new module options
useNewOptions=true
diff -r 11920d5d14a8 test/nashorn/TEST.ROOT
--- a/test/nashorn/TEST.ROOT Wed Jan 31 17:43:46 2018 -0800
+++ b/test/nashorn/TEST.ROOT Thu Feb 01 10:39:38 2018 -0800
@@ -8,7 +8,7 @@
groups=TEST.groups
# Minimum jtreg version
-requiredVersion=4.2 b11
+requiredVersion=4.2 b12
# Use new module options
useNewOptions=true
Paul.
[*] http://hg.openjdk.java.net/jdk/hs/rev/11920d5d14a8
More information about the core-libs-dev
mailing list