changeset 13653:6698d87704f4 jdk8u232-b02

8222737: [TESTBUG] Allow for tier 1 like testing in OpenJDK 8u Reviewed-by: shade, adinn, andrew
author sgehwolf
date Thu, 25 Apr 2019 14:05:34 +0200
parents f0eb67dccf17
children 89c8bfe10659 553561bf25a2
files test/Makefile test/TEST.groups
diffstat 2 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/test/Makefile	Tue Jul 03 15:02:46 2018 -0700
+++ b/test/Makefile	Thu Apr 25 14:05:34 2019 +0200
@@ -272,7 +272,7 @@
 JTREG_ASSERT_OPTION = -ea -esa
 JTREG_BASIC_OPTIONS += $(JTREG_ASSERT_OPTION)
 # Report details on all failed or error tests, times too
-JTREG_BASIC_OPTIONS += -v:fail,error,time
+JTREG_BASIC_OPTIONS += -v:fail,error,summary
 # Retain all files for failing tests
 JTREG_BASIC_OPTIONS += -retain:fail,error
 # Ignore tests are not run and completely silent about it
--- a/test/TEST.groups	Tue Jul 03 15:02:46 2018 -0700
+++ b/test/TEST.groups	Thu Apr 25 14:05:34 2019 +0200
@@ -25,12 +25,13 @@
 # Tiered testing definitions
 #
 
-tier1 = \
+jdk_tier1 = \
     :jdk_lang \
     :jdk_util \
-    :jdk_math
+    :jdk_math \
+    :jdk_jdi
 
-tier2 = \
+jdk_tier2 = \
     :jdk_io \
     :jdk_nio \
     :jdk_net \