author | jjg |
Thu, 14 Dec 2017 13:16:33 -0800 | |
changeset 48340 | 959f2f7cbaa6 |
parent 48292 | 191ae61bd1e9 |
child 48841 | 0937e5f799df |
permissions | -rw-r--r-- |
45476
3955aa021599
8179242: OutOfMemoryError in java/util/Arrays/ParallelPrefix.java
mli
parents:
45026
diff
changeset
|
1 |
# Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved. |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
2 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
3 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
4 |
# This code is free software; you can redistribute it and/or modify it |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
5 |
# under the terms of the GNU General Public License version 2 only, as |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
6 |
# published by the Free Software Foundation. |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
7 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
8 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
9 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
10 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
11 |
# version 2 for more details (a copy is included in the LICENSE file that |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
12 |
# accompanied this code). |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
13 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
14 |
# You should have received a copy of the GNU General Public License version |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
15 |
# 2 along with this work; if not, write to the Free Software Foundation, |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
16 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
17 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
18 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
19 |
# or visit www.oracle.com if you need additional information or have any |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
20 |
# questions. |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
21 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
22 |
|
29526
4d902f2db08b
8075544: Add tiered testing definitions to the jdk repo
darcy
parents:
29219
diff
changeset
|
23 |
############################################################################### |
4d902f2db08b
8075544: Add tiered testing definitions to the jdk repo
darcy
parents:
29219
diff
changeset
|
24 |
# |
4d902f2db08b
8075544: Add tiered testing definitions to the jdk repo
darcy
parents:
29219
diff
changeset
|
25 |
# Tiered testing definitions |
4d902f2db08b
8075544: Add tiered testing definitions to the jdk repo
darcy
parents:
29219
diff
changeset
|
26 |
# |
4d902f2db08b
8075544: Add tiered testing definitions to the jdk repo
darcy
parents:
29219
diff
changeset
|
27 |
|
4d902f2db08b
8075544: Add tiered testing definitions to the jdk repo
darcy
parents:
29219
diff
changeset
|
28 |
tier1 = \ |
4d902f2db08b
8075544: Add tiered testing definitions to the jdk repo
darcy
parents:
29219
diff
changeset
|
29 |
:jdk_lang \ |
4d902f2db08b
8075544: Add tiered testing definitions to the jdk repo
darcy
parents:
29219
diff
changeset
|
30 |
:jdk_util \ |
32016
6b9a1d173beb
8132854: Adjust tier 1 and 2 definitions for nio-related intrinsics
darcy
parents:
32011
diff
changeset
|
31 |
sun/nio/cs/ISO8859x.java \ |
6b9a1d173beb
8132854: Adjust tier 1 and 2 definitions for nio-related intrinsics
darcy
parents:
32011
diff
changeset
|
32 |
java/nio/Buffer \ |
32039
075e9f0d682d
8132855: Adjust tier 1 and 2 definitions for security-related intrinsics
darcy
parents:
32016
diff
changeset
|
33 |
com/sun/crypto/provider/Cipher \ |
38473 | 34 |
:jdk_math \ |
35 |
tools/pack200 |
|
29526
4d902f2db08b
8075544: Add tiered testing definitions to the jdk repo
darcy
parents:
29219
diff
changeset
|
36 |
|
4d902f2db08b
8075544: Add tiered testing definitions to the jdk repo
darcy
parents:
29219
diff
changeset
|
37 |
tier2 = \ |
4d902f2db08b
8075544: Add tiered testing definitions to the jdk repo
darcy
parents:
29219
diff
changeset
|
38 |
:jdk_io \ |
4d902f2db08b
8075544: Add tiered testing definitions to the jdk repo
darcy
parents:
29219
diff
changeset
|
39 |
:jdk_nio \ |
32016
6b9a1d173beb
8132854: Adjust tier 1 and 2 definitions for nio-related intrinsics
darcy
parents:
32011
diff
changeset
|
40 |
-sun/nio/cs/ISO8859x.java \ |
6b9a1d173beb
8132854: Adjust tier 1 and 2 definitions for nio-related intrinsics
darcy
parents:
32011
diff
changeset
|
41 |
-java/nio/Buffer \ |
29526
4d902f2db08b
8075544: Add tiered testing definitions to the jdk repo
darcy
parents:
29219
diff
changeset
|
42 |
:jdk_net \ |
4d902f2db08b
8075544: Add tiered testing definitions to the jdk repo
darcy
parents:
29219
diff
changeset
|
43 |
:jdk_time \ |
4d902f2db08b
8075544: Add tiered testing definitions to the jdk repo
darcy
parents:
29219
diff
changeset
|
44 |
:jdk_security \ |
32039
075e9f0d682d
8132855: Adjust tier 1 and 2 definitions for security-related intrinsics
darcy
parents:
32016
diff
changeset
|
45 |
-com/sun/crypto/provider/Cipher \ |
29526
4d902f2db08b
8075544: Add tiered testing definitions to the jdk repo
darcy
parents:
29219
diff
changeset
|
46 |
:jdk_text \ |
29590
efad00e79b49
8075573: Add jdk_other and jdk_svc to jdk tier 2 test definition
darcy
parents:
29526
diff
changeset
|
47 |
:core_tools \ |
38473 | 48 |
-tools/pack200 \ |
35977
3490843d28ef
8149700: Remove jdk_svc test group from tier * groups
iignatyev
parents:
35641
diff
changeset
|
49 |
:jdk_other |
29526
4d902f2db08b
8075544: Add tiered testing definitions to the jdk repo
darcy
parents:
29219
diff
changeset
|
50 |
|
31269
14968253ce7e
8129624: Move jdk_rmi test group from tier 2 to tier 3
darcy
parents:
31261
diff
changeset
|
51 |
tier3 = \ |
31806 | 52 |
:jdk_rmi \ |
32011 | 53 |
:jdk_beans \ |
32304 | 54 |
:jdk_imageio \ |
36744 | 55 |
:jdk_sound \ |
56 |
:jdk_client_sanity |
|
31261
1659bd59ead1
8129597: Add tier 3 test definitions to the JDK 9 forest
darcy
parents:
30807
diff
changeset
|
57 |
|
29526
4d902f2db08b
8075544: Add tiered testing definitions to the jdk repo
darcy
parents:
29219
diff
changeset
|
58 |
############################################################################### |
4d902f2db08b
8075544: Add tiered testing definitions to the jdk repo
darcy
parents:
29219
diff
changeset
|
59 |
# |
4d902f2db08b
8075544: Add tiered testing definitions to the jdk repo
darcy
parents:
29219
diff
changeset
|
60 |
# Other test definitions; generally smaller granularity than tiers |
4d902f2db08b
8075544: Add tiered testing definitions to the jdk repo
darcy
parents:
29219
diff
changeset
|
61 |
# |
4d902f2db08b
8075544: Add tiered testing definitions to the jdk repo
darcy
parents:
29219
diff
changeset
|
62 |
|
19856
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
63 |
# java.lang package and VM runtime support |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
64 |
jdk_lang = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
65 |
java/lang \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
66 |
-java/lang/management \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
67 |
-java/lang/instrument \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
68 |
sun/invoke \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
69 |
sun/misc \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
70 |
sun/reflect \ |
37363
329dba26ffd2
8137058: Clear out all non-Critical APIs from sun.reflect
chegar
parents:
36744
diff
changeset
|
71 |
jdk/internal/reflect \ |
19797
97e6c52edd16
8024015: TEST.groups: move jdk/lambda tests from jdk_other to jdk_lang
mduigou
parents:
19565
diff
changeset
|
72 |
jdk/lambda \ |
44432
612026727d7d
8177638: com/sun/jarsigner, jdk/internal/loader (and more) are missed in TEST.groups
amlu
parents:
44415
diff
changeset
|
73 |
jdk/internal/loader \ |
35384
dc3b94ac036c
8148220: Update TEST.groups to include jdk/internal/math and jdk/internal/misc
chegar
parents:
35242
diff
changeset
|
74 |
jdk/internal/misc \ |
35641
da165fd9c886
8148117: Move sun.misc.Cleaner to jdk.internal.ref
chegar
parents:
35384
diff
changeset
|
75 |
jdk/internal/ref \ |
38445
0a88d86065f9
8156602: javac crashes again on Windows 32-bit with ClosedChannelException
jlaskey
parents:
37786
diff
changeset
|
76 |
jdk/internal/jimage \ |
44415
6acf3aa6d3e9
8177722: Improve grouping of jdk/internal/math tests
darcy
parents:
44336
diff
changeset
|
77 |
jdk/internal/math \ |
36511 | 78 |
jdk/modules \ |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
79 |
vm |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
80 |
|
19856
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
81 |
# All of the java.util package |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
82 |
jdk_util = \ |
19856
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
83 |
:jdk_util_other \ |
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
84 |
:jdk_collections \ |
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
85 |
:jdk_concurrent \ |
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
86 |
:jdk_stream |
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
87 |
|
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
88 |
# All util components not part of some other util category |
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
89 |
jdk_util_other = \ |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
90 |
java/util \ |
19856
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
91 |
sun/util \ |
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
92 |
-:jdk_collections \ |
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
93 |
-:jdk_concurrent \ |
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
94 |
-:jdk_stream |
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
95 |
|
34696
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
96 |
# All collections, core and concurrent |
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
97 |
jdk_collections = \ |
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
98 |
:jdk_collections_core \ |
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
99 |
:jdk_concurrent |
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
100 |
|
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
101 |
# java.util.concurrent |
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
102 |
# Includes concurrent collections plus other stuff |
19856
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
103 |
# Maintained by JSR-166 EG (Doug Lea et al) |
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
104 |
jdk_concurrent = \ |
34696
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
105 |
java/util/concurrent |
19856
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
106 |
|
34696
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
107 |
# Java Collections Framework core classes |
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
108 |
jdk_collections_core = \ |
19856
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
109 |
java/util/AbstractCollection \ |
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
110 |
java/util/AbstractList \ |
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
111 |
java/util/AbstractMap \ |
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
112 |
java/util/AbstractSequentialList \ |
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
113 |
java/util/ArrayList \ |
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
114 |
java/util/Arrays \ |
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
115 |
java/util/BitSet \ |
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
116 |
java/util/Collection \ |
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
117 |
java/util/Collections \ |
34696
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
118 |
java/util/Comparator \ |
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
119 |
java/util/Deque \ |
19856
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
120 |
java/util/EnumMap \ |
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
121 |
java/util/EnumSet \ |
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
122 |
java/util/HashMap \ |
34696
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
123 |
java/util/HashSet \ |
19856
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
124 |
java/util/Hashtable \ |
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
125 |
java/util/IdentityHashMap \ |
34696
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
126 |
java/util/Iterator \ |
19856
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
127 |
java/util/LinkedHashMap \ |
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
128 |
java/util/LinkedHashSet \ |
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
129 |
java/util/LinkedList \ |
34696
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
130 |
java/util/List \ |
19856
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
131 |
java/util/Map \ |
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
132 |
java/util/NavigableMap \ |
34696
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
133 |
java/util/PriorityQueue \ |
19856
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
134 |
java/util/TimSort \ |
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
135 |
java/util/TreeMap \ |
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
136 |
java/util/Vector \ |
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
137 |
java/util/WeakHashMap |
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
138 |
|
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
139 |
# java.util.stream (JSR-335) |
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
140 |
jdk_stream = \ |
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
141 |
java/util/Optional \ |
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
142 |
java/util/function \ |
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
143 |
java/util/stream |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
144 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
145 |
jdk_math = \ |
44415
6acf3aa6d3e9
8177722: Improve grouping of jdk/internal/math tests
darcy
parents:
44336
diff
changeset
|
146 |
java/math |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
147 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
148 |
jdk_io = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
149 |
java/io |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
150 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
151 |
jdk_nio = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
152 |
java/nio \ |
24364
da8afb112f5d
8040059: Change default policy for extensions to no permission
mchung
parents:
24262
diff
changeset
|
153 |
sun/nio \ |
da8afb112f5d
8040059: Change default policy for extensions to no permission
mchung
parents:
24262
diff
changeset
|
154 |
jdk/nio |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
155 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
156 |
jdk_net = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
157 |
java/net \ |
23052
241885315119
8032473: Restructure JSSE regression test hierarchy in jdk test
xuelei
parents:
22278
diff
changeset
|
158 |
com/sun/net/httpserver \ |
23879
284802a2d355
8036979: Support java.net.SocketOption<> in java.net socket types
michaelm
parents:
23724
diff
changeset
|
159 |
sun/net \ |
284802a2d355
8036979: Support java.net.SocketOption<> in java.net socket types
michaelm
parents:
23724
diff
changeset
|
160 |
jdk/net |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
161 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
162 |
jdk_time = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
163 |
java/time |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
164 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
165 |
jdk_rmi = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
166 |
java/rmi \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
167 |
sun/rmi |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
168 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
169 |
jdk_security1 = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
170 |
java/security |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
171 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
172 |
jdk_security2 = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
173 |
javax/crypto \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
174 |
javax/xml/crypto \ |
27182 | 175 |
com/oracle/security/ucrypto \ |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
176 |
com/sun/crypto |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
177 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
178 |
jdk_security3 = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
179 |
javax/security \ |
26463
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
180 |
-javax/security/auth/kerberos \ |
44432
612026727d7d
8177638: com/sun/jarsigner, jdk/internal/loader (and more) are missed in TEST.groups
amlu
parents:
44415
diff
changeset
|
181 |
com/sun/jarsigner \ |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
182 |
com/sun/security \ |
26463
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
183 |
-com/sun/security/jgss \ |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
184 |
com/sun/org/apache/xml/internal/security \ |
34355 | 185 |
jdk/security \ |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
186 |
sun/security \ |
26463
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
187 |
-sun/security/krb5 \ |
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
188 |
-sun/security/jgss \ |
47241 | 189 |
javax/net \ |
23052
241885315119
8032473: Restructure JSSE regression test hierarchy in jdk test
xuelei
parents:
22278
diff
changeset
|
190 |
com/sun/net/ssl \ |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
191 |
lib/security |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
192 |
|
26463
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
193 |
jdk_security4 = \ |
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
194 |
com/sun/security/jgss \ |
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
195 |
javax/security/auth/kerberos \ |
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
196 |
sun/security/krb5 \ |
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
197 |
sun/security/jgss |
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
198 |
|
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
199 |
jdk_security = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
200 |
:jdk_security1 \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
201 |
:jdk_security2 \ |
26463
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
202 |
:jdk_security3 \ |
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
203 |
:jdk_security4 |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
204 |
|
48256
472f74fb6c6b
8189131: Open-source the Oracle JDK Root Certificates
rhalade
parents:
48073
diff
changeset
|
205 |
jdk_security_infra = \ |
472f74fb6c6b
8189131: Open-source the Oracle JDK Root Certificates
rhalade
parents:
48073
diff
changeset
|
206 |
security/infra/java/security/cert/CertPathValidator/certification |
472f74fb6c6b
8189131: Open-source the Oracle JDK Root Certificates
rhalade
parents:
48073
diff
changeset
|
207 |
|
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
208 |
jdk_text = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
209 |
java/text \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
210 |
sun/text |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
211 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
212 |
jdk_management = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
213 |
java/lang/management \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
214 |
com/sun/management \ |
44432
612026727d7d
8177638: com/sun/jarsigner, jdk/internal/loader (and more) are missed in TEST.groups
amlu
parents:
44415
diff
changeset
|
215 |
sun/management \ |
612026727d7d
8177638: com/sun/jarsigner, jdk/internal/loader (and more) are missed in TEST.groups
amlu
parents:
44415
diff
changeset
|
216 |
jdk/internal/agent |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
217 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
218 |
jdk_instrument = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
219 |
java/lang/instrument |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
220 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
221 |
jdk_jmx = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
222 |
javax/management \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
223 |
com/sun/jmx |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
224 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
225 |
jdk_jdi = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
226 |
com/sun/jdi |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
227 |
|
29219
33fb011789eb
8072842: Add support for building native JTReg tests
ihse
parents:
29100
diff
changeset
|
228 |
jdk_native_sanity = \ |
33fb011789eb
8072842: Add support for building native JTReg tests
ihse
parents:
29100
diff
changeset
|
229 |
native_sanity |
33fb011789eb
8072842: Add support for building native JTReg tests
ihse
parents:
29100
diff
changeset
|
230 |
|
24262
78d04b441327
8042266: [launcher] create test groups for launcher regression tests
ksrini
parents:
24039
diff
changeset
|
231 |
# java launcher specific tests, Note: do not include this group into any groups |
78d04b441327
8042266: [launcher] create test groups for launcher regression tests
ksrini
parents:
24039
diff
changeset
|
232 |
# that potentially could be included into a jprt test rule, as the complementary |
32641
ac2c73b45253
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
32304
diff
changeset
|
233 |
# closed group includes awt SplashScreen and these tests may not run |
ac2c73b45253
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
32304
diff
changeset
|
234 |
# satisfactorily on all platforms and profiles thus this group must always |
24262
78d04b441327
8042266: [launcher] create test groups for launcher regression tests
ksrini
parents:
24039
diff
changeset
|
235 |
# be a stand-alone group |
78d04b441327
8042266: [launcher] create test groups for launcher regression tests
ksrini
parents:
24039
diff
changeset
|
236 |
jdk_launcher = \ |
78d04b441327
8042266: [launcher] create test groups for launcher regression tests
ksrini
parents:
24039
diff
changeset
|
237 |
tools/launcher \ |
78d04b441327
8042266: [launcher] create test groups for launcher regression tests
ksrini
parents:
24039
diff
changeset
|
238 |
sun/tools |
32641
ac2c73b45253
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
32304
diff
changeset
|
239 |
|
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
240 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
241 |
# Tool (and tool API) tests are split into core and svc groups |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
242 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
243 |
core_tools = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
244 |
tools \ |
27565 | 245 |
jdk/internal/jrtfs \ |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
246 |
sun/tools/java \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
247 |
sun/tools/jrunscript |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
248 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
249 |
svc_tools = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
250 |
com/sun/tools/attach \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
251 |
sun/tools \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
252 |
-sun/tools/java \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
253 |
-sun/tools/jrunscript \ |
44861 | 254 |
sun/jvmstat |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
255 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
256 |
jdk_tools = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
257 |
:core_tools \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
258 |
:svc_tools |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
259 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
260 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
261 |
# Catch-all for other areas with a small number of tests |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
262 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
263 |
jdk_other = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
264 |
java/sql \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
265 |
javax/sql \ |
29876
b8e4a70cd0d8
8068721: RMI-IIOP communication fails when ConcurrentHashMap is passed to remote method
msheppar
parents:
29744
diff
changeset
|
266 |
javax/rmi \ |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
267 |
javax/naming \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
268 |
javax/script \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
269 |
javax/smartcardio \ |
32849
a2a6b6d26059
8134426: Add serialVersionUID field to relevant javax.transaction classes
lancea
parents:
32641
diff
changeset
|
270 |
javax/transaction \ |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
271 |
javax/xml \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
272 |
-javax/xml/crypto \ |
31530
aa87d96a02b1
8080679: Include jline in JDK for Java and JavaScript REPLs
jlahoda
parents:
31269
diff
changeset
|
273 |
jdk/internal/jline \ |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
274 |
com/sun/jndi \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
275 |
com/sun/corba \ |
43706
cc2552ae2866
8049375: Extend how the org.omg.CORBA.ORB handles the search for orb.properties
msheppar
parents:
42460
diff
changeset
|
276 |
org/omg/CORBA \ |
45026
bc9b3e93b6c5
8178912: Remove sample/chatserver/ChatTest.java and sample/mergesort/MergeSortTest.java
xiaofeya
parents:
45024
diff
changeset
|
277 |
lib/testlibrary |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
278 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
279 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
280 |
# SCTP is its own group as it is highly sensitive to kernel/network config |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
281 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
282 |
jdk_sctp = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
283 |
com/sun/nio/sctp |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
284 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
285 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
286 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
287 |
# core group to run all core area tests |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
288 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
289 |
jdk_core = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
290 |
:jdk_lang \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
291 |
:jdk_util \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
292 |
:jdk_math \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
293 |
:jdk_io \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
294 |
:jdk_nio \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
295 |
:jdk_net \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
296 |
:jdk_rmi \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
297 |
:jdk_time \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
298 |
:jdk_security \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
299 |
:jdk_text \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
300 |
:core_tools \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
301 |
:jdk_other |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
302 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
303 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
304 |
# svc group to run all serviceability area tests |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
305 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
306 |
jdk_svc = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
307 |
:jdk_management \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
308 |
:jdk_instrument \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
309 |
:jdk_jmx \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
310 |
:jdk_jdi \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
311 |
:svc_tools |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
312 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
313 |
############################# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
314 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
315 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
316 |
# Client area groups |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
317 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
318 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
319 |
jdk_awt = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
320 |
java/awt \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
321 |
com/sun/awt \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
322 |
com/apple/eawt \ |
47138
13655aba48b7
8177699: Some swing and awt tests are not in TEST.groups
psadhukhan
parents:
45026
diff
changeset
|
323 |
com/apple/laf \ |
13655aba48b7
8177699: Some swing and awt tests are not in TEST.groups
psadhukhan
parents:
45026
diff
changeset
|
324 |
sun/awt \ |
13655aba48b7
8177699: Some swing and awt tests are not in TEST.groups
psadhukhan
parents:
45026
diff
changeset
|
325 |
sun/applet |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
326 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
327 |
jdk_2d = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
328 |
javax/print \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
329 |
sun/java2d |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
330 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
331 |
jdk_beans = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
332 |
java/beans |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
333 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
334 |
jdk_swing = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
335 |
javax/accessibility \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
336 |
javax/swing \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
337 |
com/sun/java/swing |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
338 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
339 |
jdk_sound = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
340 |
javax/sound |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
341 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
342 |
jdk_imageio = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
343 |
javax/imageio |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
344 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
345 |
jdk_desktop = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
346 |
:jdk_awt \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
347 |
:jdk_2d \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
348 |
:jdk_beans \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
349 |
:jdk_swing \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
350 |
:jdk_sound \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
351 |
:jdk_imageio |
19803
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
352 |
|
36744 | 353 |
# SwingSet3 tests. |
354 |
jdk_client_sanity = \ |
|
355 |
sanity/client/SwingSet |
|
38445
0a88d86065f9
8156602: javac crashes again on Windows 32-bit with ClosedChannelException
jlaskey
parents:
37786
diff
changeset
|
356 |
|
48279
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47860
diff
changeset
|
357 |
# This test group represents a subset of tests which are expected to |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47860
diff
changeset
|
358 |
# exercise most of the most commonly used code in Swing applications. |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47860
diff
changeset
|
359 |
# New failures in this area may be a problem. |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47860
diff
changeset
|
360 |
jdk_swing_core = \ |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47860
diff
changeset
|
361 |
:jdk_client_sanity \ |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47860
diff
changeset
|
362 |
javax/swing |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47860
diff
changeset
|
363 |
|
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47860
diff
changeset
|
364 |
# The most commonly used printing APIs are included here along with swing core. |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47860
diff
changeset
|
365 |
jdk_desktop_core = \ |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47860
diff
changeset
|
366 |
:jdk_swing_core \ |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47860
diff
changeset
|
367 |
java/awt/print |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47860
diff
changeset
|
368 |
|
27787
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
369 |
############################################################################### |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
370 |
# |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
371 |
# Serviceability sanity groups |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
372 |
# |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
373 |
# These groups specify a subset of Serviceability tests that are supposed to |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
374 |
# guard against breakage of Serviceability features by other component teams. |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
375 |
# They are added to the "hotspot" testset in JPRT so that they will run on all |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
376 |
# full-forest pushes through JPRT. |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
377 |
# |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
378 |
|
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
379 |
jdk_svc_sanity = \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
380 |
:jdk_management_sanity \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
381 |
:jdk_instrument_sanity \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
382 |
:jdk_jmx_sanity \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
383 |
:jdk_jdi_sanity \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
384 |
:svc_tools_sanity |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
385 |
|
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
386 |
jdk_management_sanity = |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
387 |
|
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
388 |
jdk_instrument_sanity = |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
389 |
|
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
390 |
jdk_jmx_sanity = |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
391 |
|
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
392 |
jdk_jdi_sanity = \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
393 |
com/sun/jdi/AcceptTimeout.java \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
394 |
com/sun/jdi/AccessSpecifierTest.java \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
395 |
com/sun/jdi/AfterThreadDeathTest.java \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
396 |
com/sun/jdi/ArrayRangeTest.java \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
397 |
com/sun/jdi/ConstantPoolInfo.java \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
398 |
com/sun/jdi/CountFilterTest.java \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
399 |
com/sun/jdi/EarlyReturnNegativeTest.java \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
400 |
com/sun/jdi/EarlyReturnTest.java \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
401 |
com/sun/jdi/FieldWatchpoints.java \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
402 |
com/sun/jdi/FramesTest.java \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
403 |
com/sun/jdi/InstanceFilter.java \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
404 |
com/sun/jdi/InterfaceMethodsTest.java \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
405 |
com/sun/jdi/InvokeTest.java \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
406 |
com/sun/jdi/LocalVariableEqual.java \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
407 |
com/sun/jdi/LocationTest.java \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
408 |
com/sun/jdi/ModificationWatchpoints.java \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
409 |
com/sun/jdi/MonitorEventTest.java \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
410 |
com/sun/jdi/MonitorFrameInfo.java \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
411 |
com/sun/jdi/NullThreadGroupNameTest.java \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
412 |
com/sun/jdi/PopAndStepTest.java \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
413 |
com/sun/jdi/PopAsynchronousTest.java \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
414 |
com/sun/jdi/ProcessAttachTest.java \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
415 |
com/sun/jdi/ReferrersTest.java \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
416 |
com/sun/jdi/RequestReflectionTest.java \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
417 |
com/sun/jdi/ResumeOneThreadTest.java \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
418 |
com/sun/jdi/RunToExit.java \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
419 |
com/sun/jdi/SourceNameFilterTest.java \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
420 |
com/sun/jdi/VarargsTest.java \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
421 |
com/sun/jdi/Vars.java \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
422 |
com/sun/jdi/redefineMethod/RedefineTest.java \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
423 |
com/sun/jdi/sde/MangleTest.java \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
424 |
com/sun/jdi/sde/TemperatureTableTest.java |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
425 |
|
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
426 |
svc_tools_sanity = |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
427 |
|
22057 | 428 |
############################# |
429 |
# |
|
430 |
# Stable test groups |
|
431 |
# |
|
432 |
||
433 |
jdk_stable = \ |
|
434 |
:jdk_core \ |
|
435 |
:jdk_svc \ |
|
436 |
:jdk_beans \ |
|
437 |
:jdk_imageio \ |
|
438 |
:jdk_sound \ |
|
439 |
:jdk_sctp \ |
|
440 |
javax/accessibility \ |
|
441 |
com/sun/java/swing \ |
|
23879
284802a2d355
8036979: Support java.net.SocketOption<> in java.net socket types
michaelm
parents:
23724
diff
changeset
|
442 |
com/sun/awt |
22057 | 443 |