提交 cb16c1c4 编写于 作者: S sgehwolf

8222737: [TESTBUG] Allow for tier 1 like testing in OpenJDK 8u

Reviewed-by: shade, adinn, andrew
上级 a88b95dc
...@@ -272,7 +272,7 @@ JTREG_BASIC_OPTIONS += -a ...@@ -272,7 +272,7 @@ JTREG_BASIC_OPTIONS += -a
JTREG_ASSERT_OPTION = -ea -esa JTREG_ASSERT_OPTION = -ea -esa
JTREG_BASIC_OPTIONS += $(JTREG_ASSERT_OPTION) JTREG_BASIC_OPTIONS += $(JTREG_ASSERT_OPTION)
# Report details on all failed or error tests, times too # 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 # Retain all files for failing tests
JTREG_BASIC_OPTIONS += -retain:fail,error JTREG_BASIC_OPTIONS += -retain:fail,error
# Ignore tests are not run and completely silent about it # Ignore tests are not run and completely silent about it
......
...@@ -25,12 +25,13 @@ ...@@ -25,12 +25,13 @@
# Tiered testing definitions # Tiered testing definitions
# #
tier1 = \ jdk_tier1 = \
:jdk_lang \ :jdk_lang \
:jdk_util \ :jdk_util \
:jdk_math :jdk_math \
:jdk_jdi
tier2 = \ jdk_tier2 = \
:jdk_io \ :jdk_io \
:jdk_nio \ :jdk_nio \
:jdk_net \ :jdk_net \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册