RFR: 8194493 test for release file checking needs to be tier1

Randy Crihfield Randy.Crihfield at Oracle.com
Mon Feb 5 14:59:12 UTC 2018


I need to add the negative test created for JDK-8192837 to the 
TEST.groups file.

The related bug is https://bugs.openjdk.java.net/browse/JDK-8194493

The diff is very short and included below.

Any comments/suggestions are welcome, also I will need a sponsor for it 
at the end…

Randy


randyc at pollux -> hg diff TEST.groups
diff -r 3a52333a5e57 test/jdk/TEST.groups
--- a/test/jdk/TEST.groups
+++ b/test/jdk/TEST.groups
@@ -32,7 +32,8 @@
      java/nio/Buffer \
      com/sun/crypto/provider/Cipher \
      :jdk_math \
-    tools/pack200
+    tools/pack200 \ I need to add the negative test created for 
JDK-8192837 to the TEST.groups file.

The related bug is https://bugs.openjdk.java.net/browse/JDK-8194493

The diff is very short and included below.

Any comments/suggestions are welcome, also I will need a sponsor for it 
at the end…

Randy


randyc at pollux -> hg diff TEST.groups
diff -r 3a52333a5e57 test/jdk/TEST.groups
--- a/test/jdk/TEST.groups
+++ b/test/jdk/TEST.groups
@@ -32,7 +32,8 @@
      java/nio/Buffer \
      com/sun/crypto/provider/Cipher \
      :jdk_math \
-    tools/pack200
+    tools/pack200 \
+    :build_sanity

  tier2 = \
      :jdk_io \
@@ -60,6 +61,10 @@
  # Other test definitions; generally smaller granularity than tiers
  #

+# Build source checking
+build_sanity = \
+    sanity/releaseFile
+
  # java.lang package and VM runtime support
  jdk_lang = \
      java/lang \
randyc at pollux ->
+    :build_sanity

  tier2 = \
      :jdk_io \
@@ -60,6 +61,10 @@
  # Other test definitions; generally smaller granularity than tiers
  #

+# Build source checking
+build_sanity = \
+    sanity/releaseFile
+
  # java.lang package and VM runtime support
  jdk_lang = \
      java/lang \
randyc at pollux ->


More information about the core-libs-dev mailing list