author | coleenp |
Tue, 21 Nov 2017 21:33:53 -0500 | |
changeset 48020 | 4789dbcf32cf |
parent 47241 | be3d868a805a |
child 47838 | f0c8554f0bce |
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 \ |
44432
612026727d7d
8177638: com/sun/jarsigner, jdk/internal/loader (and more) are missed in TEST.groups
amlu
parents:
44415
diff
changeset
|
92 |
jdk/internal/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
|
93 |
-: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
|
94 |
-: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
|
95 |
-: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
|
96 |
|
34696
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
97 |
# All collections, core and concurrent |
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
98 |
jdk_collections = \ |
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
99 |
:jdk_collections_core \ |
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
100 |
:jdk_concurrent |
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
101 |
|
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
102 |
# java.util.concurrent |
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
103 |
# 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
|
104 |
# 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
|
105 |
jdk_concurrent = \ |
34696
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
106 |
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
|
107 |
|
34696
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
108 |
# Java Collections Framework core classes |
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
109 |
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
|
110 |
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
|
111 |
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
|
112 |
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
|
113 |
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
|
114 |
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
|
115 |
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
|
116 |
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
|
117 |
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
|
118 |
java/util/Collections \ |
34696
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
119 |
java/util/Comparator \ |
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
120 |
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
|
121 |
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
|
122 |
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
|
123 |
java/util/HashMap \ |
34696
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
124 |
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
|
125 |
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
|
126 |
java/util/IdentityHashMap \ |
34696
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
127 |
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
|
128 |
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
|
129 |
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
|
130 |
java/util/LinkedList \ |
34696
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
131 |
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
|
132 |
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
|
133 |
java/util/NavigableMap \ |
34696
770a4223b939
8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents:
34516
diff
changeset
|
134 |
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
|
135 |
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
|
136 |
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
|
137 |
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
|
138 |
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
|
139 |
|
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.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
|
141 |
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
|
142 |
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
|
143 |
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
|
144 |
java/util/stream |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
145 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
146 |
jdk_math = \ |
44415
6acf3aa6d3e9
8177722: Improve grouping of jdk/internal/math tests
darcy
parents:
44336
diff
changeset
|
147 |
java/math |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
148 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
149 |
jdk_io = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
150 |
java/io |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
151 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
152 |
jdk_nio = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
153 |
java/nio \ |
24364
da8afb112f5d
8040059: Change default policy for extensions to no permission
mchung
parents:
24262
diff
changeset
|
154 |
sun/nio \ |
da8afb112f5d
8040059: Change default policy for extensions to no permission
mchung
parents:
24262
diff
changeset
|
155 |
jdk/nio |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
156 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
157 |
jdk_net = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
158 |
java/net \ |
23052
241885315119
8032473: Restructure JSSE regression test hierarchy in jdk test
xuelei
parents:
22278
diff
changeset
|
159 |
com/sun/net/httpserver \ |
23879
284802a2d355
8036979: Support java.net.SocketOption<> in java.net socket types
michaelm
parents:
23724
diff
changeset
|
160 |
sun/net \ |
284802a2d355
8036979: Support java.net.SocketOption<> in java.net socket types
michaelm
parents:
23724
diff
changeset
|
161 |
jdk/net |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
162 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
163 |
jdk_time = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
164 |
java/time |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
165 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
166 |
jdk_rmi = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
167 |
java/rmi \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
168 |
sun/rmi |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
169 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
170 |
jdk_security1 = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
171 |
java/security |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
172 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
173 |
jdk_security2 = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
174 |
javax/crypto \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
175 |
javax/xml/crypto \ |
27182 | 176 |
com/oracle/security/ucrypto \ |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
177 |
com/sun/crypto |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
178 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
179 |
jdk_security3 = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
180 |
javax/security \ |
26463
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
181 |
-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
|
182 |
com/sun/jarsigner \ |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
183 |
com/sun/security \ |
26463
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
184 |
-com/sun/security/jgss \ |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
185 |
com/sun/org/apache/xml/internal/security \ |
34355 | 186 |
jdk/security \ |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
187 |
sun/security \ |
26463
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
188 |
-sun/security/krb5 \ |
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
189 |
-sun/security/jgss \ |
47241 | 190 |
javax/net \ |
23052
241885315119
8032473: Restructure JSSE regression test hierarchy in jdk test
xuelei
parents:
22278
diff
changeset
|
191 |
com/sun/net/ssl \ |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
192 |
lib/security |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
193 |
|
26463
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
194 |
jdk_security4 = \ |
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
195 |
com/sun/security/jgss \ |
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
196 |
javax/security/auth/kerberos \ |
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
197 |
sun/security/krb5 \ |
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
198 |
sun/security/jgss |
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
199 |
|
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
200 |
jdk_security = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
201 |
:jdk_security1 \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
202 |
:jdk_security2 \ |
26463
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
203 |
:jdk_security3 \ |
d9800c220d8b
8057813: Alterations to jdk_security3 test target
coffeys
parents:
26194
diff
changeset
|
204 |
:jdk_security4 |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
205 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
206 |
jdk_text = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
207 |
java/text \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
208 |
sun/text |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
209 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
210 |
jdk_management = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
211 |
java/lang/management \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
212 |
com/sun/management \ |
44432
612026727d7d
8177638: com/sun/jarsigner, jdk/internal/loader (and more) are missed in TEST.groups
amlu
parents:
44415
diff
changeset
|
213 |
sun/management \ |
612026727d7d
8177638: com/sun/jarsigner, jdk/internal/loader (and more) are missed in TEST.groups
amlu
parents:
44415
diff
changeset
|
214 |
jdk/internal/agent |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
215 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
216 |
jdk_instrument = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
217 |
java/lang/instrument |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
218 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
219 |
jdk_jmx = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
220 |
javax/management \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
221 |
com/sun/jmx |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
222 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
223 |
jdk_jdi = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
224 |
com/sun/jdi |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
225 |
|
29219
33fb011789eb
8072842: Add support for building native JTReg tests
ihse
parents:
29100
diff
changeset
|
226 |
jdk_native_sanity = \ |
33fb011789eb
8072842: Add support for building native JTReg tests
ihse
parents:
29100
diff
changeset
|
227 |
native_sanity |
33fb011789eb
8072842: Add support for building native JTReg tests
ihse
parents:
29100
diff
changeset
|
228 |
|
24262
78d04b441327
8042266: [launcher] create test groups for launcher regression tests
ksrini
parents:
24039
diff
changeset
|
229 |
# 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
|
230 |
# 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
|
231 |
# 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
|
232 |
# 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
|
233 |
# be a stand-alone group |
78d04b441327
8042266: [launcher] create test groups for launcher regression tests
ksrini
parents:
24039
diff
changeset
|
234 |
jdk_launcher = \ |
78d04b441327
8042266: [launcher] create test groups for launcher regression tests
ksrini
parents:
24039
diff
changeset
|
235 |
tools/launcher \ |
78d04b441327
8042266: [launcher] create test groups for launcher regression tests
ksrini
parents:
24039
diff
changeset
|
236 |
sun/tools |
32641
ac2c73b45253
8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents:
32304
diff
changeset
|
237 |
|
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
238 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
239 |
# 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
|
240 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
241 |
core_tools = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
242 |
tools \ |
27565 | 243 |
jdk/internal/jrtfs \ |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
244 |
sun/tools/java \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
245 |
sun/tools/jrunscript |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
246 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
247 |
svc_tools = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
248 |
com/sun/tools/attach \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
249 |
sun/tools \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
250 |
-sun/tools/java \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
251 |
-sun/tools/jrunscript \ |
44861 | 252 |
sun/jvmstat |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
253 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
254 |
jdk_tools = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
255 |
:core_tools \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
256 |
:svc_tools |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
257 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
258 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
259 |
# 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
|
260 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
261 |
jdk_other = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
262 |
java/sql \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
263 |
javax/sql \ |
29876
b8e4a70cd0d8
8068721: RMI-IIOP communication fails when ConcurrentHashMap is passed to remote method
msheppar
parents:
29744
diff
changeset
|
264 |
javax/rmi \ |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
265 |
javax/naming \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
266 |
javax/script \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
267 |
javax/smartcardio \ |
32849
a2a6b6d26059
8134426: Add serialVersionUID field to relevant javax.transaction classes
lancea
parents:
32641
diff
changeset
|
268 |
javax/transaction \ |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
269 |
javax/xml \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
270 |
-javax/xml/crypto \ |
31530
aa87d96a02b1
8080679: Include jline in JDK for Java and JavaScript REPLs
jlahoda
parents:
31269
diff
changeset
|
271 |
jdk/internal/jline \ |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
272 |
com/sun/jndi \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
273 |
com/sun/corba \ |
43706
cc2552ae2866
8049375: Extend how the org.omg.CORBA.ORB handles the search for orb.properties
msheppar
parents:
42460
diff
changeset
|
274 |
org/omg/CORBA \ |
45026
bc9b3e93b6c5
8178912: Remove sample/chatserver/ChatTest.java and sample/mergesort/MergeSortTest.java
xiaofeya
parents:
45024
diff
changeset
|
275 |
lib/testlibrary |
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 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
278 |
# 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
|
279 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
280 |
jdk_sctp = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
281 |
com/sun/nio/sctp |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
282 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
283 |
|
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 |
# 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
|
286 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
287 |
jdk_core = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
288 |
:jdk_lang \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
289 |
:jdk_util \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
290 |
:jdk_math \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
291 |
:jdk_io \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
292 |
:jdk_nio \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
293 |
:jdk_net \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
294 |
:jdk_rmi \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
295 |
:jdk_time \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
296 |
:jdk_security \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
297 |
:jdk_text \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
298 |
:core_tools \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
299 |
:jdk_other |
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 |
# 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
|
303 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
304 |
jdk_svc = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
305 |
:jdk_management \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
306 |
:jdk_instrument \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
307 |
:jdk_jmx \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
308 |
:jdk_jdi \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
309 |
:svc_tools |
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 |
############################# |
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 |
# Client area groups |
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 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
317 |
jdk_awt = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
318 |
java/awt \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
319 |
com/sun/awt \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
320 |
com/apple/eawt \ |
47138
13655aba48b7
8177699: Some swing and awt tests are not in TEST.groups
psadhukhan
parents:
45026
diff
changeset
|
321 |
com/apple/laf \ |
13655aba48b7
8177699: Some swing and awt tests are not in TEST.groups
psadhukhan
parents:
45026
diff
changeset
|
322 |
sun/awt \ |
13655aba48b7
8177699: Some swing and awt tests are not in TEST.groups
psadhukhan
parents:
45026
diff
changeset
|
323 |
sun/applet |
19565
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 |
jdk_2d = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
326 |
javax/print \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
327 |
sun/pisces \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
328 |
sun/java2d |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
329 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
330 |
jdk_beans = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
331 |
java/beans |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
332 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
333 |
jdk_swing = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
334 |
javax/accessibility \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
335 |
javax/swing \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
336 |
com/sun/java/swing |
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 |
jdk_sound = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
339 |
javax/sound |
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 |
jdk_imageio = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
342 |
javax/imageio |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
343 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
344 |
jdk_desktop = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
345 |
:jdk_awt \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
346 |
:jdk_2d \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
347 |
:jdk_beans \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
348 |
:jdk_swing \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
349 |
:jdk_sound \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
350 |
:jdk_imageio |
19803
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
351 |
|
36744 | 352 |
# SwingSet3 tests. |
353 |
jdk_client_sanity = \ |
|
354 |
sanity/client/SwingSet |
|
38445
0a88d86065f9
8156602: javac crashes again on Windows 32-bit with ClosedChannelException
jlaskey
parents:
37786
diff
changeset
|
355 |
|
27787
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
356 |
############################################################################### |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
357 |
# |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
358 |
# Serviceability sanity groups |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
359 |
# |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
360 |
# 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
|
361 |
# 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
|
362 |
# 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
|
363 |
# 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
|
364 |
# |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
365 |
|
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
366 |
jdk_svc_sanity = \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
367 |
:jdk_management_sanity \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
368 |
:jdk_instrument_sanity \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
369 |
:jdk_jmx_sanity \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
370 |
:jdk_jdi_sanity \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
371 |
:svc_tools_sanity |
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 |
jdk_management_sanity = |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
374 |
|
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
375 |
jdk_instrument_sanity = |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
376 |
|
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
377 |
jdk_jmx_sanity = |
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_jdi_sanity = \ |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
380 |
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
|
381 |
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
|
382 |
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
|
383 |
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
|
384 |
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
|
385 |
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
|
386 |
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
|
387 |
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
|
388 |
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
|
389 |
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
|
390 |
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
|
391 |
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
|
392 |
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
|
393 |
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
|
394 |
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
|
395 |
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
|
396 |
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
|
397 |
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
|
398 |
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
|
399 |
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
|
400 |
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
|
401 |
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
|
402 |
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
|
403 |
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
|
404 |
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
|
405 |
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
|
406 |
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
|
407 |
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
|
408 |
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
|
409 |
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
|
410 |
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
|
411 |
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
|
412 |
|
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
413 |
svc_tools_sanity = |
c77e5961a208
8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents:
27190
diff
changeset
|
414 |
|
22057 | 415 |
############################# |
416 |
# |
|
417 |
# Stable test groups |
|
418 |
# |
|
419 |
||
420 |
jdk_stable = \ |
|
421 |
:jdk_core \ |
|
422 |
:jdk_svc \ |
|
423 |
:jdk_beans \ |
|
424 |
:jdk_imageio \ |
|
425 |
:jdk_sound \ |
|
426 |
:jdk_sctp \ |
|
427 |
javax/accessibility \ |
|
428 |
com/sun/java/swing \ |
|
429 |
sun/pisces \ |
|
23879
284802a2d355
8036979: Support java.net.SocketOption<> in java.net socket types
michaelm
parents:
23724
diff
changeset
|
430 |
com/sun/awt |
22057 | 431 |
|
432 |
||
19803
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
433 |
############################################################################### |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
434 |
# Profile-based Test Group Definitions |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
435 |
# |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
436 |
# These groups define the tests that cover the different possible runtimes: |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
437 |
# - compact1, compact2, compact3, full JRE, JDK |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
438 |
# |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
439 |
# In addition they support testing of the minimal VM on compact1 and compact2. |
23879
284802a2d355
8036979: Support java.net.SocketOption<> in java.net socket types
michaelm
parents:
23724
diff
changeset
|
440 |
# Essentially this defines groups based around the specified API's and VM |
19803
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
441 |
# services available in the runtime. |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
442 |
# |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
443 |
# The groups are defined hierarchically in two forms: |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
444 |
# - The need_xxx groups list all the tests that have a dependency on |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
445 |
# a specific profile. This is either because it tests a feature in |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
446 |
# that profile, or the test infrastructure uses a feature in that |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
447 |
# profile. |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
448 |
# - The primary groups are defined in terms of the other primary groups |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
449 |
# combined with the needs_xxx groups (including and excluding them as |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
450 |
# appropriate). For example the jre can run all tests from compact3, plus |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
451 |
# those from needs_jre, but excluding those from need_jdk. |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
452 |
# |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
453 |
# The bottom group defines all the actual tests to be considered, simply |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
454 |
# by listing the top-level test directories. |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
455 |
|
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
456 |
# Full JDK can run all tests |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
457 |
# |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
458 |
jdk = \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
459 |
:jre \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
460 |
:needs_jdk |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
461 |
|
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
462 |
# Tests that require a full JDK to execute. Either they test a feature |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
463 |
# only in the JDK or they use tools that are only in the JDK. The latter |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
464 |
# can be resolved in some cases by using tools from the compile-jdk. |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
465 |
# |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
466 |
needs_jdk = \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
467 |
:jdk_jdi \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
468 |
com/sun/tools \ |
34355 | 469 |
jdk/security/jarsigner \ |
19803
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
470 |
sun/security/tools/jarsigner \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
471 |
sun/rmi/rmic \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
472 |
sun/tools \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
473 |
sun/jvmstat \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
474 |
tools \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
475 |
com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
476 |
java/io/Serializable/serialver \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
477 |
java/lang/invoke/lambda/LambdaAccessControlDoPrivilegedTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
478 |
java/lang/invoke/lambda/LambdaAccessControlTest.java \ |
26194
1570007fff27
8055393: [Testbug] Some tests are being executed and fail under profiles
mchung
parents:
25387
diff
changeset
|
479 |
java/lang/invoke/lambda/LambdaAsm.java \ |
19803
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
480 |
java/lang/System/MacEncoding/TestFileEncoding.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
481 |
java/net/URLClassLoader/closetest/GetResourceAsStream.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
482 |
java/util/Collections/EmptyIterator.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
483 |
java/util/concurrent/locks/Lock/TimedAcquireLeak.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
484 |
java/util/jar/JarInputStream/ExtraFileInMetaInf.java \ |
28406
da2cb30a2df0
6977426: sun/tools tests can intermittently fail to find app's Java pid
ykantser
parents:
27799
diff
changeset
|
485 |
java/util/logging/TestLoggerWeakRefLeak.java \ |
19803
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
486 |
java/util/zip/3GBZipFiles.sh \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
487 |
jdk/lambda/separate/Compiler.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
488 |
sun/management/jmxremote/bootstrap/JvmstatCountersTest.java \ |
21367
679b312e3c5b
8004926: sun/management/jmxremote/bootstrap/CustomLauncherTest.sh oftenly times out
jbachorik
parents:
20858
diff
changeset
|
489 |
sun/management/jmxremote/bootstrap/LocalManagementTest.java \ |
679b312e3c5b
8004926: sun/management/jmxremote/bootstrap/CustomLauncherTest.sh oftenly times out
jbachorik
parents:
20858
diff
changeset
|
490 |
sun/management/jmxremote/bootstrap/CustomLauncherTest.java \ |
19803
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
491 |
sun/misc/JarIndex/metaInfFilenames/Basic.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
492 |
sun/misc/JarIndex/JarIndexMergeForClassLoaderTest.java \ |
37363
329dba26ffd2
8137058: Clear out all non-Critical APIs from sun.reflect
chegar
parents:
36744
diff
changeset
|
493 |
jdk/internal/reflect/CallerSensitive/CallerSensitiveFinder.java \ |
329dba26ffd2
8137058: Clear out all non-Critical APIs from sun.reflect
chegar
parents:
36744
diff
changeset
|
494 |
jdk/internal/reflect/CallerSensitive/MissingCallerSensitive.java \ |
19803
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
495 |
sun/security/util/Resources/NewNamesFormat.java \ |
25387
7a8733b181f7
8049055: Tests added to the jdk/test/TEST.groups to be run on correct profiles
dholmes
parents:
24364
diff
changeset
|
496 |
vm/verifier/defaultMethods/DefaultMethodRegressionTestsRun.java \ |
36648
6b77fc70dabf
8145039: JAXB marshaller fails with ClassCastException on classes generated by xjc
aefimov
parents:
36625
diff
changeset
|
497 |
javax/xml/ws/clientjar/TestWsImport.java \ |
6b77fc70dabf
8145039: JAXB marshaller fails with ClassCastException on classes generated by xjc
aefimov
parents:
36625
diff
changeset
|
498 |
javax/xml/bind/xjc/8145039/JaxbMarshallTest.java |
19803
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
499 |
|
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
500 |
# JRE adds further tests to compact3 |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
501 |
# |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
502 |
jre = \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
503 |
:compact3 \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
504 |
:needs_jre \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
505 |
-:needs_jdk |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
506 |
|
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
507 |
# Tests that require the full JRE |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
508 |
# |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
509 |
needs_jre = \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
510 |
:needs_charsets \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
511 |
:jdk_desktop \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
512 |
com/sun/corba \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
513 |
com/sun/jndi/cosnaming \ |
27182 | 514 |
com/oracle/security/ucrypto/Test8004873.java \ |
515 |
com/oracle/security/ucrypto/TestAES.java \ |
|
516 |
com/oracle/security/ucrypto/TestDigest.java \ |
|
517 |
com/oracle/security/ucrypto/TestRSA.java \ |
|
19803
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
518 |
sun/net/ftp \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
519 |
sun/net/www/protocol/ftp \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
520 |
java/net/URI/URItoURLTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
521 |
java/net/URL/URIToURLTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
522 |
java/net/URLConnection/HandleContentTypeWithAttrs.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
523 |
java/security/Security/ClassLoaderDeadlock/ClassLoaderDeadlock.sh \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
524 |
java/security/Security/ClassLoaderDeadlock/Deadlock.sh \ |
38581
e761c1ccd13e
8031145: Re-examine closed i18n tests to see it they can be moved to the jdk repository.
okutsu
parents:
38473
diff
changeset
|
525 |
java/text/AttributedCharacterIterator/Attribute/ReadResolve.java \ |
e761c1ccd13e
8031145: Re-examine closed i18n tests to see it they can be moved to the jdk repository.
okutsu
parents:
38473
diff
changeset
|
526 |
java/text/AttributedString/TestAttributedStringCtor.java \ |
e761c1ccd13e
8031145: Re-examine closed i18n tests to see it they can be moved to the jdk repository.
okutsu
parents:
38473
diff
changeset
|
527 |
java/text/AttributedString/getRunStartLimitTest.java \ |
20858 | 528 |
java/util/jar/Manifest/CreateManifest.java \ |
20792
8d5c16e4f64c
8026404: Logging in Applet can trigger ACE: access denied ("java.lang.RuntimePermission" "modifyThreadGroup")
dfuchs
parents:
19856
diff
changeset
|
529 |
java/util/logging/TestMainAppContext.java \ |
25387
7a8733b181f7
8049055: Tests added to the jdk/test/TEST.groups to be run on correct profiles
dholmes
parents:
24364
diff
changeset
|
530 |
java/util/logging/TestLoggingWithMainAppContext.java \ |
38581
e761c1ccd13e
8031145: Re-examine closed i18n tests to see it they can be moved to the jdk repository.
okutsu
parents:
38473
diff
changeset
|
531 |
java/util/TimeZone/DefaultTimeZoneTest.java \ |
19803
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
532 |
java/text/Bidi/BidiConformance.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
533 |
java/text/Bidi/BidiEmbeddingTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
534 |
java/text/Bidi/Bug7042148.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
535 |
java/text/Bidi/Bug7051769.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
536 |
javax/crypto/Cipher/CipherStreamClose.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
537 |
javax/management/monitor/AttributeArbitraryDataTypeTest.java \ |
26194
1570007fff27
8055393: [Testbug] Some tests are being executed and fail under profiles
mchung
parents:
25387
diff
changeset
|
538 |
javax/management/mxbean/AmbiguousConstructorTest.java \ |
1570007fff27
8055393: [Testbug] Some tests are being executed and fail under profiles
mchung
parents:
25387
diff
changeset
|
539 |
javax/management/mxbean/ExceptionDiagnosisTest.java \ |
1570007fff27
8055393: [Testbug] Some tests are being executed and fail under profiles
mchung
parents:
25387
diff
changeset
|
540 |
javax/management/mxbean/LeakTest.java \ |
1570007fff27
8055393: [Testbug] Some tests are being executed and fail under profiles
mchung
parents:
25387
diff
changeset
|
541 |
javax/management/mxbean/MXBeanTest.java \ |
1570007fff27
8055393: [Testbug] Some tests are being executed and fail under profiles
mchung
parents:
25387
diff
changeset
|
542 |
javax/management/mxbean/PropertyNamesTest.java \ |
19803
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
543 |
jdk/lambda/vm/InterfaceAccessFlagsTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
544 |
sun/misc/URLClassPath/ClassnameCharTest.java |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
545 |
|
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
546 |
# Tests dependent on the optional charsets.jar |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
547 |
# These are isolated for easy exclusions |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
548 |
# |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
549 |
needs_charsets = \ |
47218 | 550 |
-:needs_locales_and_charsets \ |
19803
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
551 |
java/io/OutputStreamWriter/TestWrite.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
552 |
java/nio/charset/RemovingSunIO/SunioAlias.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
553 |
java/nio/charset/coders/Check.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
554 |
java/nio/charset/Charset/CharsetContainmentTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
555 |
java/nio/charset/Charset/Contains.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
556 |
java/nio/charset/Charset/NIOCharsetAvailabilityTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
557 |
java/nio/charset/Charset/RegisteredCharsets.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
558 |
java/nio/charset/CharsetEncoder/Flush.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
559 |
java/nio/charset/coders/ResetISO2022JP.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
560 |
java/util/Locale/InternationalBAT.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
561 |
java/util/Locale/LocaleProviders.sh \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
562 |
java/util/Calendar/CldrFormatNamesTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
563 |
java/util/TimeZone/CLDRDisplayNamesTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
564 |
java/util/zip/ZipCoding.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
565 |
sun/nio/cs/EucJpLinux0212.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
566 |
sun/nio/cs/EUCJPUnderflowDecodeTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
567 |
sun/nio/cs/EuroConverter.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
568 |
sun/nio/cs/JISAutoDetectTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
569 |
sun/nio/cs/OLD/TestIBMDB.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
570 |
sun/nio/cs/SJISCanEncode.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
571 |
sun/nio/cs/Test6254467.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
572 |
sun/nio/cs/TestCp834_SBCS.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
573 |
sun/nio/cs/TestEUC_TW.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
574 |
sun/nio/cs/TestISO2022CNDecoder.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
575 |
sun/nio/cs/TestISO2022JPEncoder.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
576 |
sun/nio/cs/TestISO2022JPSubBytes.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
577 |
sun/nio/cs/TestIllegalSJIS.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
578 |
sun/nio/cs/TestJIS0208Decoder.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
579 |
sun/nio/cs/TestJIS0212Decoder.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
580 |
sun/nio/cs/TestMiscEUC_JP.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
581 |
sun/nio/cs/TestSJIS0213_SM.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
582 |
sun/nio/cs/BufferUnderflowEUCTWTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
583 |
sun/nio/cs/CheckCaseInsensitiveEncAliases.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
584 |
sun/nio/cs/CheckHistoricalNames.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
585 |
sun/nio/cs/EucJpLinuxDecoderRecoveryTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
586 |
sun/nio/cs/HWKatakanaMS932EncodeTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
587 |
sun/nio/cs/ISCIITest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
588 |
sun/nio/cs/LatinCharReplacementTWTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
589 |
sun/nio/cs/NIOJISAutoDetectTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
590 |
sun/nio/cs/StreamEncoderClose.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
591 |
sun/nio/cs/SurrogateGB18030Test.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
592 |
sun/nio/cs/SurrogateTestEUCTW.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
593 |
sun/nio/cs/SurrogateTestHKSCS.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
594 |
sun/nio/cs/TestConverterDroppedCharacters.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
595 |
sun/nio/cs/TestCp93xSISO.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
596 |
sun/nio/cs/TestIBM1364.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
597 |
sun/nio/cs/TestIBMBugs.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
598 |
sun/nio/cs/TestIllegalISO2022Esc.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
599 |
sun/nio/cs/TestISO2022JP.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
600 |
sun/nio/cs/TestMS5022X.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
601 |
sun/nio/cs/TestSJIS0213.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
602 |
sun/nio/cs/TestTrailingEscapesISO2022JP.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
603 |
sun/nio/cs/TestUni2HKSCS.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
604 |
sun/nio/cs/ZeroedByteArrayEUCTWTest.java |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
605 |
|
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
606 |
# Compact 3 adds further tests to compact2 |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
607 |
# |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
608 |
compact3 = \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
609 |
:compact2 \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
610 |
:needs_compact3 \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
611 |
-:needs_jre \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
612 |
-:needs_jdk |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
613 |
|
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
614 |
|
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
615 |
# Tests that require compact3 API's |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
616 |
# |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
617 |
needs_compact3 = \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
618 |
:jdk_instrument \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
619 |
:jdk_jmx \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
620 |
:jdk_management \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
621 |
:jdk_sctp \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
622 |
com/sun/jndi \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
623 |
com/sun/org/apache/xml/internal/security \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
624 |
com/sun/security/auth \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
625 |
com/sun/security/sasl \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
626 |
com/sun/security/jgss \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
627 |
java/util/prefs \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
628 |
javax/naming \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
629 |
javax/security \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
630 |
javax/smartcardio \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
631 |
javax/sql/rowset \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
632 |
javax/xml/crypto \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
633 |
sun/security/jgss \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
634 |
sun/security/krb5 \ |
26194
1570007fff27
8055393: [Testbug] Some tests are being executed and fail under profiles
mchung
parents:
25387
diff
changeset
|
635 |
java/lang/annotation/AnnotationType/AnnotationTypeDeadlockTest.java \ |
30802
b63242b29173
8077866: [TESTBUG] Some of java.lang tests cannot be run on compact profiles 1, 2
iignatyev
parents:
29876
diff
changeset
|
636 |
java/lang/invoke/lambda/LambdaStackTrace.java \ |
b63242b29173
8077866: [TESTBUG] Some of java.lang tests cannot be run on compact profiles 1, 2
iignatyev
parents:
29876
diff
changeset
|
637 |
java/lang/invoke/LFCaching/LFGarbageCollectedTest.java \ |
b63242b29173
8077866: [TESTBUG] Some of java.lang tests cannot be run on compact profiles 1, 2
iignatyev
parents:
29876
diff
changeset
|
638 |
java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java \ |
b63242b29173
8077866: [TESTBUG] Some of java.lang tests cannot be run on compact profiles 1, 2
iignatyev
parents:
29876
diff
changeset
|
639 |
java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java \ |
19803
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
640 |
java/lang/System/MacEncoding/TestFileEncoding.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
641 |
java/nio/channels/AsynchronousSocketChannel/Leaky.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
642 |
java/security/PermissionCollection/Concurrent.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
643 |
java/security/Principal/Implies.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
644 |
java/security/cert/GetInstance.java \ |
45476
3955aa021599
8179242: OutOfMemoryError in java/util/Arrays/ParallelPrefix.java
mli
parents:
45026
diff
changeset
|
645 |
java/util/Arrays/largeMemory/ParallelPrefix.java \ |
19803
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
646 |
java/util/logging/DrainFindDeadlockTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
647 |
java/util/logging/LoggingMXBeanTest.java \ |
26194
1570007fff27
8055393: [Testbug] Some tests are being executed and fail under profiles
mchung
parents:
25387
diff
changeset
|
648 |
java/util/logging/TestLogConfigurationDeadLock.java \ |
1570007fff27
8055393: [Testbug] Some tests are being executed and fail under profiles
mchung
parents:
25387
diff
changeset
|
649 |
java/util/logging/TestLoggerBundleSync.java \ |
19803
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
650 |
sun/net/www/http/KeepAliveCache/B5045306.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
651 |
sun/security/provider/PolicyFile/Alias.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
652 |
sun/security/provider/PolicyFile/Comparator.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
653 |
sun/security/provider/PolicyFile/SelfWildcard.java \ |
23052
241885315119
8032473: Restructure JSSE regression test hierarchy in jdk test
xuelei
parents:
22278
diff
changeset
|
654 |
sun/security/ssl/SSLEngineImpl/SSLEngineDeadlock.java \ |
19803
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
655 |
sun/security/util/Oid/OidFormat.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
656 |
sun/security/util/Resources/Format.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
657 |
sun/security/util/Resources/NewNamesFormat.java |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
658 |
|
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
659 |
# Compact 2 adds full VM tests |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
660 |
compact2 = \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
661 |
:compact2_minimal \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
662 |
:compact1 \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
663 |
:needs_full_vm_compact2 \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
664 |
-:needs_compact3 \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
665 |
-:needs_jre \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
666 |
-:needs_jdk |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
667 |
|
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
668 |
# Tests that require compact2 API's and a full VM |
23879
284802a2d355
8036979: Support java.net.SocketOption<> in java.net socket types
michaelm
parents:
23724
diff
changeset
|
669 |
# |
19803
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
670 |
needs_full_vm_compact2 = |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
671 |
|
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
672 |
# Minimal VM on Compact 2 adds in some compact2 tests |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
673 |
# |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
674 |
compact2_minimal = \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
675 |
:compact1_minimal \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
676 |
:needs_compact2 \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
677 |
-:needs_compact3 \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
678 |
-:needs_jre \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
679 |
-:needs_jdk |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
680 |
|
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
681 |
# Tests that require compact2 API's |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
682 |
# |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
683 |
needs_compact2 = \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
684 |
:jdk_rmi \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
685 |
:jdk_time \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
686 |
com/sun/org/apache \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
687 |
com/sun/net/httpserver \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
688 |
java/sql \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
689 |
javax/sql \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
690 |
javax/xml \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
691 |
jdk/lambda \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
692 |
sun/net/www/http \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
693 |
sun/net/www/protocol/http \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
694 |
java/io/BufferedReader/Lines.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
695 |
java/lang/reflect/DefaultStaticTest/DefaultStaticInvokeTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
696 |
java/lang/IntegralPrimitiveToString.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
697 |
java/lang/PrimitiveSumMinMaxTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
698 |
java/lang/String/StringJoinTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
699 |
java/lang/Thread/StopThrowable.java \ |
26194
1570007fff27
8055393: [Testbug] Some tests are being executed and fail under profiles
mchung
parents:
25387
diff
changeset
|
700 |
java/net/Authenticator/B4769350.java \ |
19803
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
701 |
java/net/Authenticator/Deadlock.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
702 |
java/net/CookieHandler/LocalHostCookie.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
703 |
java/net/CookieHandler/CookieManagerTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
704 |
java/net/CookieHandler/EmptyCookieHeader.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
705 |
java/net/HttpCookie/IllegalCookieNameTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
706 |
java/net/HttpURLConnection/UnmodifiableMaps.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
707 |
java/net/ResponseCache/Test.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
708 |
java/net/URLClassLoader/ClassLoad.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
709 |
java/net/URLClassLoader/closetest/CloseTest.java \ |
20858 | 710 |
java/net/URLPermission/URLTest.java \ |
19803
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
711 |
java/nio/Buffer/Chars.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
712 |
java/nio/file/Files/StreamTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
713 |
java/security/BasicPermission/Wildcard.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
714 |
java/util/Arrays/SetAllTest.java \ |
44789
73fd39e0702e
8174171: Move spliterator testing of BitSet into big memory tests BitSetStreamTest
amlu
parents:
44773
diff
changeset
|
715 |
java/util/BitSet/stream/BitSetStreamTest.java \ |
19803
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
716 |
java/util/Collection/CollectionDefaults.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
717 |
java/util/Collections/CheckedIdentityMap.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
718 |
java/util/Collections/CheckedMapBash.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
719 |
java/util/Collections/CheckedSetBash.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
720 |
java/util/Collections/EmptyCollectionSerialization.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
721 |
java/util/Collections/EmptyNavigableMap.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
722 |
java/util/Collections/EmptyNavigableSet.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
723 |
java/util/Collections/UnmodifiableMapEntrySet.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
724 |
java/util/Comparator/BasicTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
725 |
java/util/Comparator/TypeTest.java \ |
38581
e761c1ccd13e
8031145: Re-examine closed i18n tests to see it they can be moved to the jdk repository.
okutsu
parents:
38473
diff
changeset
|
726 |
java/util/Date/TimestampTest.java \ |
19803
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
727 |
java/util/Iterator/IteratorDefaults.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
728 |
java/util/Iterator/PrimitiveIteratorDefaults.java \ |
20858 | 729 |
java/util/List/ListDefaults.java \ |
19803
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
730 |
java/util/Map/BasicSerialization.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
731 |
java/util/Map/Defaults.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
732 |
java/util/Map/EntryComparators.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
733 |
java/util/Optional/Basic.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
734 |
java/util/Optional/BasicDouble.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
735 |
java/util/Optional/BasicInt.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
736 |
java/util/Optional/BasicLong.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
737 |
java/util/Random/RandomStreamTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
738 |
java/util/ResourceBundle/Bug6359330.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
739 |
java/util/Spliterator/SpliteratorCharacteristics.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
740 |
java/util/Spliterator/SpliteratorCollisions.java \ |
42346
c0c6d5d20c35
8170155: StringBuffer and StringBuilder stream methods are not late-binding
psandoz
parents:
41767
diff
changeset
|
741 |
java/util/Spliterator/SpliteratorLateBindingTest.java \ |
c0c6d5d20c35
8170155: StringBuffer and StringBuilder stream methods are not late-binding
psandoz
parents:
41767
diff
changeset
|
742 |
java/util/Spliterator/SpliteratorFailFastTest.java \ |
19803
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
743 |
java/util/Spliterator/SpliteratorTraversingAndSplittingTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
744 |
java/util/StringJoiner/MergeTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
745 |
java/util/StringJoiner/StringJoinerTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
746 |
java/util/concurrent/atomic/AtomicReferenceTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
747 |
java/util/function/BinaryOperator/BasicTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
748 |
java/util/logging/LoggerSupplierAPIsTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
749 |
java/util/zip/ZipFile/StreamZipEntriesTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
750 |
java/util/zip/ZipFile/DeleteTempJar.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
751 |
javax/crypto/Cipher/CipherStreamClose.java \ |
23052
241885315119
8032473: Restructure JSSE regression test hierarchy in jdk test
xuelei
parents:
22278
diff
changeset
|
752 |
sun/net/www/protocol/https/HttpsURLConnection/HttpsCreateSockTest.java \ |
23879
284802a2d355
8036979: Support java.net.SocketOption<> in java.net socket types
michaelm
parents:
23724
diff
changeset
|
753 |
sun/net/www/protocol/https/HttpsURLConnection/HttpsSocketFacTest.java |
19803
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
754 |
|
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
755 |
# Compact 1 adds full VM tests |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
756 |
# |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
757 |
compact1 = \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
758 |
:compact1_minimal \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
759 |
:needs_full_vm_compact1 \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
760 |
-:needs_compact2 \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
761 |
-:needs_full_vm_compact2 \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
762 |
-:needs_compact3 \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
763 |
-:needs_jre \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
764 |
-:needs_jdk |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
765 |
|
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
766 |
# Tests that require compact1 API's and a full VM |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
767 |
# |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
768 |
needs_full_vm_compact1 = |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
769 |
|
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
770 |
# All tests that run on the most minimal configuration: Minimal VM on Compact 1 |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
771 |
compact1_minimal = \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
772 |
com \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
773 |
java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
774 |
javax \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
775 |
jdk \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
776 |
lib \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
777 |
sun \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
778 |
vm \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
779 |
-:needs_full_vm_compact1 \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
780 |
-:needs_full_vm_compact2 \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
781 |
-:needs_compact2 \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
782 |
-:needs_compact3 \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
783 |
-:needs_jre \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
784 |
-:needs_jdk |
47218 | 785 |
|
786 |
needs_headful = \ |
|
47224 | 787 |
java/util/TimeZone/DefaultTimeZoneTest.java |
47218 | 788 |
|
789 |
needs_locales = \ |
|
790 |
-:needs_locales_and_charsets \ |
|
791 |
java/text/Collator/APITest.java \ |
|
792 |
java/text/Collator/CollationKeyTest.java \ |
|
793 |
java/text/Collator/DanishTest.java \ |
|
794 |
java/text/Collator/FinnishTest.java \ |
|
795 |
java/text/Collator/FrenchTest.java \ |
|
796 |
java/text/Collator/G7Test.java \ |
|
797 |
java/text/Collator/JapaneseTest.java \ |
|
798 |
java/text/Collator/KoreanTest.java \ |
|
799 |
java/text/Collator/Regression.java \ |
|
800 |
java/text/Collator/TurkishTest.java \ |
|
801 |
java/text/Collator/VietnameseTest.java \ |
|
802 |
java/text/Format/DateFormat/bug4117335.java \ |
|
803 |
java/text/Format/DateFormat/DateFormatTest.java \ |
|
804 |
java/text/Format/DateFormat/IntlTestDateFormatSymbols.java \ |
|
805 |
java/text/Format/DateFormat/NonGregorianFormatTest.java \ |
|
806 |
java/text/Format/NumberFormat/IntlTestNumberFormatAPI.java \ |
|
807 |
java/text/Format/NumberFormat/NumberRegression.java \ |
|
808 |
java/text/Format/NumberFormat/NumberTest.java \ |
|
809 |
java/util/Calendar/Bug4302966.java \ |
|
810 |
java/util/TimeZone/HongKong.java \ |
|
811 |
java/util/TimeZone/TimeZoneTest.java \ |
|
812 |
java/util/Calendar/NarrowNamesTest.sh \ |
|
813 |
java/util/Locale/Bug8001562.java \ |
|
814 |
java/util/Locale/InternationalBAT.java \ |
|
815 |
java/util/Locale/LocaleEnhanceTest.java \ |
|
816 |
java/util/Locale/LocaleTest.java \ |
|
817 |
java/util/Locale/ThaiGov.java \ |
|
818 |
java/text/Format/DateFormat/Bug4823811.java \ |
|
819 |
java/text/Format/DateFormat/Bug6683975.java \ |
|
820 |
java/text/Format/DateFormat/ContextMonthNamesTest.java \ |
|
821 |
java/text/Format/DecimalFormat/RoundingAndPropertyTest.java \ |
|
822 |
java/time/test/java/time/format/TestDateTimeFormatterBuilder.java \ |
|
823 |
java/time/test/java/time/format/TestDateTimeTextProvider.java \ |
|
824 |
java/time/test/java/time/format/TestNonIsoFormatter.java \ |
|
825 |
java/time/test/java/time/format/TestTextParser.java \ |
|
826 |
java/time/test/java/time/format/TestTextPrinter.java \ |
|
827 |
java/util/Currency/CurrencyTest.java \ |
|
828 |
java/util/Formatter/Basic.java \ |
|
829 |
sun/text/resources/Collator/Bug4248694.java \ |
|
830 |
sun/text/resources/Collator/Bug4804273.java \ |
|
831 |
sun/text/resources/Collator/Bug6755060.java \ |
|
832 |
sun/text/resources/Format/Bug4395196.java \ |
|
833 |
sun/text/resources/Format/Bug4442855.java \ |
|
834 |
sun/text/resources/Format/Bug4621320.java \ |
|
835 |
sun/text/resources/Format/Bug4651568.java \ |
|
836 |
sun/text/resources/Format/Bug4762201.java \ |
|
837 |
sun/text/resources/Format/Bug4807540.java \ |
|
838 |
sun/text/resources/Format/Bug4810032.java \ |
|
839 |
sun/text/resources/Format/Bug4994312.java \ |
|
840 |
sun/text/resources/Format/Bug5096553.java \ |
|
841 |
sun/text/resources/LocaleDataTest.java \ |
|
842 |
sun/util/resources/Calendar/Bug4518811.java \ |
|
843 |
sun/util/resources/Calendar/Bug4527203.java \ |
|
844 |
sun/util/resources/Locale/Bug4429024.java \ |
|
845 |
sun/util/resources/Locale/Bug4965260.java \ |
|
846 |
sun/util/resources/Locale/Bug6275682.java \ |
|
847 |
sun/util/resources/TimeZone/Bug6271396.java \ |
|
848 |
sun/util/resources/TimeZone/Bug6317929.java \ |
|
849 |
sun/util/resources/TimeZone/Bug6377794.java \ |
|
850 |
sun/util/resources/TimeZone/Bug6442006.java |
|
851 |
||
852 |
needs_locales_and_charsets = \ |
|
853 |
java/text/BreakIterator/NewVSOld_th_TH.java \ |
|
854 |
java/util/Locale/InternationalBAT.java |
|
855 |
||
856 |
needs_sunec = \ |
|
857 |
-:needs_sunec_and_sunpkcs11 \ |
|
858 |
sun/security/ec/TestEC.java |
|
859 |
||
860 |
needs_sunpkcs11 = \ |
|
861 |
-:needs_sunec_and_sunpkcs11 \ |
|
862 |
sun/security/pkcs11/Secmod \ |
|
863 |
sun/security/tools/keytool/autotest.sh |
|
864 |
||
865 |
needs_sunec_and_sunpkcs11 = \ |
|
866 |
sun/security/pkcs11/Secmod/AddPrivateKey.java \ |
|
867 |
sun/security/pkcs11/Secmod/TrustAnchors.java |
|
868 |
||
869 |
needs_nashorn = \ |
|
870 |
javax/script |