8075544: Add tiered testing definitions to the jdk repo
Reviewed-by: alanb
This commit is contained in:
parent
40728fc162
commit
bd11f63b04
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user