author | serb |
Fri, 17 May 2019 22:37:27 -0700 | |
changeset 55170 | d23707ad2b00 |
parent 54142 | 6ab293f66cae |
child 55216 | 3eb7187b20f0 |
permissions | -rw-r--r-- |
53972
43c2ab1bdfd3
8215430: Remove the internal package com.sun.net.ssl
xuelei
parents:
53798
diff
changeset
|
1 |
# Copyright (c) 2013, 2019, 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 |
|
50089
b0ed185e8f94
8202997: Split test/jdk/:tier1 to enable better parallel execution
ctornqvi
parents:
49820
diff
changeset
|
28 |
# When adding tests to tier1, make sure they end up in one of the tier1_partX groups |
29526
4d902f2db08b
8075544: Add tiered testing definitions to the jdk repo
darcy
parents:
29219
diff
changeset
|
29 |
tier1 = \ |
50089
b0ed185e8f94
8202997: Split test/jdk/:tier1 to enable better parallel execution
ctornqvi
parents:
49820
diff
changeset
|
30 |
:tier1_part1 \ |
b0ed185e8f94
8202997: Split test/jdk/:tier1 to enable better parallel execution
ctornqvi
parents:
49820
diff
changeset
|
31 |
:tier1_part2 \ |
b0ed185e8f94
8202997: Split test/jdk/:tier1 to enable better parallel execution
ctornqvi
parents:
49820
diff
changeset
|
32 |
:tier1_part3 |
50480 | 33 |
|
50089
b0ed185e8f94
8202997: Split test/jdk/:tier1 to enable better parallel execution
ctornqvi
parents:
49820
diff
changeset
|
34 |
tier1_part1 = \ |
b0ed185e8f94
8202997: Split test/jdk/:tier1 to enable better parallel execution
ctornqvi
parents:
49820
diff
changeset
|
35 |
:jdk_lang |
b0ed185e8f94
8202997: Split test/jdk/:tier1 to enable better parallel execution
ctornqvi
parents:
49820
diff
changeset
|
36 |
|
b0ed185e8f94
8202997: Split test/jdk/:tier1 to enable better parallel execution
ctornqvi
parents:
49820
diff
changeset
|
37 |
tier1_part2 = \ |
52223
d0983f073c54
8210353: Move java/util/Arrays/TimSortStackSize2.java back to tier1
amlu
parents:
52176
diff
changeset
|
38 |
:jdk_util |
50089
b0ed185e8f94
8202997: Split test/jdk/:tier1 to enable better parallel execution
ctornqvi
parents:
49820
diff
changeset
|
39 |
|
b0ed185e8f94
8202997: Split test/jdk/:tier1 to enable better parallel execution
ctornqvi
parents:
49820
diff
changeset
|
40 |
tier1_part3 = \ |
b0ed185e8f94
8202997: Split test/jdk/:tier1 to enable better parallel execution
ctornqvi
parents:
49820
diff
changeset
|
41 |
:jdk_math \ |
b0ed185e8f94
8202997: Split test/jdk/:tier1 to enable better parallel execution
ctornqvi
parents:
49820
diff
changeset
|
42 |
:jdk_svc_sanity \ |
32016
6b9a1d173beb
8132854: Adjust tier 1 and 2 definitions for nio-related intrinsics
darcy
parents:
32011
diff
changeset
|
43 |
java/nio/Buffer \ |
32039
075e9f0d682d
8132855: Adjust tier 1 and 2 definitions for security-related intrinsics
darcy
parents:
32016
diff
changeset
|
44 |
com/sun/crypto/provider/Cipher \ |
50089
b0ed185e8f94
8202997: Split test/jdk/:tier1 to enable better parallel execution
ctornqvi
parents:
49820
diff
changeset
|
45 |
sun/nio/cs/ISO8859x.java \ |
b0ed185e8f94
8202997: Split test/jdk/:tier1 to enable better parallel execution
ctornqvi
parents:
49820
diff
changeset
|
46 |
tools/pack200 |
29526
4d902f2db08b
8075544: Add tiered testing definitions to the jdk repo
darcy
parents:
29219
diff
changeset
|
47 |
|
50089
b0ed185e8f94
8202997: Split test/jdk/:tier1 to enable better parallel execution
ctornqvi
parents:
49820
diff
changeset
|
48 |
# When adding tests to tier2, make sure they end up in one of the tier2_partX groups |
29526
4d902f2db08b
8075544: Add tiered testing definitions to the jdk repo
darcy
parents:
29219
diff
changeset
|
49 |
tier2 = \ |
49768
54d462a2db54
8201609: Split test/jdk/:tier2 to enable better parallel execution
ctornqvi
parents:
49130
diff
changeset
|
50 |
:tier2_part1 \ |
54d462a2db54
8201609: Split test/jdk/:tier2 to enable better parallel execution
ctornqvi
parents:
49130
diff
changeset
|
51 |
:tier2_part2 \ |
50089
b0ed185e8f94
8202997: Split test/jdk/:tier1 to enable better parallel execution
ctornqvi
parents:
49820
diff
changeset
|
52 |
:tier2_part3 |
49768
54d462a2db54
8201609: Split test/jdk/:tier2 to enable better parallel execution
ctornqvi
parents:
49130
diff
changeset
|
53 |
|
54d462a2db54
8201609: Split test/jdk/:tier2 to enable better parallel execution
ctornqvi
parents:
49130
diff
changeset
|
54 |
# com/sun/crypto/provider/Cipher is in tier1 because of JDK-8132855 |
54d462a2db54
8201609: Split test/jdk/:tier2 to enable better parallel execution
ctornqvi
parents:
49130
diff
changeset
|
55 |
tier2_part1 = \ |
54d462a2db54
8201609: Split test/jdk/:tier2 to enable better parallel execution
ctornqvi
parents:
49130
diff
changeset
|
56 |
:jdk_security \ |
54d462a2db54
8201609: Split test/jdk/:tier2 to enable better parallel execution
ctornqvi
parents:
49130
diff
changeset
|
57 |
-com/sun/crypto/provider/Cipher |
54d462a2db54
8201609: Split test/jdk/:tier2 to enable better parallel execution
ctornqvi
parents:
49130
diff
changeset
|
58 |
|
54d462a2db54
8201609: Split test/jdk/:tier2 to enable better parallel execution
ctornqvi
parents:
49130
diff
changeset
|
59 |
# sun/nio/cs/ISO8859x.java and java/nio/Buffer are in tier1 because of JDK-8132854 |
54d462a2db54
8201609: Split test/jdk/:tier2 to enable better parallel execution
ctornqvi
parents:
49130
diff
changeset
|
60 |
tier2_part2 = \ |
54d462a2db54
8201609: Split test/jdk/:tier2 to enable better parallel execution
ctornqvi
parents:
49130
diff
changeset
|
61 |
:core_tools \ |
54d462a2db54
8201609: Split test/jdk/:tier2 to enable better parallel execution
ctornqvi
parents:
49130
diff
changeset
|
62 |
-tools/pack200 \ |
29526
4d902f2db08b
8075544: Add tiered testing definitions to the jdk repo
darcy
parents:
29219
diff
changeset
|
63 |
:jdk_io \ |
4d902f2db08b
8075544: Add tiered testing definitions to the jdk repo
darcy
parents:
29219
diff
changeset
|
64 |
:jdk_nio \ |
49768
54d462a2db54
8201609: Split test/jdk/:tier2 to enable better parallel execution
ctornqvi
parents:
49130
diff
changeset
|
65 |
-java/nio/Buffer \ |
32016
6b9a1d173beb
8132854: Adjust tier 1 and 2 definitions for nio-related intrinsics
darcy
parents:
32011
diff
changeset
|
66 |
-sun/nio/cs/ISO8859x.java \ |
49768
54d462a2db54
8201609: Split test/jdk/:tier2 to enable better parallel execution
ctornqvi
parents:
49130
diff
changeset
|
67 |
:jdk_other \ |
29526
4d902f2db08b
8075544: Add tiered testing definitions to the jdk repo
darcy
parents:
29219
diff
changeset
|
68 |
:jdk_text \ |
52223
d0983f073c54
8210353: Move java/util/Arrays/TimSortStackSize2.java back to tier1
amlu
parents:
52176
diff
changeset
|
69 |
:jdk_time |
29526
4d902f2db08b
8075544: Add tiered testing definitions to the jdk repo
darcy
parents:
29219
diff
changeset
|
70 |
|
49768
54d462a2db54
8201609: Split test/jdk/:tier2 to enable better parallel execution
ctornqvi
parents:
49130
diff
changeset
|
71 |
tier2_part3 = \ |
54d462a2db54
8201609: Split test/jdk/:tier2 to enable better parallel execution
ctornqvi
parents:
49130
diff
changeset
|
72 |
:jdk_net |
50480 | 73 |
|
31269
14968253ce7e
8129624: Move jdk_rmi test group from tier 2 to tier 3
darcy
parents:
31261
diff
changeset
|
74 |
tier3 = \ |
50590
5fa19bad622d
8204973: Add build support for filtering translations
erikj
parents:
50480
diff
changeset
|
75 |
:build \ |
31806 | 76 |
:jdk_rmi \ |
32011 | 77 |
:jdk_beans \ |
32304 | 78 |
:jdk_imageio \ |
36744 | 79 |
:jdk_sound \ |
80 |
:jdk_client_sanity |
|
31261
1659bd59ead1
8129597: Add tier 3 test definitions to the JDK 9 forest
darcy
parents:
30807
diff
changeset
|
81 |
|
29526
4d902f2db08b
8075544: Add tiered testing definitions to the jdk repo
darcy
parents:
29219
diff
changeset
|
82 |
############################################################################### |
4d902f2db08b
8075544: Add tiered testing definitions to the jdk repo
darcy
parents:
29219
diff
changeset
|
83 |
# |
4d902f2db08b
8075544: Add tiered testing definitions to the jdk repo
darcy
parents:
29219
diff
changeset
|
84 |
# Other test definitions; generally smaller granularity than tiers |
4d902f2db08b
8075544: Add tiered testing definitions to the jdk repo
darcy
parents:
29219
diff
changeset
|
85 |
# |
4d902f2db08b
8075544: Add tiered testing definitions to the jdk repo
darcy
parents:
29219
diff
changeset
|
86 |
|
49130
4c2e97e4975a
8193660: Check SOURCE line in "release" file for closedjdk
shurailine
parents:
49126
diff
changeset
|
87 |
# Build source checking |
50590
5fa19bad622d
8204973: Add build support for filtering translations
erikj
parents:
50480
diff
changeset
|
88 |
build = \ |
5fa19bad622d
8204973: Add build support for filtering translations
erikj
parents:
50480
diff
changeset
|
89 |
build |
49130
4c2e97e4975a
8193660: Check SOURCE line in "release" file for closedjdk
shurailine
parents:
49126
diff
changeset
|
90 |
|
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 |
# 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
|
92 |
jdk_lang = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
93 |
java/lang \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
94 |
-java/lang/management \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
95 |
-java/lang/instrument \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
96 |
sun/invoke \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
97 |
sun/misc \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
98 |
sun/reflect \ |
37363
329dba26ffd2
8137058: Clear out all non-Critical APIs from sun.reflect
chegar
parents:
36744
diff
changeset
|
99 |
jdk/internal/reflect \ |
19797
97e6c52edd16
8024015: TEST.groups: move jdk/lambda tests from jdk_other to jdk_lang
mduigou
parents:
19565
diff
changeset
|
100 |
jdk/lambda \ |
44432
612026727d7d
8177638: com/sun/jarsigner, jdk/internal/loader (and more) are missed in TEST.groups
amlu
parents:
44415
diff
changeset
|
101 |
jdk/internal/loader \ |
35384
dc3b94ac036c
8148220: Update TEST.groups to include jdk/internal/math and jdk/internal/misc
chegar
parents:
35242
diff
changeset
|
102 |
jdk/internal/misc \ |
35641
da165fd9c886
8148117: Move sun.misc.Cleaner to jdk.internal.ref
chegar
parents:
35384
diff
changeset
|
103 |
jdk/internal/ref \ |
38445
0a88d86065f9
8156602: javac crashes again on Windows 32-bit with ClosedChannelException
jlaskey
parents:
37786
diff
changeset
|
104 |
jdk/internal/jimage \ |
44415
6acf3aa6d3e9
8177722: Improve grouping of jdk/internal/math tests
darcy
parents:
44336
diff
changeset
|
105 |
jdk/internal/math \ |
54142 | 106 |
jdk/modules |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
107 |
|
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
|
108 |
# 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
|
109 |
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
|
110 |
: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
|
111 |
: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
|
112 |
: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
|
113 |
: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
|
114 |
|
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 |
# 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
|
116 |
jdk_util_other = \ |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
117 |
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
|
118 |
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
|
119 |
-: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
|
120 |
-: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
|
121 |
-: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
|
122 |
|
34696
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
123 |
# All collections, core and concurrent |
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
124 |
jdk_collections = \ |
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
125 |
:jdk_collections_core \ |
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
126 |
:jdk_concurrent |
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
127 |
|
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
128 |
# java.util.concurrent |
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
129 |
# 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
|
130 |
# 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
|
131 |
jdk_concurrent = \ |
34696
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
132 |
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
|
133 |
|
34696
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
134 |
# Java Collections Framework core classes |
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
135 |
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
|
136 |
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
|
137 |
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
|
138 |
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
|
139 |
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
|
140 |
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
|
141 |
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
|
142 |
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
|
143 |
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
|
144 |
java/util/Collections \ |
34696
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
145 |
java/util/Comparator \ |
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
146 |
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
|
147 |
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
|
148 |
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
|
149 |
java/util/HashMap \ |
34696
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
150 |
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
|
151 |
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
|
152 |
java/util/IdentityHashMap \ |
34696
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
153 |
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
|
154 |
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
|
155 |
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
|
156 |
java/util/LinkedList \ |
34696
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
157 |
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
|
158 |
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
|
159 |
java/util/NavigableMap \ |
34696
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
160 |
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
|
161 |
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
|
162 |
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
|
163 |
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
|
164 |
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
|
165 |
|
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
|
166 |
# 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
|
167 |
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
|
168 |
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
|
169 |
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
|
170 |
java/util/stream |
19565
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_math = \ |
44415
6acf3aa6d3e9
8177722: Improve grouping of jdk/internal/math tests
darcy
parents:
44336
diff
changeset
|
173 |
java/math |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
174 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
175 |
jdk_io = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
176 |
java/io |
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_nio = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
179 |
java/nio \ |
24364
da8afb112f5d
8040059: Change default policy for extensions to no permission
mchung
parents:
24262
diff
changeset
|
180 |
sun/nio \ |
da8afb112f5d
8040059: Change default policy for extensions to no permission
mchung
parents:
24262
diff
changeset
|
181 |
jdk/nio |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
182 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
183 |
jdk_net = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
184 |
java/net \ |
23052
241885315119
8032473: Restructure JSSE regression test hierarchy in jdk test
xuelei
parents:
22278
diff
changeset
|
185 |
com/sun/net/httpserver \ |
23879
284802a2d355
8036979: Support java.net.SocketOption<> in java.net socket types
michaelm
parents:
23724
diff
changeset
|
186 |
sun/net \ |
284802a2d355
8036979: Support java.net.SocketOption<> in java.net socket types
michaelm
parents:
23724
diff
changeset
|
187 |
jdk/net |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
188 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
189 |
jdk_time = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
190 |
java/time |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
191 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
192 |
jdk_rmi = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
193 |
java/rmi \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
194 |
sun/rmi |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
195 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
196 |
jdk_security1 = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
197 |
java/security |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
198 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
199 |
jdk_security2 = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
200 |
javax/crypto \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
201 |
javax/xml/crypto \ |
27182 | 202 |
com/oracle/security/ucrypto \ |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
203 |
com/sun/crypto |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
204 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
205 |
jdk_security3 = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
206 |
javax/security \ |
26463
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
207 |
-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
|
208 |
com/sun/jarsigner \ |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
209 |
com/sun/security \ |
26463
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
210 |
-com/sun/security/jgss \ |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
211 |
com/sun/org/apache/xml/internal/security \ |
34355 | 212 |
jdk/security \ |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
213 |
sun/security \ |
26463
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
214 |
-sun/security/krb5 \ |
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
215 |
-sun/security/jgss \ |
53972
43c2ab1bdfd3
8215430: Remove the internal package com.sun.net.ssl
xuelei
parents:
53798
diff
changeset
|
216 |
javax/net |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
217 |
|
26463
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
218 |
jdk_security4 = \ |
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
219 |
com/sun/security/jgss \ |
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
220 |
javax/security/auth/kerberos \ |
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
221 |
sun/security/krb5 \ |
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
222 |
sun/security/jgss |
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
223 |
|
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
224 |
jdk_security = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
225 |
:jdk_security1 \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
226 |
:jdk_security2 \ |
26463
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
227 |
:jdk_security3 \ |
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
228 |
:jdk_security4 |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
229 |
|
48256
472f74fb6c6b
8189131: Open-source the Oracle JDK Root Certificates
rhalade
parents:
48073
diff
changeset
|
230 |
jdk_security_infra = \ |
472f74fb6c6b
8189131: Open-source the Oracle JDK Root Certificates
rhalade
parents:
48073
diff
changeset
|
231 |
security/infra/java/security/cert/CertPathValidator/certification |
472f74fb6c6b
8189131: Open-source the Oracle JDK Root Certificates
rhalade
parents:
48073
diff
changeset
|
232 |
|
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
233 |
jdk_text = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
234 |
java/text \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
235 |
sun/text |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
236 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
237 |
jdk_management = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
238 |
java/lang/management \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
239 |
com/sun/management \ |
44432
612026727d7d
8177638: com/sun/jarsigner, jdk/internal/loader (and more) are missed in TEST.groups
amlu
parents:
44415
diff
changeset
|
240 |
sun/management \ |
612026727d7d
8177638: com/sun/jarsigner, jdk/internal/loader (and more) are missed in TEST.groups
amlu
parents:
44415
diff
changeset
|
241 |
jdk/internal/agent |
19565
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 |
jdk_instrument = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
244 |
java/lang/instrument |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
245 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
246 |
jdk_jmx = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
247 |
javax/management \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
248 |
com/sun/jmx |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
249 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
250 |
jdk_jdi = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
251 |
com/sun/jdi |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
252 |
|
29219
33fb011789eb
8072842: Add support for building native JTReg tests
ihse
parents:
29100
diff
changeset
|
253 |
jdk_native_sanity = \ |
33fb011789eb
8072842: Add support for building native JTReg tests
ihse
parents:
29100
diff
changeset
|
254 |
native_sanity |
33fb011789eb
8072842: Add support for building native JTReg tests
ihse
parents:
29100
diff
changeset
|
255 |
|
51994 | 256 |
# java launcher specific tests. |
24262
78d04b441327
8042266: [launcher] create test groups for launcher regression tests
ksrini
parents:
24039
diff
changeset
|
257 |
jdk_launcher = \ |
78d04b441327
8042266: [launcher] create test groups for launcher regression tests
ksrini
parents:
24039
diff
changeset
|
258 |
tools/launcher \ |
78d04b441327
8042266: [launcher] create test groups for launcher regression tests
ksrini
parents:
24039
diff
changeset
|
259 |
sun/tools |
32641
ac2c73b45253
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
32304
diff
changeset
|
260 |
|
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
261 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
262 |
# 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
|
263 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
264 |
core_tools = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
265 |
tools \ |
27565 | 266 |
jdk/internal/jrtfs \ |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
267 |
sun/tools/java \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
268 |
sun/tools/jrunscript |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
269 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
270 |
svc_tools = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
271 |
com/sun/tools/attach \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
272 |
sun/tools \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
273 |
-sun/tools/java \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
274 |
-sun/tools/jrunscript \ |
44861 | 275 |
sun/jvmstat |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
276 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
277 |
jdk_tools = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
278 |
:core_tools \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
279 |
:svc_tools |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
280 |
|
50113 | 281 |
jdk_jfr = \ |
282 |
jdk/jfr |
|
283 |
||
19565
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 |
# 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
|
286 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
287 |
jdk_other = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
288 |
java/sql \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
289 |
javax/sql \ |
49126
f29637bb390e
8197533: Move javax.transaction.xa to its own module
lancea
parents:
49052
diff
changeset
|
290 |
javax/transaction \ |
29876
b8e4a70cd0d8
8068721: RMI-IIOP communication fails when ConcurrentHashMap is passed to remote method
msheppar
parents:
29744
diff
changeset
|
291 |
javax/rmi \ |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
292 |
javax/naming \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
293 |
javax/script \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
294 |
javax/smartcardio \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
295 |
javax/xml \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
296 |
-javax/xml/crypto \ |
31530
aa87d96a02b1
8080679: Include jline in JDK for Java and JavaScript REPLs
jlahoda
parents:
31269
diff
changeset
|
297 |
jdk/internal/jline \ |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
298 |
com/sun/jndi \ |
45026
bc9b3e93b6c5
8178912: Remove sample/chatserver/ChatTest.java and sample/mergesort/MergeSortTest.java
xiaofeya
parents:
45024
diff
changeset
|
299 |
lib/testlibrary |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
300 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
301 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
302 |
# 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
|
303 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
304 |
jdk_sctp = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
305 |
com/sun/nio/sctp |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
306 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
307 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
308 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
309 |
# 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
|
310 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
311 |
jdk_core = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
312 |
:jdk_lang \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
313 |
:jdk_util \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
314 |
:jdk_math \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
315 |
:jdk_io \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
316 |
:jdk_nio \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
317 |
:jdk_net \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
318 |
:jdk_rmi \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
319 |
:jdk_time \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
320 |
:jdk_security \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
321 |
:jdk_text \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
322 |
:core_tools \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
323 |
:jdk_other |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
324 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
325 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
326 |
# 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
|
327 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
328 |
jdk_svc = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
329 |
:jdk_management \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
330 |
:jdk_instrument \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
331 |
:jdk_jmx \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
332 |
:jdk_jdi \ |
50113 | 333 |
:jdk_jfr \ |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
334 |
:svc_tools |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
335 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
336 |
############################# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
337 |
|
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 |
# Client area groups |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
340 |
# |
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_awt = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
343 |
java/awt \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
344 |
com/apple/eawt \ |
47138
13655aba48b7
8177699: Some swing and awt tests are not in TEST.groups
psadhukhan
parents:
45026
diff
changeset
|
345 |
com/apple/laf \ |
50480 | 346 |
sun/awt |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
347 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
348 |
jdk_2d = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
349 |
javax/print \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
350 |
sun/java2d |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
351 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
352 |
jdk_beans = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
353 |
java/beans |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
354 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
355 |
jdk_swing = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
356 |
javax/accessibility \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
357 |
javax/swing \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
358 |
com/sun/java/swing |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
359 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
360 |
jdk_sound = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
361 |
javax/sound |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
362 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
363 |
jdk_imageio = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
364 |
javax/imageio |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
365 |
|
50146 | 366 |
jfc_demo = \ |
367 |
demo/jfc |
|
368 |
||
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
369 |
jdk_desktop = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
370 |
:jdk_awt \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
371 |
:jdk_2d \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
372 |
:jdk_beans \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
373 |
:jdk_swing \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
374 |
:jdk_sound \ |
50146 | 375 |
:jdk_imageio \ |
53798
fcac457cb2a8
8218599: Add test group jdk_client_sanity under jdk_desktop group
akolarkunnu
parents:
52505
diff
changeset
|
376 |
:jfc_demo \ |
fcac457cb2a8
8218599: Add test group jdk_client_sanity under jdk_desktop group
akolarkunnu
parents:
52505
diff
changeset
|
377 |
:jdk_client_sanity |
19803
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
378 |
|
36744 | 379 |
# SwingSet3 tests. |
380 |
jdk_client_sanity = \ |
|
381 |
sanity/client/SwingSet |
|
38445
0a88d86065f9
8156602: javac crashes again on Windows 32-bit with ClosedChannelException
jlaskey
parents:
37786
diff
changeset
|
382 |
|
48279
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47860
diff
changeset
|
383 |
# 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
|
384 |
# 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
|
385 |
# 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
|
386 |
jdk_swing_core = \ |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47860
diff
changeset
|
387 |
:jdk_client_sanity \ |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47860
diff
changeset
|
388 |
javax/swing |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47860
diff
changeset
|
389 |
|
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47860
diff
changeset
|
390 |
# 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
|
391 |
jdk_desktop_core = \ |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47860
diff
changeset
|
392 |
:jdk_swing_core \ |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47860
diff
changeset
|
393 |
java/awt/print |
c40a1a907c74
8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents:
47860
diff
changeset
|
394 |
|
27787
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
395 |
############################################################################### |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
396 |
# |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
397 |
# Serviceability sanity groups |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
398 |
# |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
399 |
# 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
|
400 |
# 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
|
401 |
|
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
402 |
jdk_svc_sanity = \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
403 |
:jdk_management_sanity \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
404 |
:jdk_instrument_sanity \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
405 |
:jdk_jmx_sanity \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
406 |
:jdk_jdi_sanity \ |
50113 | 407 |
:jdk_jfr_sanity \ |
27787
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
408 |
:svc_tools_sanity |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
409 |
|
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
410 |
jdk_management_sanity = |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
411 |
|
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
412 |
jdk_instrument_sanity = |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
413 |
|
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
414 |
jdk_jmx_sanity = |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
415 |
|
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
416 |
jdk_jdi_sanity = \ |
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/AcceptTimeout.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/AccessSpecifierTest.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/AfterThreadDeathTest.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/ArrayRangeTest.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/ConstantPoolInfo.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/CountFilterTest.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/EarlyReturnNegativeTest.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/EarlyReturnTest.java \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
425 |
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
|
426 |
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
|
427 |
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
|
428 |
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
|
429 |
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
|
430 |
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
|
431 |
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
|
432 |
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
|
433 |
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
|
434 |
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
|
435 |
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
|
436 |
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
|
437 |
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
|
438 |
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
|
439 |
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
|
440 |
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
|
441 |
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
|
442 |
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
|
443 |
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
|
444 |
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
|
445 |
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
|
446 |
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
|
447 |
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
|
448 |
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
|
449 |
|
50113 | 450 |
jdk_jfr_sanity = \ |
451 |
jdk/jfr/api/recording/event/TestLoadEventAfterStart.java \ |
|
452 |
jdk/jfr/api/recording/state/TestState.java \ |
|
453 |
jdk/jfr/event/os/TestCPULoad.java \ |
|
454 |
jdk/jfr/event/compiler/TestAllocInNewTLAB.java \ |
|
455 |
jdk/jfr/jcmd/TestJcmdStartStopDefault.java \ |
|
456 |
jdk/jfr/event/io/TestFileStreamEvents.java \ |
|
457 |
jdk/jfr/event/compiler/TestCompilerCompile.java \ |
|
458 |
jdk/jfr/event/gc/collection/TestGCGarbageCollectionEvent.java \ |
|
459 |
jdk/jfr/event/runtime/TestClassLoadEvent.java \ |
|
460 |
jdk/jfr/event/runtime/TestJavaBlockedEvent.java \ |
|
461 |
jdk/jfr/event/gc/collection/TestGCWithFasttime.java \ |
|
52505 | 462 |
jdk/jfr/event/gc/configuration/TestGCConfigurationEvent.java \ |
463 |
jdk/jfr/event/metadata/TestDefaultConfigurations.java \ |
|
464 |
jdk/jfr/startupargs/TestDumpOnExit.java |
|
50113 | 465 |
|
27787
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
466 |
svc_tools_sanity = |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
467 |
|
22057 | 468 |
############################# |
469 |
# |
|
470 |
# Stable test groups |
|
471 |
# |
|
472 |
||
473 |
jdk_stable = \ |
|
474 |
:jdk_core \ |
|
475 |
:jdk_svc \ |
|
476 |
:jdk_beans \ |
|
477 |
:jdk_imageio \ |
|
478 |
:jdk_sound \ |
|
479 |
:jdk_sctp \ |
|
480 |
javax/accessibility \ |
|
51929
0e514f1549b4
8210692: The "com.sun.awt.SecurityWarning" class can be dropped
serb
parents:
50590
diff
changeset
|
481 |
com/sun/java/swing |
22057 | 482 |
|
50113 | 483 |
needs_g1gc = \ |
484 |
jdk/jfr/event/gc/refstat/TestRefStatEventWithG1ConcurrentMark.java \ |
|
485 |
jdk/jfr/event/gc/refstat/TestRefStatEventWithG1FullCollection.java \ |
|
486 |
jdk/jfr/event/gc/refstat/TestRefStatEventWithG1New.java \ |
|
487 |
jdk/jfr/event/gc/detailed/TestEvacuationFailedEvent.java \ |
|
488 |
jdk/jfr/event/gc/detailed/TestEvacuationInfoEvent.java \ |
|
489 |
jdk/jfr/event/gc/detailed/TestG1ConcurrentModeFailureEvent.java \ |
|
490 |
jdk/jfr/event/gc/collection/TestGCCauseWithG1ConcurrentMark.java \ |
|
491 |
jdk/jfr/event/gc/collection/TestGCCauseWithG1FullCollection.java \ |
|
492 |
jdk/jfr/event/gc/collection/TestYoungGarbageCollectionEventWithG1New.java \ |
|
493 |
jdk/jfr/event/gc/collection/TestGCEventMixedWithG1FullCollection.java \ |
|
494 |
jdk/jfr/event/gc/collection/TestGCEventMixedWithG1ConcurrentMark.java \ |
|
51877
5f931e3e7a63
8196341: Add JFR events for parallel phases of G1
lkorinth
parents:
50590
diff
changeset
|
495 |
jdk/jfr/event/gc/collection/TestG1ParallelPhases.java \ |
50113 | 496 |
jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithG1FullCollection.java \ |
497 |
jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithG1ConcurrentMark.java \ |
|
498 |
jdk/jfr/event/gc/heapsummary/TestHeapSummaryEventG1.java |