2018-04-18 17:03:49 +00:00
|
|
|
# Copyright (c) 2013, 2018, Oracle and/or its affiliates. All rights reserved.
|
2013-08-21 08:59:12 +00:00
|
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
|
|
#
|
|
|
|
# This code is free software; you can redistribute it and/or modify it
|
|
|
|
# under the terms of the GNU General Public License version 2 only, as
|
|
|
|
# published by the Free Software Foundation.
|
|
|
|
#
|
|
|
|
# This code is distributed in the hope that it will be useful, but WITHOUT
|
|
|
|
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
|
|
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
|
|
# version 2 for more details (a copy is included in the LICENSE file that
|
|
|
|
# accompanied this code).
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License version
|
|
|
|
# 2 along with this work; if not, write to the Free Software Foundation,
|
|
|
|
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
|
|
#
|
|
|
|
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
|
|
# or visit www.oracle.com if you need additional information or have any
|
|
|
|
# questions.
|
|
|
|
#
|
|
|
|
|
2015-03-19 20:18:49 +00:00
|
|
|
###############################################################################
|
|
|
|
#
|
|
|
|
# Tiered testing definitions
|
|
|
|
#
|
|
|
|
|
2018-05-11 18:43:08 +00:00
|
|
|
# When adding tests to tier1, make sure they end up in one of the tier1_partX groups
|
2015-03-19 20:18:49 +00:00
|
|
|
tier1 = \
|
2018-05-11 18:43:08 +00:00
|
|
|
:tier1_part1 \
|
|
|
|
:tier1_part2 \
|
|
|
|
:tier1_part3
|
2018-06-05 02:01:16 +00:00
|
|
|
|
2018-05-11 18:43:08 +00:00
|
|
|
tier1_part1 = \
|
|
|
|
:jdk_lang
|
|
|
|
|
|
|
|
tier1_part2 = \
|
2015-03-19 20:18:49 +00:00
|
|
|
:jdk_util \
|
2018-05-11 18:43:08 +00:00
|
|
|
-java/util/Arrays/TimSortStackSize2.java
|
|
|
|
|
|
|
|
tier1_part3 = \
|
2018-03-05 13:44:46 +00:00
|
|
|
:build_sanity \
|
2018-05-11 18:43:08 +00:00
|
|
|
:jdk_math \
|
|
|
|
:jdk_svc_sanity \
|
2015-08-04 18:26:51 +00:00
|
|
|
java/nio/Buffer \
|
2015-08-06 17:34:25 +00:00
|
|
|
com/sun/crypto/provider/Cipher \
|
2018-05-11 18:43:08 +00:00
|
|
|
sun/nio/cs/ISO8859x.java \
|
|
|
|
tools/pack200
|
2015-03-19 20:18:49 +00:00
|
|
|
|
2018-05-11 18:43:08 +00:00
|
|
|
# When adding tests to tier2, make sure they end up in one of the tier2_partX groups
|
2015-03-19 20:18:49 +00:00
|
|
|
tier2 = \
|
2018-04-17 20:18:22 +00:00
|
|
|
:tier2_part1 \
|
|
|
|
:tier2_part2 \
|
2018-05-11 18:43:08 +00:00
|
|
|
:tier2_part3
|
2018-04-17 20:18:22 +00:00
|
|
|
|
|
|
|
# com/sun/crypto/provider/Cipher is in tier1 because of JDK-8132855
|
|
|
|
tier2_part1 = \
|
|
|
|
:jdk_security \
|
|
|
|
-com/sun/crypto/provider/Cipher
|
|
|
|
|
|
|
|
# sun/nio/cs/ISO8859x.java and java/nio/Buffer are in tier1 because of JDK-8132854
|
|
|
|
tier2_part2 = \
|
|
|
|
:core_tools \
|
|
|
|
-tools/pack200 \
|
2015-03-19 20:18:49 +00:00
|
|
|
:jdk_io \
|
|
|
|
:jdk_nio \
|
2015-08-04 18:26:51 +00:00
|
|
|
-java/nio/Buffer \
|
2018-04-17 20:18:22 +00:00
|
|
|
-sun/nio/cs/ISO8859x.java \
|
|
|
|
:jdk_other \
|
2015-03-19 20:18:49 +00:00
|
|
|
:jdk_text \
|
2018-05-11 18:43:08 +00:00
|
|
|
:jdk_time \
|
|
|
|
java/util/Arrays/TimSortStackSize2.java
|
|
|
|
|
2015-03-19 20:18:49 +00:00
|
|
|
|
2018-04-17 20:18:22 +00:00
|
|
|
tier2_part3 = \
|
|
|
|
:jdk_net
|
2018-06-05 02:01:16 +00:00
|
|
|
|
2015-06-25 18:59:40 +00:00
|
|
|
tier3 = \
|
2015-07-20 20:11:20 +00:00
|
|
|
:jdk_rmi \
|
2015-07-31 23:03:48 +00:00
|
|
|
:jdk_beans \
|
2015-08-27 18:02:10 +00:00
|
|
|
:jdk_imageio \
|
2016-03-31 02:05:58 +00:00
|
|
|
:jdk_sound \
|
|
|
|
:jdk_client_sanity
|
2015-06-24 22:15:10 +00:00
|
|
|
|
2015-03-19 20:18:49 +00:00
|
|
|
###############################################################################
|
|
|
|
#
|
|
|
|
# Other test definitions; generally smaller granularity than tiers
|
|
|
|
#
|
|
|
|
|
2018-03-05 13:44:46 +00:00
|
|
|
# Build source checking
|
|
|
|
build_sanity = \
|
|
|
|
sanity/releaseFile
|
|
|
|
|
2013-09-13 18:19:13 +00:00
|
|
|
# java.lang package and VM runtime support
|
2013-08-21 08:59:12 +00:00
|
|
|
jdk_lang = \
|
|
|
|
java/lang \
|
|
|
|
-java/lang/management \
|
|
|
|
-java/lang/instrument \
|
|
|
|
sun/invoke \
|
|
|
|
sun/misc \
|
|
|
|
sun/reflect \
|
2016-04-15 15:19:15 +00:00
|
|
|
jdk/internal/reflect \
|
2013-09-03 18:29:12 +00:00
|
|
|
jdk/lambda \
|
2017-04-01 02:19:00 +00:00
|
|
|
jdk/internal/loader \
|
2016-01-28 11:09:42 +00:00
|
|
|
jdk/internal/misc \
|
2016-02-02 08:59:52 +00:00
|
|
|
jdk/internal/ref \
|
2016-05-20 14:41:29 +00:00
|
|
|
jdk/internal/jimage \
|
2017-03-29 00:33:48 +00:00
|
|
|
jdk/internal/math \
|
8142968: Module System implementation
Initial integration of JEP 200, JEP 260, JEP 261, and JEP 282
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Co-authored-by: Alexandr Scherbatiy <alexandr.scherbatiy@oracle.com>
Co-authored-by: Amy Lu <amy.lu@oracle.com>
Co-authored-by: Calvin Cheung <calvin.cheung@oracle.com>
Co-authored-by: Daniel Fuchs <daniel.fuchs@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Co-authored-by: Jaroslav Bachorik <jaroslav.bachorik@oracle.com>
Co-authored-by: Jean-Francois Denise <jean-francois.denise@oracle.com>
Co-authored-by: Jan Lahoda <jan.lahoda@oracle.com>
Co-authored-by: James Laskey <james.laskey@oracle.com>
Co-authored-by: Lois Foltan <lois.foltan@oracle.com>
Co-authored-by: Miroslav Kos <miroslav.kos@oracle.com>
Co-authored-by: Huaming Li <huaming.li@oracle.com>
Co-authored-by: Sean Mullan <sean.mullan@oracle.com>
Co-authored-by: Naoto Sato <naoto.sato@oracle.com>
Co-authored-by: Masayoshi Okutsu <masayoshi.okutsu@oracle.com>
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Co-authored-by: Philip Race <philip.race@oracle.com>
Co-authored-by: Claes Redestad <claes.redestad@oracle.com>
Co-authored-by: Sergey Bylokhov <sergey.bylokhov@oracle.com>
Co-authored-by: Alexandre Iline <alexandre.iline@oracle.com>
Co-authored-by: Volker Simonis <volker.simonis@gmail.com>
Co-authored-by: Staffan Larsen <staffan.larsen@oracle.com>
Co-authored-by: Stuart Marks <stuart.marks@oracle.com>
Co-authored-by: Semyon Sadetsky <semyon.sadetsky@oracle.com>
Co-authored-by: Serguei Spitsyn <serguei.spitsyn@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Co-authored-by: Valerie Peng <valerie.peng@oracle.com>
Co-authored-by: Vincent Ryan <vincent.x.ryan@oracle.com>
Co-authored-by: Weijun Wang <weijun.wang@oracle.com>
Co-authored-by: Yuri Nesterenko <yuri.nesterenko@oracle.com>
Co-authored-by: Yekaterina Kantserova <yekaterina.kantserova@oracle.com>
Co-authored-by: Alexander Kulyakthin <alexander.kulyakhtin@oracle.com>
Co-authored-by: Felix Yang <felix.yang@oracle.com>
Co-authored-by: Andrei Eremeev <andrei.eremeev@oracle.com>
Co-authored-by: Frank Yuan <frank.yuan@oracle.com>
Co-authored-by: Sergei Pikalev <sergei.pikalev@oracle.com>
Co-authored-by: Sibabrata Sahoo <sibabrata.sahoo@oracle.com>
Co-authored-by: Tiantian Du <tiantian.du@oracle.com>
Co-authored-by: Sha Jiang <sha.jiang@oracle.com>
Reviewed-by: alanb, mchung, naoto, rriggs, psandoz, plevart, mullan, ascarpino, vinnie, prr, sherman, dfuchs, mhaupt
2016-03-17 19:04:16 +00:00
|
|
|
jdk/modules \
|
2013-08-21 08:59:12 +00:00
|
|
|
vm
|
|
|
|
|
2013-09-13 18:19:13 +00:00
|
|
|
# All of the java.util package
|
2013-08-21 08:59:12 +00:00
|
|
|
jdk_util = \
|
2013-09-13 18:19:13 +00:00
|
|
|
:jdk_util_other \
|
|
|
|
:jdk_collections \
|
|
|
|
:jdk_concurrent \
|
|
|
|
:jdk_stream
|
|
|
|
|
|
|
|
# All util components not part of some other util category
|
|
|
|
jdk_util_other = \
|
2013-08-21 08:59:12 +00:00
|
|
|
java/util \
|
2013-09-13 18:19:13 +00:00
|
|
|
sun/util \
|
|
|
|
-:jdk_collections \
|
|
|
|
-:jdk_concurrent \
|
|
|
|
-:jdk_stream
|
|
|
|
|
2015-12-15 20:47:23 +00:00
|
|
|
# All collections, core and concurrent
|
|
|
|
jdk_collections = \
|
|
|
|
:jdk_collections_core \
|
|
|
|
:jdk_concurrent
|
|
|
|
|
|
|
|
# java.util.concurrent
|
|
|
|
# Includes concurrent collections plus other stuff
|
2013-09-13 18:19:13 +00:00
|
|
|
# Maintained by JSR-166 EG (Doug Lea et al)
|
|
|
|
jdk_concurrent = \
|
2015-12-15 20:47:23 +00:00
|
|
|
java/util/concurrent
|
2013-09-13 18:19:13 +00:00
|
|
|
|
2015-12-15 20:47:23 +00:00
|
|
|
# Java Collections Framework core classes
|
|
|
|
jdk_collections_core = \
|
2013-09-13 18:19:13 +00:00
|
|
|
java/util/AbstractCollection \
|
|
|
|
java/util/AbstractList \
|
|
|
|
java/util/AbstractMap \
|
|
|
|
java/util/AbstractSequentialList \
|
|
|
|
java/util/ArrayList \
|
|
|
|
java/util/Arrays \
|
|
|
|
java/util/BitSet \
|
|
|
|
java/util/Collection \
|
|
|
|
java/util/Collections \
|
2015-12-15 20:47:23 +00:00
|
|
|
java/util/Comparator \
|
|
|
|
java/util/Deque \
|
2013-09-13 18:19:13 +00:00
|
|
|
java/util/EnumMap \
|
|
|
|
java/util/EnumSet \
|
|
|
|
java/util/HashMap \
|
2015-12-15 20:47:23 +00:00
|
|
|
java/util/HashSet \
|
2013-09-13 18:19:13 +00:00
|
|
|
java/util/Hashtable \
|
|
|
|
java/util/IdentityHashMap \
|
2015-12-15 20:47:23 +00:00
|
|
|
java/util/Iterator \
|
2013-09-13 18:19:13 +00:00
|
|
|
java/util/LinkedHashMap \
|
|
|
|
java/util/LinkedHashSet \
|
|
|
|
java/util/LinkedList \
|
2015-12-15 20:47:23 +00:00
|
|
|
java/util/List \
|
2013-09-13 18:19:13 +00:00
|
|
|
java/util/Map \
|
|
|
|
java/util/NavigableMap \
|
2015-12-15 20:47:23 +00:00
|
|
|
java/util/PriorityQueue \
|
2013-09-13 18:19:13 +00:00
|
|
|
java/util/TimSort \
|
|
|
|
java/util/TreeMap \
|
|
|
|
java/util/Vector \
|
|
|
|
java/util/WeakHashMap
|
|
|
|
|
|
|
|
# java.util.stream (JSR-335)
|
|
|
|
jdk_stream = \
|
|
|
|
java/util/Optional \
|
|
|
|
java/util/function \
|
|
|
|
java/util/stream
|
2013-08-21 08:59:12 +00:00
|
|
|
|
|
|
|
jdk_math = \
|
2017-03-29 00:33:48 +00:00
|
|
|
java/math
|
2013-08-21 08:59:12 +00:00
|
|
|
|
|
|
|
jdk_io = \
|
|
|
|
java/io
|
|
|
|
|
|
|
|
jdk_nio = \
|
|
|
|
java/nio \
|
2014-05-09 16:04:41 +00:00
|
|
|
sun/nio \
|
|
|
|
jdk/nio
|
2013-08-21 08:59:12 +00:00
|
|
|
|
|
|
|
jdk_net = \
|
|
|
|
java/net \
|
2014-03-05 07:24:34 +00:00
|
|
|
com/sun/net/httpserver \
|
2014-04-12 19:21:09 +00:00
|
|
|
sun/net \
|
|
|
|
jdk/net
|
2013-08-21 08:59:12 +00:00
|
|
|
|
|
|
|
jdk_time = \
|
|
|
|
java/time
|
|
|
|
|
|
|
|
jdk_rmi = \
|
|
|
|
java/rmi \
|
|
|
|
sun/rmi
|
|
|
|
|
|
|
|
jdk_security1 = \
|
|
|
|
java/security
|
|
|
|
|
|
|
|
jdk_security2 = \
|
|
|
|
javax/crypto \
|
|
|
|
javax/xml/crypto \
|
2014-10-20 21:18:48 +00:00
|
|
|
com/oracle/security/ucrypto \
|
2013-08-21 08:59:12 +00:00
|
|
|
com/sun/crypto
|
|
|
|
|
|
|
|
jdk_security3 = \
|
|
|
|
javax/security \
|
2014-09-10 15:14:14 +00:00
|
|
|
-javax/security/auth/kerberos \
|
2017-04-01 02:19:00 +00:00
|
|
|
com/sun/jarsigner \
|
2013-08-21 08:59:12 +00:00
|
|
|
com/sun/security \
|
2014-09-10 15:14:14 +00:00
|
|
|
-com/sun/security/jgss \
|
2013-08-21 08:59:12 +00:00
|
|
|
com/sun/org/apache/xml/internal/security \
|
2015-12-01 02:02:06 +00:00
|
|
|
jdk/security \
|
2013-08-21 08:59:12 +00:00
|
|
|
sun/security \
|
2014-09-10 15:14:14 +00:00
|
|
|
-sun/security/krb5 \
|
|
|
|
-sun/security/jgss \
|
2017-09-22 01:49:08 +00:00
|
|
|
javax/net \
|
2014-03-05 07:24:34 +00:00
|
|
|
com/sun/net/ssl \
|
2013-08-21 08:59:12 +00:00
|
|
|
lib/security
|
|
|
|
|
2014-09-10 15:14:14 +00:00
|
|
|
jdk_security4 = \
|
|
|
|
com/sun/security/jgss \
|
|
|
|
javax/security/auth/kerberos \
|
|
|
|
sun/security/krb5 \
|
|
|
|
sun/security/jgss
|
|
|
|
|
2013-08-21 08:59:12 +00:00
|
|
|
jdk_security = \
|
|
|
|
:jdk_security1 \
|
|
|
|
:jdk_security2 \
|
2014-09-10 15:14:14 +00:00
|
|
|
:jdk_security3 \
|
|
|
|
:jdk_security4
|
2013-08-21 08:59:12 +00:00
|
|
|
|
2017-12-13 03:20:39 +00:00
|
|
|
jdk_security_infra = \
|
|
|
|
security/infra/java/security/cert/CertPathValidator/certification
|
|
|
|
|
2013-08-21 08:59:12 +00:00
|
|
|
jdk_text = \
|
|
|
|
java/text \
|
|
|
|
sun/text
|
|
|
|
|
|
|
|
jdk_management = \
|
|
|
|
java/lang/management \
|
|
|
|
com/sun/management \
|
2017-04-01 02:19:00 +00:00
|
|
|
sun/management \
|
|
|
|
jdk/internal/agent
|
2013-08-21 08:59:12 +00:00
|
|
|
|
|
|
|
jdk_instrument = \
|
|
|
|
java/lang/instrument
|
|
|
|
|
|
|
|
jdk_jmx = \
|
|
|
|
javax/management \
|
|
|
|
com/sun/jmx
|
|
|
|
|
|
|
|
jdk_jdi = \
|
|
|
|
com/sun/jdi
|
|
|
|
|
2015-02-27 10:56:42 +00:00
|
|
|
jdk_native_sanity = \
|
|
|
|
native_sanity
|
|
|
|
|
2014-05-06 17:32:32 +00:00
|
|
|
# java launcher specific tests, Note: do not include this group into any groups
|
|
|
|
# that potentially could be included into a jprt test rule, as the complementary
|
2015-09-04 13:11:43 +00:00
|
|
|
# closed group includes awt SplashScreen and these tests may not run
|
|
|
|
# satisfactorily on all platforms and profiles thus this group must always
|
2014-05-06 17:32:32 +00:00
|
|
|
# be a stand-alone group
|
|
|
|
jdk_launcher = \
|
|
|
|
tools/launcher \
|
|
|
|
sun/tools
|
2015-09-04 13:11:43 +00:00
|
|
|
|
2013-08-21 08:59:12 +00:00
|
|
|
#
|
|
|
|
# Tool (and tool API) tests are split into core and svc groups
|
|
|
|
#
|
|
|
|
core_tools = \
|
|
|
|
tools \
|
2014-12-03 14:22:58 +00:00
|
|
|
jdk/internal/jrtfs \
|
2013-08-21 08:59:12 +00:00
|
|
|
sun/tools/java \
|
|
|
|
sun/tools/jrunscript
|
|
|
|
|
|
|
|
svc_tools = \
|
|
|
|
com/sun/tools/attach \
|
|
|
|
sun/tools \
|
|
|
|
-sun/tools/java \
|
|
|
|
-sun/tools/jrunscript \
|
2017-04-29 00:21:28 +00:00
|
|
|
sun/jvmstat
|
2013-08-21 08:59:12 +00:00
|
|
|
|
|
|
|
jdk_tools = \
|
|
|
|
:core_tools \
|
|
|
|
:svc_tools
|
|
|
|
|
2018-05-15 18:24:34 +00:00
|
|
|
jdk_jfr = \
|
|
|
|
jdk/jfr
|
|
|
|
|
2013-08-21 08:59:12 +00:00
|
|
|
#
|
|
|
|
# Catch-all for other areas with a small number of tests
|
|
|
|
#
|
|
|
|
jdk_other = \
|
|
|
|
java/sql \
|
|
|
|
javax/sql \
|
2018-03-04 22:05:29 +00:00
|
|
|
javax/transaction \
|
2015-04-13 13:58:47 +00:00
|
|
|
javax/rmi \
|
2013-08-21 08:59:12 +00:00
|
|
|
javax/naming \
|
|
|
|
javax/script \
|
|
|
|
javax/smartcardio \
|
|
|
|
javax/xml \
|
|
|
|
-javax/xml/crypto \
|
2015-07-07 11:17:53 +00:00
|
|
|
jdk/internal/jline \
|
2013-08-21 08:59:12 +00:00
|
|
|
com/sun/jndi \
|
2017-05-08 02:01:13 +00:00
|
|
|
lib/testlibrary
|
2013-08-21 08:59:12 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# SCTP is its own group as it is highly sensitive to kernel/network config
|
|
|
|
#
|
|
|
|
jdk_sctp = \
|
|
|
|
com/sun/nio/sctp
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
# core group to run all core area tests
|
|
|
|
#
|
|
|
|
jdk_core = \
|
|
|
|
:jdk_lang \
|
|
|
|
:jdk_util \
|
|
|
|
:jdk_math \
|
|
|
|
:jdk_io \
|
|
|
|
:jdk_nio \
|
|
|
|
:jdk_net \
|
|
|
|
:jdk_rmi \
|
|
|
|
:jdk_time \
|
|
|
|
:jdk_security \
|
|
|
|
:jdk_text \
|
|
|
|
:core_tools \
|
|
|
|
:jdk_other
|
|
|
|
|
|
|
|
#
|
|
|
|
# svc group to run all serviceability area tests
|
|
|
|
#
|
|
|
|
jdk_svc = \
|
|
|
|
:jdk_management \
|
|
|
|
:jdk_instrument \
|
|
|
|
:jdk_jmx \
|
|
|
|
:jdk_jdi \
|
2018-05-15 18:24:34 +00:00
|
|
|
:jdk_jfr \
|
2013-08-21 08:59:12 +00:00
|
|
|
:svc_tools
|
|
|
|
|
|
|
|
#############################
|
|
|
|
|
|
|
|
#
|
|
|
|
# Client area groups
|
|
|
|
#
|
|
|
|
|
|
|
|
jdk_awt = \
|
|
|
|
java/awt \
|
|
|
|
com/sun/awt \
|
|
|
|
com/apple/eawt \
|
2017-06-18 14:22:09 +00:00
|
|
|
com/apple/laf \
|
2018-06-05 02:01:16 +00:00
|
|
|
sun/awt
|
2013-08-21 08:59:12 +00:00
|
|
|
|
|
|
|
jdk_2d = \
|
|
|
|
javax/print \
|
|
|
|
sun/java2d
|
|
|
|
|
|
|
|
jdk_beans = \
|
|
|
|
java/beans
|
|
|
|
|
|
|
|
jdk_swing = \
|
|
|
|
javax/accessibility \
|
|
|
|
javax/swing \
|
|
|
|
com/sun/java/swing
|
|
|
|
|
|
|
|
jdk_sound = \
|
|
|
|
javax/sound
|
|
|
|
|
|
|
|
jdk_imageio = \
|
|
|
|
javax/imageio
|
|
|
|
|
2018-05-14 15:58:32 +00:00
|
|
|
jfc_demo = \
|
|
|
|
demo/jfc
|
|
|
|
|
2013-08-21 08:59:12 +00:00
|
|
|
jdk_desktop = \
|
|
|
|
:jdk_awt \
|
|
|
|
:jdk_2d \
|
|
|
|
:jdk_beans \
|
|
|
|
:jdk_swing \
|
|
|
|
:jdk_sound \
|
2018-05-14 15:58:32 +00:00
|
|
|
:jdk_imageio \
|
|
|
|
:jfc_demo
|
2013-09-04 03:47:27 +00:00
|
|
|
|
2016-03-31 02:05:58 +00:00
|
|
|
# SwingSet3 tests.
|
|
|
|
jdk_client_sanity = \
|
|
|
|
sanity/client/SwingSet
|
2016-05-20 14:41:29 +00:00
|
|
|
|
2017-12-08 21:15:19 +00:00
|
|
|
# This test group represents a subset of tests which are expected to
|
|
|
|
# exercise most of the most commonly used code in Swing applications.
|
|
|
|
# New failures in this area may be a problem.
|
|
|
|
jdk_swing_core = \
|
|
|
|
:jdk_client_sanity \
|
|
|
|
javax/swing
|
|
|
|
|
|
|
|
# The most commonly used printing APIs are included here along with swing core.
|
|
|
|
jdk_desktop_core = \
|
|
|
|
:jdk_swing_core \
|
|
|
|
java/awt/print
|
|
|
|
|
2014-11-14 09:22:43 +00:00
|
|
|
###############################################################################
|
|
|
|
#
|
|
|
|
# Serviceability sanity groups
|
|
|
|
#
|
|
|
|
# These groups specify a subset of Serviceability tests that are supposed to
|
|
|
|
# guard against breakage of Serviceability features by other component teams.
|
|
|
|
# They are added to the "hotspot" testset in JPRT so that they will run on all
|
|
|
|
# full-forest pushes through JPRT.
|
|
|
|
#
|
|
|
|
|
|
|
|
jdk_svc_sanity = \
|
|
|
|
:jdk_management_sanity \
|
|
|
|
:jdk_instrument_sanity \
|
|
|
|
:jdk_jmx_sanity \
|
|
|
|
:jdk_jdi_sanity \
|
2018-05-15 18:24:34 +00:00
|
|
|
:jdk_jfr_sanity \
|
2014-11-14 09:22:43 +00:00
|
|
|
:svc_tools_sanity
|
|
|
|
|
|
|
|
jdk_management_sanity =
|
|
|
|
|
|
|
|
jdk_instrument_sanity =
|
|
|
|
|
|
|
|
jdk_jmx_sanity =
|
|
|
|
|
|
|
|
jdk_jdi_sanity = \
|
|
|
|
com/sun/jdi/AcceptTimeout.java \
|
|
|
|
com/sun/jdi/AccessSpecifierTest.java \
|
|
|
|
com/sun/jdi/AfterThreadDeathTest.java \
|
|
|
|
com/sun/jdi/ArrayRangeTest.java \
|
|
|
|
com/sun/jdi/ConstantPoolInfo.java \
|
|
|
|
com/sun/jdi/CountFilterTest.java \
|
|
|
|
com/sun/jdi/EarlyReturnNegativeTest.java \
|
|
|
|
com/sun/jdi/EarlyReturnTest.java \
|
|
|
|
com/sun/jdi/FieldWatchpoints.java \
|
|
|
|
com/sun/jdi/FramesTest.java \
|
|
|
|
com/sun/jdi/InstanceFilter.java \
|
|
|
|
com/sun/jdi/InterfaceMethodsTest.java \
|
|
|
|
com/sun/jdi/InvokeTest.java \
|
|
|
|
com/sun/jdi/LocalVariableEqual.java \
|
|
|
|
com/sun/jdi/LocationTest.java \
|
|
|
|
com/sun/jdi/ModificationWatchpoints.java \
|
|
|
|
com/sun/jdi/MonitorEventTest.java \
|
|
|
|
com/sun/jdi/MonitorFrameInfo.java \
|
|
|
|
com/sun/jdi/NullThreadGroupNameTest.java \
|
|
|
|
com/sun/jdi/PopAndStepTest.java \
|
|
|
|
com/sun/jdi/PopAsynchronousTest.java \
|
|
|
|
com/sun/jdi/ProcessAttachTest.java \
|
|
|
|
com/sun/jdi/ReferrersTest.java \
|
|
|
|
com/sun/jdi/RequestReflectionTest.java \
|
|
|
|
com/sun/jdi/ResumeOneThreadTest.java \
|
|
|
|
com/sun/jdi/RunToExit.java \
|
|
|
|
com/sun/jdi/SourceNameFilterTest.java \
|
|
|
|
com/sun/jdi/VarargsTest.java \
|
|
|
|
com/sun/jdi/Vars.java \
|
|
|
|
com/sun/jdi/redefineMethod/RedefineTest.java \
|
|
|
|
com/sun/jdi/sde/MangleTest.java \
|
|
|
|
com/sun/jdi/sde/TemperatureTableTest.java
|
|
|
|
|
2018-05-15 18:24:34 +00:00
|
|
|
jdk_jfr_sanity = \
|
|
|
|
jdk/jfr/api/recording/event/TestLoadEventAfterStart.java \
|
|
|
|
jdk/jfr/api/recording/state/TestState.java \
|
|
|
|
jdk/jfr/event/os/TestCPULoad.java \
|
|
|
|
jdk/jfr/event/compiler/TestAllocInNewTLAB.java \
|
|
|
|
jdk/jfr/jcmd/TestJcmdStartStopDefault.java \
|
|
|
|
jdk/jfr/event/io/TestFileStreamEvents.java \
|
|
|
|
jdk/jfr/event/compiler/TestCompilerCompile.java \
|
|
|
|
jdk/jfr/event/gc/collection/TestGCGarbageCollectionEvent.java \
|
|
|
|
jdk/jfr/event/runtime/TestClassLoadEvent.java \
|
|
|
|
jdk/jfr/event/runtime/TestJavaBlockedEvent.java \
|
|
|
|
jdk/jfr/event/gc/collection/TestGCWithFasttime.java \
|
|
|
|
jdk/jfr/event/gc/configuration/TestGCConfigurationEvent.java
|
|
|
|
|
2014-11-14 09:22:43 +00:00
|
|
|
svc_tools_sanity =
|
|
|
|
|
2013-12-17 13:27:30 +00:00
|
|
|
#############################
|
|
|
|
#
|
|
|
|
# Stable test groups
|
|
|
|
#
|
|
|
|
|
|
|
|
jdk_stable = \
|
|
|
|
:jdk_core \
|
|
|
|
:jdk_svc \
|
|
|
|
:jdk_beans \
|
|
|
|
:jdk_imageio \
|
|
|
|
:jdk_sound \
|
|
|
|
:jdk_sctp \
|
|
|
|
javax/accessibility \
|
|
|
|
com/sun/java/swing \
|
2014-04-12 19:21:09 +00:00
|
|
|
com/sun/awt
|
2013-12-17 13:27:30 +00:00
|
|
|
|
2018-05-15 18:24:34 +00:00
|
|
|
needs_g1gc = \
|
|
|
|
jdk/jfr/event/gc/refstat/TestRefStatEventWithG1ConcurrentMark.java \
|
|
|
|
jdk/jfr/event/gc/refstat/TestRefStatEventWithG1FullCollection.java \
|
|
|
|
jdk/jfr/event/gc/refstat/TestRefStatEventWithG1New.java \
|
|
|
|
jdk/jfr/event/gc/detailed/TestEvacuationFailedEvent.java \
|
|
|
|
jdk/jfr/event/gc/detailed/TestEvacuationInfoEvent.java \
|
|
|
|
jdk/jfr/event/gc/detailed/TestG1ConcurrentModeFailureEvent.java \
|
|
|
|
jdk/jfr/event/gc/collection/TestGCCauseWithG1ConcurrentMark.java \
|
|
|
|
jdk/jfr/event/gc/collection/TestGCCauseWithG1FullCollection.java \
|
|
|
|
jdk/jfr/event/gc/collection/TestYoungGarbageCollectionEventWithG1New.java \
|
|
|
|
jdk/jfr/event/gc/collection/TestGCEventMixedWithG1FullCollection.java \
|
|
|
|
jdk/jfr/event/gc/collection/TestGCEventMixedWithG1ConcurrentMark.java \
|
|
|
|
jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithG1FullCollection.java \
|
|
|
|
jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithG1ConcurrentMark.java \
|
|
|
|
jdk/jfr/event/gc/heapsummary/TestHeapSummaryEventG1.java
|