8075544: Add tiered testing definitions to the jdk repo

Reviewed-by: alanb
This commit is contained in:
Joe Darcy 2015-03-19 13:18:49 -07:00
parent 40728fc162
commit bd11f63b04

View File

@ -20,6 +20,31 @@
# questions.
#
###############################################################################
#
# Tiered testing definitions
#
tier1 = \
:jdk_lang \
:jdk_util \
:jdk_math
tier2 = \
:jdk_io \
:jdk_nio \
:jdk_net \
:jdk_rmi \
:jdk_time \
:jdk_security \
:jdk_text \
:core_tools
###############################################################################
#
# Other test definitions; generally smaller granularity than tiers
#
# java.lang package and VM runtime support
jdk_lang = \
java/lang \