author | ykantser |
Mon, 07 Apr 2014 16:13:43 +0200 | |
changeset 23726 | 2f18b12acbdf |
parent 23724 | c35574e21791 |
child 23879 | 284802a2d355 |
permissions | -rw-r--r-- |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
1 |
# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. |
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 |
|
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
|
23 |
# 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
|
24 |
jdk_lang = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
25 |
java/lang \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
26 |
-java/lang/management \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
27 |
-java/lang/instrument \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
28 |
sun/invoke \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
29 |
sun/misc \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
30 |
sun/reflect \ |
19797
97e6c52edd16
8024015: TEST.groups: move jdk/lambda tests from jdk_other to jdk_lang
mduigou
parents:
19565
diff
changeset
|
31 |
jdk/lambda \ |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
32 |
vm |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
33 |
|
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
|
34 |
# 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
|
35 |
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
|
36 |
: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
|
37 |
: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
|
38 |
: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
|
39 |
: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
|
40 |
|
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
|
41 |
# 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
|
42 |
jdk_util_other = \ |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
43 |
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
|
44 |
sun/util \ |
5a74ef5d437a
8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents:
19803
diff
changeset
|
45 |
-: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
|
46 |
-: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
|
47 |
-: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
|
48 |
|
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
|
49 |
# java.util.concurrent (JSR-166) |
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
|
50 |
# 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
|
51 |
# Deque and PriorityQueue are also generally maintained by JSR-166 |
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
|
52 |
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
|
53 |
java/util/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
|
54 |
java/util/Deque \ |
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
|
55 |
java/util/PriorityQueue |
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
|
56 |
|
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
|
57 |
# Java Collections Framework |
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
|
58 |
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
|
59 |
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
|
60 |
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
|
61 |
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
|
62 |
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
|
63 |
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
|
64 |
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
|
65 |
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
|
66 |
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
|
67 |
java/util/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
|
68 |
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
|
69 |
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
|
70 |
java/util/Comparator \ |
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
|
71 |
java/util/Iterator \ |
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
|
72 |
java/util/HashMap \ |
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
|
73 |
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
|
74 |
java/util/IdentityHashMap \ |
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
|
75 |
java/util/List \ |
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
|
76 |
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
|
77 |
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
|
78 |
java/util/LinkedList \ |
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
|
79 |
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
|
80 |
java/util/NavigableMap \ |
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 |
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
|
82 |
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
|
83 |
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
|
84 |
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
|
85 |
|
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 |
# 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
|
87 |
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
|
88 |
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
|
89 |
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
|
90 |
java/util/stream |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
91 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
92 |
jdk_math = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
93 |
java/math |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
94 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
95 |
jdk_io = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
96 |
java/io |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
97 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
98 |
jdk_nio = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
99 |
java/nio \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
100 |
sun/nio |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
101 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
102 |
jdk_net = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
103 |
java/net \ |
23052
241885315119
8032473: Restructure JSSE regression test hierarchy in jdk test
xuelei
parents:
22278
diff
changeset
|
104 |
com/sun/net/httpserver \ |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
105 |
sun/net |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
106 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
107 |
jdk_time = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
108 |
java/time |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
109 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
110 |
jdk_rmi = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
111 |
java/rmi \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
112 |
javax/rmi/ssl \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
113 |
sun/rmi |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
114 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
115 |
jdk_security1 = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
116 |
java/security |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
117 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
118 |
jdk_security2 = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
119 |
javax/crypto \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
120 |
javax/xml/crypto \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
121 |
com/sun/crypto |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
122 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
123 |
jdk_security3 = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
124 |
javax/security \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
125 |
com/sun/security \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
126 |
com/sun/org/apache/xml/internal/security \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
127 |
sun/security \ |
23052
241885315119
8032473: Restructure JSSE regression test hierarchy in jdk test
xuelei
parents:
22278
diff
changeset
|
128 |
javax/net \ |
241885315119
8032473: Restructure JSSE regression test hierarchy in jdk test
xuelei
parents:
22278
diff
changeset
|
129 |
sun/net/www/protocol/https \ |
241885315119
8032473: Restructure JSSE regression test hierarchy in jdk test
xuelei
parents:
22278
diff
changeset
|
130 |
com/sun/net/ssl \ |
19565
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
131 |
lib/security |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
132 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
133 |
jdk_security = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
134 |
:jdk_security1 \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
135 |
:jdk_security2 \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
136 |
:jdk_security3 |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
137 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
138 |
jdk_text = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
139 |
java/text \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
140 |
sun/text |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
141 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
142 |
jdk_management = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
143 |
java/lang/management \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
144 |
com/sun/management \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
145 |
sun/management |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
146 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
147 |
jdk_instrument = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
148 |
java/lang/instrument |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
149 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
150 |
jdk_jmx = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
151 |
javax/management \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
152 |
com/sun/jmx |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
153 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
154 |
jdk_jdi = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
155 |
com/sun/jdi |
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 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
158 |
# 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
|
159 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
160 |
core_tools = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
161 |
tools \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
162 |
com/sun/tools/extcheck \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
163 |
sun/tools/java \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
164 |
sun/tools/native2ascii \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
165 |
sun/tools/jrunscript |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
166 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
167 |
svc_tools = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
168 |
com/sun/tools/attach \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
169 |
com/sun/tracing \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
170 |
sun/tools \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
171 |
-sun/tools/java \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
172 |
-sun/tools/native2ascii \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
173 |
-sun/tools/jrunscript \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
174 |
sun/jvmstat \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
175 |
demo/jvmti |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
176 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
177 |
jdk_tools = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
178 |
:core_tools \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
179 |
:svc_tools |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
180 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
181 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
182 |
# 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
|
183 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
184 |
jdk_other = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
185 |
java/sql \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
186 |
javax/sql \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
187 |
javax/naming \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
188 |
javax/script \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
189 |
javax/smartcardio \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
190 |
javax/xml \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
191 |
-javax/xml/crypto \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
192 |
jdk/asm \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
193 |
com/sun/jndi \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
194 |
com/sun/corba \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
195 |
lib/testlibrary \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
196 |
demo/zipfs \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
197 |
sample |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
198 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
199 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
200 |
# 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
|
201 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
202 |
jdk_sctp = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
203 |
com/sun/nio/sctp |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
204 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
205 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
206 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
207 |
# 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
|
208 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
209 |
jdk_core = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
210 |
:jdk_lang \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
211 |
:jdk_util \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
212 |
:jdk_math \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
213 |
:jdk_io \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
214 |
:jdk_nio \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
215 |
:jdk_net \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
216 |
:jdk_rmi \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
217 |
:jdk_time \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
218 |
:jdk_security \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
219 |
:jdk_text \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
220 |
:core_tools \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
221 |
:jdk_other |
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 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
224 |
# 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
|
225 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
226 |
jdk_svc = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
227 |
:jdk_management \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
228 |
:jdk_instrument \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
229 |
:jdk_jmx \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
230 |
:jdk_jdi \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
231 |
:svc_tools |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
232 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
233 |
############################# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
234 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
235 |
# |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
236 |
# Client area groups |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
237 |
# |
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 |
jdk_awt = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
240 |
java/awt \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
241 |
com/sun/awt \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
242 |
com/apple/eawt \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
243 |
sun/awt |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
244 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
245 |
jdk_2d = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
246 |
javax/print \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
247 |
sun/pisces \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
248 |
sun/java2d |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
249 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
250 |
jdk_beans = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
251 |
java/beans |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
252 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
253 |
jdk_swing = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
254 |
javax/accessibility \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
255 |
javax/swing \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
256 |
com/sun/java/swing |
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 |
jdk_sound = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
259 |
javax/sound |
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_imageio = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
262 |
javax/imageio |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
263 |
|
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
264 |
jdk_desktop = \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
265 |
:jdk_awt \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
266 |
:jdk_2d \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
267 |
:jdk_beans \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
268 |
:jdk_swing \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
269 |
:jdk_sound \ |
e1593e8a70ff
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff
changeset
|
270 |
:jdk_imageio |
19803
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
271 |
|
22057 | 272 |
############################# |
273 |
# |
|
274 |
# Stable test groups |
|
275 |
# |
|
276 |
||
277 |
jdk_stable = \ |
|
278 |
:jdk_core \ |
|
279 |
:jdk_svc \ |
|
280 |
:jdk_beans \ |
|
281 |
:jdk_imageio \ |
|
282 |
:jdk_sound \ |
|
283 |
:jdk_sctp \ |
|
284 |
javax/accessibility \ |
|
285 |
com/sun/java/swing \ |
|
286 |
sun/pisces \ |
|
287 |
com/sun/awt |
|
288 |
||
289 |
||
19803
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
290 |
############################################################################### |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
291 |
# Profile-based Test Group Definitions |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
292 |
# |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
293 |
# 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
|
294 |
# - compact1, compact2, compact3, full JRE, JDK |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
295 |
# |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
296 |
# In addition they support testing of the minimal VM on compact1 and compact2. |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
297 |
# Essentially this defines groups based around the specified API's and VM |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
298 |
# services available in the runtime. |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
299 |
# |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
300 |
# The groups are defined hierarchically in two forms: |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
301 |
# - 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
|
302 |
# 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
|
303 |
# 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
|
304 |
# profile. |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
305 |
# - 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
|
306 |
# 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
|
307 |
# 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
|
308 |
# 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
|
309 |
# |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
310 |
# 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
|
311 |
# by listing the top-level test directories. |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
312 |
|
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
313 |
# Full JDK can run all tests |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
314 |
# |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
315 |
jdk = \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
316 |
:jre \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
317 |
:needs_jdk |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
318 |
|
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
319 |
# 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
|
320 |
# 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
|
321 |
# 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
|
322 |
# |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
323 |
needs_jdk = \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
324 |
:jdk_jdi \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
325 |
com/sun/tools \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
326 |
demo \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
327 |
sun/security/tools/jarsigner \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
328 |
sun/rmi/rmic \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
329 |
sun/tools \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
330 |
sun/jvmstat \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
331 |
tools \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
332 |
com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
333 |
java/io/Serializable/serialver \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
334 |
java/lang/invoke/lambda/LambdaAccessControlDoPrivilegedTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
335 |
java/lang/invoke/lambda/LambdaAccessControlTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
336 |
java/lang/System/MacEncoding/TestFileEncoding.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
337 |
java/net/URLClassLoader/closetest/GetResourceAsStream.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
338 |
java/util/Collections/EmptyIterator.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
339 |
java/util/concurrent/locks/Lock/TimedAcquireLeak.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
340 |
java/util/jar/JarInputStream/ExtraFileInMetaInf.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
341 |
java/util/logging/AnonLoggerWeakRefLeak.sh \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
342 |
java/util/logging/LoggerWeakRefLeak.sh \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
343 |
java/util/zip/3GBZipFiles.sh \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
344 |
jdk/lambda/FDTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
345 |
jdk/lambda/separate/Compiler.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
346 |
sun/management/jdp/JdpTest.sh \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
347 |
sun/management/jmxremote/bootstrap/JvmstatCountersTest.java \ |
21367
679b312e3c5b
8004926: sun/management/jmxremote/bootstrap/CustomLauncherTest.sh oftenly times out
jbachorik
parents:
20858
diff
changeset
|
348 |
sun/management/jmxremote/bootstrap/LocalManagementTest.java \ |
679b312e3c5b
8004926: sun/management/jmxremote/bootstrap/CustomLauncherTest.sh oftenly times out
jbachorik
parents:
20858
diff
changeset
|
349 |
sun/management/jmxremote/bootstrap/CustomLauncherTest.java \ |
19803
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
350 |
sun/misc/JarIndex/metaInfFilenames/Basic.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
351 |
sun/misc/JarIndex/JarIndexMergeForClassLoaderTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
352 |
sun/reflect/CallerSensitive/CallerSensitiveFinder.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
353 |
sun/reflect/CallerSensitive/MissingCallerSensitive.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
354 |
sun/security/util/Resources/NewNamesFormat.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
355 |
vm/verifier/defaultMethods/DefaultMethodRegressionTestsRun.java |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
356 |
|
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
357 |
# JRE adds further tests to compact3 |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
358 |
# |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
359 |
jre = \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
360 |
:compact3 \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
361 |
:needs_jre \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
362 |
-:needs_jdk |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
363 |
|
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
364 |
# Tests that require the full JRE |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
365 |
# |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
366 |
needs_jre = \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
367 |
:needs_charsets \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
368 |
:jdk_desktop \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
369 |
com/sun/corba \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
370 |
com/sun/jndi/cosnaming \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
371 |
sun/net/ftp \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
372 |
sun/net/www/protocol/ftp \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
373 |
sun/security/tools/policytool \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
374 |
java/net/URI/URItoURLTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
375 |
java/net/URL/URIToURLTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
376 |
java/net/URLConnection/HandleContentTypeWithAttrs.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
377 |
java/security/Security/ClassLoaderDeadlock/ClassLoaderDeadlock.sh \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
378 |
java/security/Security/ClassLoaderDeadlock/Deadlock.sh \ |
20858 | 379 |
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
|
380 |
java/util/logging/TestMainAppContext.java \ |
19803
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
381 |
java/util/ResourceBundle/Control/Bug6530694.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
382 |
java/text/Bidi/BidiConformance.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
383 |
java/text/Bidi/BidiEmbeddingTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
384 |
java/text/Bidi/Bug7042148.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
385 |
java/text/Bidi/Bug7051769.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
386 |
javax/crypto/Cipher/CipherStreamClose.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
387 |
javax/management/monitor/AttributeArbitraryDataTypeTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
388 |
jdk/lambda/vm/InterfaceAccessFlagsTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
389 |
sun/misc/URLClassPath/ClassnameCharTest.java |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
390 |
|
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
391 |
# Tests dependent on the optional charsets.jar |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
392 |
# These are isolated for easy exclusions |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
393 |
# |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
394 |
needs_charsets = \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
395 |
java/io/OutputStreamWriter/TestWrite.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
396 |
java/nio/charset/RemovingSunIO/SunioAlias.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
397 |
java/nio/charset/coders/Check.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
398 |
java/nio/charset/Charset/CharsetContainmentTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
399 |
java/nio/charset/Charset/Contains.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
400 |
java/nio/charset/Charset/NIOCharsetAvailabilityTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
401 |
java/nio/charset/Charset/RegisteredCharsets.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
402 |
java/nio/charset/CharsetEncoder/Flush.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
403 |
java/nio/charset/coders/CheckSJISMappingProp.sh \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
404 |
java/nio/charset/coders/ResetISO2022JP.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
405 |
java/util/Locale/InternationalBAT.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
406 |
java/util/Locale/LocaleProviders.sh \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
407 |
java/util/Calendar/CldrFormatNamesTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
408 |
java/util/TimeZone/CLDRDisplayNamesTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
409 |
java/util/zip/ZipCoding.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
410 |
sun/nio/cs/EucJpLinux0212.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
411 |
sun/nio/cs/EUCJPUnderflowDecodeTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
412 |
sun/nio/cs/EuroConverter.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
413 |
sun/nio/cs/JISAutoDetectTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
414 |
sun/nio/cs/OLD/TestIBMDB.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
415 |
sun/nio/cs/SJISCanEncode.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
416 |
sun/nio/cs/Test6254467.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
417 |
sun/nio/cs/TestCompoundTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
418 |
sun/nio/cs/TestCp834_SBCS.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
419 |
sun/nio/cs/TestEUC_TW.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
420 |
sun/nio/cs/TestISO2022CNDecoder.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
421 |
sun/nio/cs/TestISO2022JPEncoder.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
422 |
sun/nio/cs/TestISO2022JPSubBytes.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
423 |
sun/nio/cs/TestIllegalSJIS.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
424 |
sun/nio/cs/TestJIS0208Decoder.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
425 |
sun/nio/cs/TestJIS0212Decoder.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
426 |
sun/nio/cs/TestMiscEUC_JP.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
427 |
sun/nio/cs/TestSJIS0213_SM.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
428 |
sun/nio/cs/BufferUnderflowEUCTWTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
429 |
sun/nio/cs/CheckCaseInsensitiveEncAliases.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
430 |
sun/nio/cs/CheckHistoricalNames.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
431 |
sun/nio/cs/EucJpLinuxDecoderRecoveryTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
432 |
sun/nio/cs/HWKatakanaMS932EncodeTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
433 |
sun/nio/cs/ISCIITest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
434 |
sun/nio/cs/LatinCharReplacementTWTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
435 |
sun/nio/cs/NIOJISAutoDetectTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
436 |
sun/nio/cs/StreamEncoderClose.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
437 |
sun/nio/cs/SurrogateGB18030Test.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
438 |
sun/nio/cs/SurrogateTestEUCTW.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
439 |
sun/nio/cs/SurrogateTestHKSCS.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
440 |
sun/nio/cs/TestConverterDroppedCharacters.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
441 |
sun/nio/cs/TestCp93xSISO.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
442 |
sun/nio/cs/TestIBM1364.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
443 |
sun/nio/cs/TestIBMBugs.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
444 |
sun/nio/cs/TestIllegalISO2022Esc.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
445 |
sun/nio/cs/TestISO2022JP.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
446 |
sun/nio/cs/TestMS5022X.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
447 |
sun/nio/cs/TestSJIS0213.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
448 |
sun/nio/cs/TestTrailingEscapesISO2022JP.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
449 |
sun/nio/cs/TestUni2HKSCS.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
450 |
sun/nio/cs/ZeroedByteArrayEUCTWTest.java |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
451 |
|
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
452 |
# Compact 3 adds further tests to compact2 |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
453 |
# |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
454 |
compact3 = \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
455 |
:compact2 \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
456 |
:needs_compact3 \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
457 |
-:needs_jre \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
458 |
-:needs_jdk |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
459 |
|
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
460 |
|
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
461 |
# Tests that require compact3 API's |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
462 |
# |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
463 |
needs_compact3 = \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
464 |
:jdk_instrument \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
465 |
:jdk_jmx \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
466 |
:jdk_management \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
467 |
:jdk_sctp \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
468 |
com/sun/jndi \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
469 |
com/sun/org/apache/xml/internal/security \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
470 |
com/sun/security/auth \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
471 |
com/sun/security/sasl \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
472 |
com/sun/security/jgss \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
473 |
com/sun/tracing \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
474 |
java/util/prefs \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
475 |
javax/naming \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
476 |
javax/security \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
477 |
javax/smartcardio \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
478 |
javax/sql/rowset \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
479 |
javax/xml/crypto \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
480 |
sun/security/acl \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
481 |
sun/security/jgss \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
482 |
sun/security/krb5 \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
483 |
java/lang/System/MacEncoding/TestFileEncoding.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
484 |
java/nio/channels/AsynchronousSocketChannel/Leaky.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
485 |
java/security/PermissionCollection/Concurrent.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
486 |
java/security/Principal/Implies.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
487 |
java/security/cert/GetInstance.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
488 |
java/util/logging/DrainFindDeadlockTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
489 |
java/util/logging/LoggingMXBeanTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
490 |
sun/net/www/http/KeepAliveCache/B5045306.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
491 |
sun/security/provider/PolicyFile/Alias.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
492 |
sun/security/provider/PolicyFile/Comparator.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
493 |
sun/security/provider/PolicyFile/SelfWildcard.java \ |
23052
241885315119
8032473: Restructure JSSE regression test hierarchy in jdk test
xuelei
parents:
22278
diff
changeset
|
494 |
sun/security/ssl/SSLEngineImpl/SSLEngineDeadlock.java \ |
19803
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
495 |
sun/security/util/Oid/OidFormat.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
496 |
sun/security/util/Resources/Format.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
497 |
sun/security/util/Resources/NewNamesFormat.java |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
498 |
|
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
499 |
# Compact 2 adds full VM tests |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
500 |
compact2 = \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
501 |
:compact2_minimal \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
502 |
:compact1 \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
503 |
:needs_full_vm_compact2 \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
504 |
-:needs_compact3 \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
505 |
-:needs_jre \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
506 |
-:needs_jdk |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
507 |
|
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
508 |
# Tests that require compact2 API's and a full VM |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
509 |
# |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
510 |
needs_full_vm_compact2 = |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
511 |
|
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
512 |
# 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
|
513 |
# |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
514 |
compact2_minimal = \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
515 |
:compact1_minimal \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
516 |
:needs_compact2 \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
517 |
-:needs_compact3 \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
518 |
-:needs_jre \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
519 |
-:needs_jdk |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
520 |
|
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
521 |
# Tests that require compact2 API's |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
522 |
# |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
523 |
needs_compact2 = \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
524 |
:jdk_rmi \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
525 |
:jdk_time \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
526 |
com/sun/org/apache \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
527 |
com/sun/net/httpserver \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
528 |
java/sql \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
529 |
javax/sql \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
530 |
javax/xml \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
531 |
jdk/lambda \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
532 |
sun/net/www/http \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
533 |
sun/net/www/protocol/http \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
534 |
java/io/BufferedReader/Lines.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
535 |
java/lang/reflect/DefaultStaticTest/DefaultStaticInvokeTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
536 |
java/lang/CharSequence/DefaultTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
537 |
java/lang/IntegralPrimitiveToString.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
538 |
java/lang/PrimitiveSumMinMaxTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
539 |
java/lang/String/StringJoinTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
540 |
java/lang/Thread/StopThrowable.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
541 |
java/net/Authenticator/Deadlock.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
542 |
java/net/CookieHandler/LocalHostCookie.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
543 |
java/net/CookieHandler/CookieManagerTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
544 |
java/net/CookieHandler/EmptyCookieHeader.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
545 |
java/net/HttpCookie/IllegalCookieNameTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
546 |
java/net/HttpURLConnection/UnmodifiableMaps.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
547 |
java/net/ResponseCache/Test.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
548 |
java/net/URLClassLoader/ClassLoad.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
549 |
java/net/URLClassLoader/closetest/CloseTest.java \ |
20858 | 550 |
java/net/URLPermission/URLTest.java \ |
19803
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
551 |
java/nio/Buffer/Chars.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
552 |
java/nio/file/Files/StreamTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
553 |
java/security/BasicPermission/Wildcard.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
554 |
java/util/Arrays/ParallelPrefix.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
555 |
java/util/Arrays/SetAllTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
556 |
java/util/BitSet/BitSetStreamTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
557 |
java/util/Collection/CollectionDefaults.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
558 |
java/util/Collections/CheckedIdentityMap.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
559 |
java/util/Collections/CheckedMapBash.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
560 |
java/util/Collections/CheckedSetBash.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
561 |
java/util/Collections/EmptyCollectionSerialization.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
562 |
java/util/Collections/EmptyNavigableMap.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
563 |
java/util/Collections/EmptyNavigableSet.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
564 |
java/util/Collections/UnmodifiableMapEntrySet.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
565 |
java/util/Comparator/BasicTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
566 |
java/util/Comparator/TypeTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
567 |
java/util/Iterator/IteratorDefaults.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
568 |
java/util/Iterator/PrimitiveIteratorDefaults.java \ |
20858 | 569 |
java/util/List/ListDefaults.java \ |
19803
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
570 |
java/util/Map/BasicSerialization.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
571 |
java/util/Map/Defaults.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
572 |
java/util/Map/EntryComparators.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
573 |
java/util/Optional/Basic.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
574 |
java/util/Optional/BasicDouble.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
575 |
java/util/Optional/BasicInt.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
576 |
java/util/Optional/BasicLong.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
577 |
java/util/Random/RandomStreamTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
578 |
java/util/ResourceBundle/Bug6359330.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
579 |
java/util/Spliterator/SpliteratorCharacteristics.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
580 |
java/util/Spliterator/SpliteratorCollisions.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
581 |
java/util/Spliterator/SpliteratorLateBindingFailFastTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
582 |
java/util/Spliterator/SpliteratorTraversingAndSplittingTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
583 |
java/util/StringJoiner/MergeTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
584 |
java/util/StringJoiner/StringJoinerTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
585 |
java/util/concurrent/atomic/AtomicReferenceTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
586 |
java/util/function/BinaryOperator/BasicTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
587 |
java/util/logging/LoggerSupplierAPIsTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
588 |
java/util/zip/ZipFile/StreamZipEntriesTest.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
589 |
java/util/zip/ZipFile/DeleteTempJar.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
590 |
javax/crypto/Cipher/CipherStreamClose.java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
591 |
sun/misc/URLClassPath/ClassnameCharTest.java \ |
23052
241885315119
8032473: Restructure JSSE regression test hierarchy in jdk test
xuelei
parents:
22278
diff
changeset
|
592 |
sun/net/www/protocol/https/HttpsURLConnection/HttpsCreateSockTest.java \ |
241885315119
8032473: Restructure JSSE regression test hierarchy in jdk test
xuelei
parents:
22278
diff
changeset
|
593 |
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
|
594 |
|
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
595 |
# Compact 1 adds full VM tests |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
596 |
# |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
597 |
compact1 = \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
598 |
:compact1_minimal \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
599 |
:needs_full_vm_compact1 \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
600 |
-:needs_compact2 \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
601 |
-:needs_full_vm_compact2 \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
602 |
-:needs_compact3 \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
603 |
-:needs_jre \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
604 |
-:needs_jdk |
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 |
# 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
|
607 |
# |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
608 |
needs_full_vm_compact1 = |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
609 |
|
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
610 |
# 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
|
611 |
compact1_minimal = \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
612 |
com \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
613 |
java \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
614 |
javax \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
615 |
jdk \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
616 |
lib \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
617 |
sample \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
618 |
sun \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
619 |
vm \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
620 |
-:needs_full_vm_compact1 \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
621 |
-:needs_full_vm_compact2 \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
622 |
-:needs_compact2 \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
623 |
-:needs_compact3 \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
624 |
-:needs_jre \ |
db1de252632d
8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents:
19797
diff
changeset
|
625 |
-:needs_jdk |