jdk/test/TEST.groups
author amlu
Wed, 13 Jan 2016 14:51:40 +0800
changeset 34951 4e8b871b54a7
parent 34935 b1a31c11e8ea
child 34967 5921e8a0ff14
permissions -rw-r--r--
8146762: Move back java/util/concurrent/Phaser/Basic.java to tier1 Reviewed-by: chegar
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
29100
56267f38f743 8072663: Remove the sun.security.acl package which is not used in the JDK
juh
parents: 29033
diff changeset
     1
#  Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
     2
#  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
     3
#
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
     4
#  This code is free software; you can redistribute it and/or modify it
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
     5
#  under the terms of the GNU General Public License version 2 only, as
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
     6
#  published by the Free Software Foundation.
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
     7
#
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
     8
#  This code is distributed in the hope that it will be useful, but WITHOUT
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
     9
#  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    10
#  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    11
#  version 2 for more details (a copy is included in the LICENSE file that
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    12
#  accompanied this code).
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    13
#
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    14
#  You should have received a copy of the GNU General Public License version
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    15
#  2 along with this work; if not, write to the Free Software Foundation,
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    16
#  Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    17
#
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    18
#  Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    19
#  or visit www.oracle.com if you need additional information or have any
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    20
#  questions.
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    21
#
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    22
29526
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    23
###############################################################################
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    24
#
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    25
# Tiered testing definitions
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    26
#
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    27
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    28
tier1 = \
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    29
    :jdk_lang \
33521
2defe339fe36 8141454: Move java/lang/ProcessHandle/TreeTest.java until stability improves
darcy
parents: 32849
diff changeset
    30
    -java/lang/ProcessHandle/TreeTest.java \
33652
2f7016138954 8142369: Move TestLocalTime.java to tier 2
darcy
parents: 33521
diff changeset
    31
    -java/util/zip/TestLocalTime.java \
29526
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    32
    :jdk_util \
34435
5beaa7987970 8144742: Instrument intermittently failing test GCDuringIteration.java
darcy
parents: 34355
diff changeset
    33
    -java/util/WeakHashMap/GCDuringIteration.java \
34516
3bcd03288484 8144880: Instrument intermittently failing test ConfigChanges.java
darcy
parents: 34435
diff changeset
    34
    -java/util/concurrent/ThreadPoolExecutor/ConfigChanges.java
32016
6b9a1d173beb 8132854: Adjust tier 1 and 2 definitions for nio-related intrinsics
darcy
parents: 32011
diff changeset
    35
    sun/nio/cs/ISO8859x.java \
6b9a1d173beb 8132854: Adjust tier 1 and 2 definitions for nio-related intrinsics
darcy
parents: 32011
diff changeset
    36
    java/nio/Buffer \
32039
075e9f0d682d 8132855: Adjust tier 1 and 2 definitions for security-related intrinsics
darcy
parents: 32016
diff changeset
    37
    com/sun/crypto/provider/Cipher \
29526
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    38
    :jdk_math
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    39
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    40
tier2 = \
33521
2defe339fe36 8141454: Move java/lang/ProcessHandle/TreeTest.java until stability improves
darcy
parents: 32849
diff changeset
    41
    java/lang/ProcessHandle/TreeTest.java \
33652
2f7016138954 8142369: Move TestLocalTime.java to tier 2
darcy
parents: 33521
diff changeset
    42
    java/util/zip/TestLocalTime.java \
34435
5beaa7987970 8144742: Instrument intermittently failing test GCDuringIteration.java
darcy
parents: 34355
diff changeset
    43
    java/util/WeakHashMap/GCDuringIteration.java \
34516
3bcd03288484 8144880: Instrument intermittently failing test ConfigChanges.java
darcy
parents: 34435
diff changeset
    44
    java/util/concurrent/ThreadPoolExecutor/ConfigChanges.java \
29526
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    45
    :jdk_io \
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    46
    :jdk_nio \
32016
6b9a1d173beb 8132854: Adjust tier 1 and 2 definitions for nio-related intrinsics
darcy
parents: 32011
diff changeset
    47
    -sun/nio/cs/ISO8859x.java \
6b9a1d173beb 8132854: Adjust tier 1 and 2 definitions for nio-related intrinsics
darcy
parents: 32011
diff changeset
    48
    -java/nio/Buffer \
29526
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    49
    :jdk_net \
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    50
    :jdk_time \
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    51
    :jdk_security \
32039
075e9f0d682d 8132855: Adjust tier 1 and 2 definitions for security-related intrinsics
darcy
parents: 32016
diff changeset
    52
    -com/sun/crypto/provider/Cipher \
29526
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    53
    :jdk_text \
29590
efad00e79b49 8075573: Add jdk_other and jdk_svc to jdk tier 2 test definition
darcy
parents: 29526
diff changeset
    54
    :core_tools \
efad00e79b49 8075573: Add jdk_other and jdk_svc to jdk tier 2 test definition
darcy
parents: 29526
diff changeset
    55
    :jdk_other \
efad00e79b49 8075573: Add jdk_other and jdk_svc to jdk tier 2 test definition
darcy
parents: 29526
diff changeset
    56
    :jdk_svc
29526
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    57
31269
14968253ce7e 8129624: Move jdk_rmi test group from tier 2 to tier 3
darcy
parents: 31261
diff changeset
    58
tier3 = \
31806
1af94721a340 8129904: Add beans tests to tier 3
darcy
parents: 31530
diff changeset
    59
    :jdk_rmi \
32011
7f7d5c60c559 8132500: Add imageio test to tier 3
darcy
parents: 31815
diff changeset
    60
    :jdk_beans \
32304
bd185e887bdf 8134554: Add sound tests to tier 3
darcy
parents: 32039
diff changeset
    61
    :jdk_imageio \
bd185e887bdf 8134554: Add sound tests to tier 3
darcy
parents: 32039
diff changeset
    62
    :jdk_sound
31261
1659bd59ead1 8129597: Add tier 3 test definitions to the JDK 9 forest
darcy
parents: 30807
diff changeset
    63
29526
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    64
###############################################################################
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    65
#
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    66
# Other test definitions; generally smaller granularity than tiers
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    67
#
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    68
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
    69
# 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
    70
jdk_lang = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    71
    java/lang \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    72
    -java/lang/management \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    73
    -java/lang/instrument \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    74
    sun/invoke \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    75
    sun/misc \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    76
    sun/reflect \
19797
97e6c52edd16 8024015: TEST.groups: move jdk/lambda tests from jdk_other to jdk_lang
mduigou
parents: 19565
diff changeset
    77
    jdk/lambda \
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    78
    vm
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    79
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
    80
# 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
    81
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
    82
    :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
    83
    :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
    84
    :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
    85
    :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
    86
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
# 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
    88
jdk_util_other = \
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    89
    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
    90
    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
    91
    -: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
    92
    -: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
    93
    -: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
    94
34696
770a4223b939 8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents: 34516
diff changeset
    95
# All collections, core and concurrent
770a4223b939 8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents: 34516
diff changeset
    96
jdk_collections = \
770a4223b939 8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents: 34516
diff changeset
    97
    :jdk_collections_core \
770a4223b939 8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents: 34516
diff changeset
    98
    :jdk_concurrent
770a4223b939 8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents: 34516
diff changeset
    99
770a4223b939 8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents: 34516
diff changeset
   100
# java.util.concurrent
770a4223b939 8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents: 34516
diff changeset
   101
# Includes concurrent collections plus other stuff
19856
5a74ef5d437a 8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents: 19803
diff changeset
   102
# 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
   103
jdk_concurrent = \
34696
770a4223b939 8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents: 34516
diff changeset
   104
    java/util/concurrent
19856
5a74ef5d437a 8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents: 19803
diff changeset
   105
34696
770a4223b939 8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents: 34516
diff changeset
   106
# Java Collections Framework core classes
770a4223b939 8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents: 34516
diff changeset
   107
jdk_collections_core = \
19856
5a74ef5d437a 8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents: 19803
diff changeset
   108
    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
   109
    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
   110
    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
   111
    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
   112
    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
   113
    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
   114
    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
   115
    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
   116
    java/util/Collections \
34696
770a4223b939 8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents: 34516
diff changeset
   117
    java/util/Comparator \
770a4223b939 8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents: 34516
diff changeset
   118
    java/util/Deque \
19856
5a74ef5d437a 8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents: 19803
diff changeset
   119
    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
   120
    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
   121
    java/util/HashMap \
34696
770a4223b939 8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents: 34516
diff changeset
   122
    java/util/HashSet \
19856
5a74ef5d437a 8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents: 19803
diff changeset
   123
    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
   124
    java/util/IdentityHashMap \
34696
770a4223b939 8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents: 34516
diff changeset
   125
    java/util/Iterator \
19856
5a74ef5d437a 8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents: 19803
diff changeset
   126
    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
   127
    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
   128
    java/util/LinkedList \
34696
770a4223b939 8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents: 34516
diff changeset
   129
    java/util/List \
19856
5a74ef5d437a 8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents: 19803
diff changeset
   130
    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
   131
    java/util/NavigableMap \
34696
770a4223b939 8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents: 34516
diff changeset
   132
    java/util/PriorityQueue \
19856
5a74ef5d437a 8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents: 19803
diff changeset
   133
    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
   134
    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
   135
    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
   136
    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
   137
5a74ef5d437a 8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents: 19803
diff changeset
   138
# java.util.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
   139
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
   140
    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
   141
    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
   142
    java/util/stream
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   143
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   144
jdk_math = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   145
    java/math
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_io = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   148
    java/io
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_nio = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   151
    java/nio \
24364
da8afb112f5d 8040059: Change default policy for extensions to no permission
mchung
parents: 24262
diff changeset
   152
    sun/nio \
da8afb112f5d 8040059: Change default policy for extensions to no permission
mchung
parents: 24262
diff changeset
   153
    jdk/nio
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   154
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   155
jdk_net = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   156
    java/net \
23052
241885315119 8032473: Restructure JSSE regression test hierarchy in jdk test
xuelei
parents: 22278
diff changeset
   157
    com/sun/net/httpserver \
23879
284802a2d355 8036979: Support java.net.SocketOption<> in java.net socket types
michaelm
parents: 23724
diff changeset
   158
    sun/net \
284802a2d355 8036979: Support java.net.SocketOption<> in java.net socket types
michaelm
parents: 23724
diff changeset
   159
    jdk/net
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   160
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   161
jdk_time = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   162
    java/time
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   163
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   164
jdk_rmi = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   165
    java/rmi \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   166
    sun/rmi
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   167
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   168
jdk_security1 = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   169
    java/security
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   170
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   171
jdk_security2 = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   172
    javax/crypto \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   173
    javax/xml/crypto \
27182
4525d13b8af1 8046002: Move Ucrypto to the open jdk repo
valeriep
parents: 26971
diff changeset
   174
    com/oracle/security/ucrypto \
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   175
    com/sun/crypto
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_security3 = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   178
    javax/security  \
26463
d9800c220d8b 8057813: Alterations to jdk_security3 test target
coffeys
parents: 26194
diff changeset
   179
    -javax/security/auth/kerberos \
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   180
    com/sun/security \
26463
d9800c220d8b 8057813: Alterations to jdk_security3 test target
coffeys
parents: 26194
diff changeset
   181
    -com/sun/security/jgss \
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   182
    com/sun/org/apache/xml/internal/security \
34355
3e63290b299a 8144107: jdk/security tests not included
weijun
parents: 33668
diff changeset
   183
    jdk/security \
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   184
    sun/security \
26463
d9800c220d8b 8057813: Alterations to jdk_security3 test target
coffeys
parents: 26194
diff changeset
   185
    -sun/security/krb5 \
d9800c220d8b 8057813: Alterations to jdk_security3 test target
coffeys
parents: 26194
diff changeset
   186
    -sun/security/jgss \
23052
241885315119 8032473: Restructure JSSE regression test hierarchy in jdk test
xuelei
parents: 22278
diff changeset
   187
    javax/net \
241885315119 8032473: Restructure JSSE regression test hierarchy in jdk test
xuelei
parents: 22278
diff changeset
   188
    sun/net/www/protocol/https \
241885315119 8032473: Restructure JSSE regression test hierarchy in jdk test
xuelei
parents: 22278
diff changeset
   189
    com/sun/net/ssl \
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   190
    lib/security
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   191
26463
d9800c220d8b 8057813: Alterations to jdk_security3 test target
coffeys
parents: 26194
diff changeset
   192
jdk_security4 = \
d9800c220d8b 8057813: Alterations to jdk_security3 test target
coffeys
parents: 26194
diff changeset
   193
    com/sun/security/jgss \
d9800c220d8b 8057813: Alterations to jdk_security3 test target
coffeys
parents: 26194
diff changeset
   194
    javax/security/auth/kerberos \
d9800c220d8b 8057813: Alterations to jdk_security3 test target
coffeys
parents: 26194
diff changeset
   195
    sun/security/krb5 \
d9800c220d8b 8057813: Alterations to jdk_security3 test target
coffeys
parents: 26194
diff changeset
   196
    sun/security/jgss
d9800c220d8b 8057813: Alterations to jdk_security3 test target
coffeys
parents: 26194
diff changeset
   197
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   198
jdk_security = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   199
    :jdk_security1 \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   200
    :jdk_security2 \
26463
d9800c220d8b 8057813: Alterations to jdk_security3 test target
coffeys
parents: 26194
diff changeset
   201
    :jdk_security3 \
d9800c220d8b 8057813: Alterations to jdk_security3 test target
coffeys
parents: 26194
diff changeset
   202
    :jdk_security4
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   203
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   204
jdk_text = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   205
    java/text \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   206
    sun/text
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   207
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   208
jdk_management = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   209
    java/lang/management \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   210
    com/sun/management \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   211
    sun/management
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   212
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   213
jdk_instrument = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   214
    java/lang/instrument
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   215
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   216
jdk_jmx = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   217
    javax/management \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   218
    com/sun/jmx
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   219
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   220
jdk_jdi = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   221
    com/sun/jdi
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   222
29219
33fb011789eb 8072842: Add support for building native JTReg tests
ihse
parents: 29100
diff changeset
   223
jdk_native_sanity = \
33fb011789eb 8072842: Add support for building native JTReg tests
ihse
parents: 29100
diff changeset
   224
    native_sanity
33fb011789eb 8072842: Add support for building native JTReg tests
ihse
parents: 29100
diff changeset
   225
24262
78d04b441327 8042266: [launcher] create test groups for launcher regression tests
ksrini
parents: 24039
diff changeset
   226
# java launcher specific tests, Note: do not include this group into any groups
78d04b441327 8042266: [launcher] create test groups for launcher regression tests
ksrini
parents: 24039
diff changeset
   227
# that potentially could be included into a jprt test rule, as the complementary
32641
ac2c73b45253 8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents: 32304
diff changeset
   228
# closed  group includes awt SplashScreen and these tests may not run
ac2c73b45253 8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents: 32304
diff changeset
   229
# satisfactorily on all platforms and  profiles thus this group must always
24262
78d04b441327 8042266: [launcher] create test groups for launcher regression tests
ksrini
parents: 24039
diff changeset
   230
# be a stand-alone group
78d04b441327 8042266: [launcher] create test groups for launcher regression tests
ksrini
parents: 24039
diff changeset
   231
jdk_launcher = \
78d04b441327 8042266: [launcher] create test groups for launcher regression tests
ksrini
parents: 24039
diff changeset
   232
    tools/launcher \
78d04b441327 8042266: [launcher] create test groups for launcher regression tests
ksrini
parents: 24039
diff changeset
   233
    sun/tools
32641
ac2c73b45253 8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents: 32304
diff changeset
   234
19565
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
# 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
   237
#
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   238
core_tools = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   239
    tools \
27565
729f9700483a 8049367: Modular Run-Time Images
chegar
parents: 27190
diff changeset
   240
    jdk/internal/jimage \
729f9700483a 8049367: Modular Run-Time Images
chegar
parents: 27190
diff changeset
   241
    jdk/internal/jrtfs \
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   242
    sun/tools/java \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   243
    sun/tools/jrunscript
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
svc_tools = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   246
    com/sun/tools/attach \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   247
    sun/tools \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   248
    -sun/tools/java \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   249
    -sun/tools/jrunscript \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   250
    sun/jvmstat \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   251
    demo/jvmti
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_tools = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   254
    :core_tools \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   255
    :svc_tools
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   256
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
# 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
   259
#
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   260
jdk_other = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   261
    java/sql \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   262
    javax/sql \
29876
b8e4a70cd0d8 8068721: RMI-IIOP communication fails when ConcurrentHashMap is passed to remote method
msheppar
parents: 29744
diff changeset
   263
    javax/rmi \
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   264
    javax/naming \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   265
    javax/script \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   266
    javax/smartcardio \
32849
a2a6b6d26059 8134426: Add serialVersionUID field to relevant javax.transaction classes
lancea
parents: 32641
diff changeset
   267
    javax/transaction \
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   268
    javax/xml \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   269
    -javax/xml/crypto \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   270
    jdk/asm \
31530
aa87d96a02b1 8080679: Include jline in JDK for Java and JavaScript REPLs
jlahoda
parents: 31269
diff changeset
   271
    jdk/internal/jline \
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   272
    com/sun/jndi \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   273
    com/sun/corba \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   274
    lib/testlibrary \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   275
    sample
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   276
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   277
#
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   278
# SCTP is its own group as it is highly sensitive to kernel/network config
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   279
#
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   280
jdk_sctp = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   281
    com/sun/nio/sctp
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   282
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   283
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   284
#
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   285
# core group to run all core area tests
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   286
#
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   287
jdk_core = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   288
    :jdk_lang \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   289
    :jdk_util \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   290
    :jdk_math \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   291
    :jdk_io \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   292
    :jdk_nio \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   293
    :jdk_net \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   294
    :jdk_rmi \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   295
    :jdk_time \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   296
    :jdk_security \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   297
    :jdk_text \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   298
    :core_tools \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   299
    :jdk_other
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   300
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   301
#
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   302
# svc group to run all serviceability area tests
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   303
#
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   304
jdk_svc = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   305
    :jdk_management \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   306
    :jdk_instrument \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   307
    :jdk_jmx \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   308
    :jdk_jdi \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   309
    :svc_tools
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   310
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   311
#############################
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   312
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   313
#
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   314
# Client area groups
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   315
#
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   316
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   317
jdk_awt = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   318
    java/awt \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   319
    com/sun/awt \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   320
    com/apple/eawt \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   321
    sun/awt
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   322
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   323
jdk_2d = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   324
    javax/print \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   325
    sun/pisces  \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   326
    sun/java2d
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   327
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   328
jdk_beans = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   329
    java/beans
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   330
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   331
jdk_swing = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   332
    javax/accessibility \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   333
    javax/swing \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   334
    com/sun/java/swing
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   335
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   336
jdk_sound = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   337
    javax/sound
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   338
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   339
jdk_imageio = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   340
    javax/imageio
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   341
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   342
jdk_desktop = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   343
    :jdk_awt \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   344
    :jdk_2d \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   345
    :jdk_beans \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   346
    :jdk_swing \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   347
    :jdk_sound \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   348
    :jdk_imageio
19803
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   349
27787
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   350
###############################################################################
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   351
#
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   352
# Serviceability sanity groups
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   353
#
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   354
# These groups specify a subset of Serviceability tests that are supposed to
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   355
# guard against breakage of Serviceability features by other component teams.
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   356
# They are added to the "hotspot" testset in JPRT so that they will run on all
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   357
# full-forest pushes through JPRT.
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   358
#
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   359
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   360
jdk_svc_sanity = \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   361
    :jdk_management_sanity \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   362
    :jdk_instrument_sanity \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   363
    :jdk_jmx_sanity \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   364
    :jdk_jdi_sanity \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   365
    :svc_tools_sanity
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   366
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   367
jdk_management_sanity =
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   368
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   369
jdk_instrument_sanity =
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   370
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   371
jdk_jmx_sanity =
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   372
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   373
jdk_jdi_sanity = \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   374
    com/sun/jdi/AcceptTimeout.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   375
    com/sun/jdi/AccessSpecifierTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   376
    com/sun/jdi/AfterThreadDeathTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   377
    com/sun/jdi/ArrayRangeTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   378
    com/sun/jdi/ConstantPoolInfo.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   379
    com/sun/jdi/CountFilterTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   380
    com/sun/jdi/EarlyReturnNegativeTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   381
    com/sun/jdi/EarlyReturnTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   382
    com/sun/jdi/FieldWatchpoints.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   383
    com/sun/jdi/FramesTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   384
    com/sun/jdi/InstanceFilter.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   385
    com/sun/jdi/InterfaceMethodsTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   386
    com/sun/jdi/InvokeTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   387
    com/sun/jdi/LocalVariableEqual.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   388
    com/sun/jdi/LocationTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   389
    com/sun/jdi/ModificationWatchpoints.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   390
    com/sun/jdi/MonitorEventTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   391
    com/sun/jdi/MonitorFrameInfo.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   392
    com/sun/jdi/NullThreadGroupNameTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   393
    com/sun/jdi/PopAndStepTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   394
    com/sun/jdi/PopAsynchronousTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   395
    com/sun/jdi/ProcessAttachTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   396
    com/sun/jdi/ReferrersTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   397
    com/sun/jdi/RequestReflectionTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   398
    com/sun/jdi/ResumeOneThreadTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   399
    com/sun/jdi/RunToExit.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   400
    com/sun/jdi/SourceNameFilterTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   401
    com/sun/jdi/VarargsTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   402
    com/sun/jdi/Vars.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   403
    com/sun/jdi/redefineMethod/RedefineTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   404
    com/sun/jdi/sde/MangleTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   405
    com/sun/jdi/sde/TemperatureTableTest.java
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   406
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   407
svc_tools_sanity =
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   408
22057
890596c090a9 8030035: Create a stable test group in TEST.groups
alanb
parents: 22046
diff changeset
   409
#############################
890596c090a9 8030035: Create a stable test group in TEST.groups
alanb
parents: 22046
diff changeset
   410
#
890596c090a9 8030035: Create a stable test group in TEST.groups
alanb
parents: 22046
diff changeset
   411
# Stable test groups
890596c090a9 8030035: Create a stable test group in TEST.groups
alanb
parents: 22046
diff changeset
   412
#
890596c090a9 8030035: Create a stable test group in TEST.groups
alanb
parents: 22046
diff changeset
   413
890596c090a9 8030035: Create a stable test group in TEST.groups
alanb
parents: 22046
diff changeset
   414
jdk_stable = \
890596c090a9 8030035: Create a stable test group in TEST.groups
alanb
parents: 22046
diff changeset
   415
    :jdk_core \
890596c090a9 8030035: Create a stable test group in TEST.groups
alanb
parents: 22046
diff changeset
   416
    :jdk_svc \
890596c090a9 8030035: Create a stable test group in TEST.groups
alanb
parents: 22046
diff changeset
   417
    :jdk_beans \
890596c090a9 8030035: Create a stable test group in TEST.groups
alanb
parents: 22046
diff changeset
   418
    :jdk_imageio \
890596c090a9 8030035: Create a stable test group in TEST.groups
alanb
parents: 22046
diff changeset
   419
    :jdk_sound \
890596c090a9 8030035: Create a stable test group in TEST.groups
alanb
parents: 22046
diff changeset
   420
    :jdk_sctp \
890596c090a9 8030035: Create a stable test group in TEST.groups
alanb
parents: 22046
diff changeset
   421
    javax/accessibility \
890596c090a9 8030035: Create a stable test group in TEST.groups
alanb
parents: 22046
diff changeset
   422
    com/sun/java/swing \
890596c090a9 8030035: Create a stable test group in TEST.groups
alanb
parents: 22046
diff changeset
   423
    sun/pisces \
23879
284802a2d355 8036979: Support java.net.SocketOption<> in java.net socket types
michaelm
parents: 23724
diff changeset
   424
    com/sun/awt
22057
890596c090a9 8030035: Create a stable test group in TEST.groups
alanb
parents: 22046
diff changeset
   425
890596c090a9 8030035: Create a stable test group in TEST.groups
alanb
parents: 22046
diff changeset
   426
19803
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   427
###############################################################################
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   428
# Profile-based Test Group Definitions
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   429
#
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   430
# 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
   431
# - compact1, compact2, compact3, full JRE, JDK
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   432
#
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   433
# In addition they support testing of the minimal VM on compact1 and compact2.
23879
284802a2d355 8036979: Support java.net.SocketOption<> in java.net socket types
michaelm
parents: 23724
diff changeset
   434
# Essentially this defines groups based around the specified API's and VM
19803
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   435
# services available in the runtime.
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   436
#
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   437
# The groups are defined hierarchically in two forms:
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   438
# - 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
   439
# 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
   440
# 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
   441
# profile.
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   442
# - 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
   443
# 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
   444
# 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
   445
# 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
   446
#
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   447
# 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
   448
# by listing the top-level test directories.
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   449
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   450
# Full JDK can run all tests
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
jdk = \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   453
  :jre \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   454
  :needs_jdk
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   455
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   456
# 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
   457
# 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
   458
# 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
   459
#
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   460
needs_jdk = \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   461
  :jdk_jdi \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   462
  com/sun/tools \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   463
  demo \
34355
3e63290b299a 8144107: jdk/security tests not included
weijun
parents: 33668
diff changeset
   464
  jdk/security/jarsigner \
19803
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   465
  sun/security/tools/jarsigner \
28962
e3028445a1ff 8071338: Move policytool from JRE to JDK
weijun
parents: 28667
diff changeset
   466
  sun/security/tools/policytool \
19803
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   467
  sun/rmi/rmic \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   468
  sun/tools \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   469
  sun/jvmstat \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   470
  tools \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   471
  com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   472
  java/io/Serializable/serialver \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   473
  java/lang/invoke/lambda/LambdaAccessControlDoPrivilegedTest.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   474
  java/lang/invoke/lambda/LambdaAccessControlTest.java \
26194
1570007fff27 8055393: [Testbug] Some tests are being executed and fail under profiles
mchung
parents: 25387
diff changeset
   475
  java/lang/invoke/lambda/LambdaAsm.java \
19803
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   476
  java/lang/System/MacEncoding/TestFileEncoding.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   477
  java/net/URLClassLoader/closetest/GetResourceAsStream.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   478
  java/util/Collections/EmptyIterator.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   479
  java/util/concurrent/locks/Lock/TimedAcquireLeak.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   480
  java/util/jar/JarInputStream/ExtraFileInMetaInf.java \
28406
da2cb30a2df0 6977426: sun/tools tests can intermittently fail to find app's Java pid
ykantser
parents: 27799
diff changeset
   481
  java/util/logging/TestLoggerWeakRefLeak.java \
19803
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   482
  java/util/zip/3GBZipFiles.sh \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   483
  jdk/lambda/separate/Compiler.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   484
  sun/management/jmxremote/bootstrap/JvmstatCountersTest.java \
21367
679b312e3c5b 8004926: sun/management/jmxremote/bootstrap/CustomLauncherTest.sh oftenly times out
jbachorik
parents: 20858
diff changeset
   485
  sun/management/jmxremote/bootstrap/LocalManagementTest.java \
679b312e3c5b 8004926: sun/management/jmxremote/bootstrap/CustomLauncherTest.sh oftenly times out
jbachorik
parents: 20858
diff changeset
   486
  sun/management/jmxremote/bootstrap/CustomLauncherTest.java \
19803
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   487
  sun/misc/JarIndex/metaInfFilenames/Basic.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   488
  sun/misc/JarIndex/JarIndexMergeForClassLoaderTest.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   489
  sun/reflect/CallerSensitive/CallerSensitiveFinder.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   490
  sun/reflect/CallerSensitive/MissingCallerSensitive.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   491
  sun/security/util/Resources/NewNamesFormat.java \
25387
7a8733b181f7 8049055: Tests added to the jdk/test/TEST.groups to be run on correct profiles
dholmes
parents: 24364
diff changeset
   492
  vm/verifier/defaultMethods/DefaultMethodRegressionTestsRun.java \
32641
ac2c73b45253 8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents: 32304
diff changeset
   493
  javax/xml/ws/clientjar/TestWsImport.java
19803
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   494
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   495
# JRE adds further tests to compact3
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   496
#
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   497
jre = \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   498
  :compact3 \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   499
  :needs_jre \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   500
 -:needs_jdk
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   501
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   502
# Tests that require the full JRE
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   503
#
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   504
needs_jre = \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   505
  :needs_charsets \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   506
  :jdk_desktop \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   507
  com/sun/corba \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   508
  com/sun/jndi/cosnaming \
27182
4525d13b8af1 8046002: Move Ucrypto to the open jdk repo
valeriep
parents: 26971
diff changeset
   509
  com/oracle/security/ucrypto/Test8004873.java \
4525d13b8af1 8046002: Move Ucrypto to the open jdk repo
valeriep
parents: 26971
diff changeset
   510
  com/oracle/security/ucrypto/TestAES.java \
4525d13b8af1 8046002: Move Ucrypto to the open jdk repo
valeriep
parents: 26971
diff changeset
   511
  com/oracle/security/ucrypto/TestDigest.java \
4525d13b8af1 8046002: Move Ucrypto to the open jdk repo
valeriep
parents: 26971
diff changeset
   512
  com/oracle/security/ucrypto/TestRSA.java \
19803
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   513
  sun/net/ftp \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   514
  sun/net/www/protocol/ftp \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   515
  java/net/URI/URItoURLTest.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   516
  java/net/URL/URIToURLTest.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   517
  java/net/URLConnection/HandleContentTypeWithAttrs.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   518
  java/security/Security/ClassLoaderDeadlock/ClassLoaderDeadlock.sh \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   519
  java/security/Security/ClassLoaderDeadlock/Deadlock.sh \
20858
b20874db4f81 8026378: TEST_BUG: Clean up TEST.groups
dholmes
parents: 20792
diff changeset
   520
  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
   521
  java/util/logging/TestMainAppContext.java \
25387
7a8733b181f7 8049055: Tests added to the jdk/test/TEST.groups to be run on correct profiles
dholmes
parents: 24364
diff changeset
   522
  java/util/logging/TestLoggingWithMainAppContext.java \
19803
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   523
  java/util/ResourceBundle/Control/Bug6530694.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   524
  java/text/Bidi/BidiConformance.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   525
  java/text/Bidi/BidiEmbeddingTest.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   526
  java/text/Bidi/Bug7042148.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   527
  java/text/Bidi/Bug7051769.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   528
  javax/crypto/Cipher/CipherStreamClose.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   529
  javax/management/monitor/AttributeArbitraryDataTypeTest.java \
26194
1570007fff27 8055393: [Testbug] Some tests are being executed and fail under profiles
mchung
parents: 25387
diff changeset
   530
  javax/management/mxbean/AmbiguousConstructorTest.java \
1570007fff27 8055393: [Testbug] Some tests are being executed and fail under profiles
mchung
parents: 25387
diff changeset
   531
  javax/management/mxbean/ExceptionDiagnosisTest.java \
1570007fff27 8055393: [Testbug] Some tests are being executed and fail under profiles
mchung
parents: 25387
diff changeset
   532
  javax/management/mxbean/LeakTest.java \
1570007fff27 8055393: [Testbug] Some tests are being executed and fail under profiles
mchung
parents: 25387
diff changeset
   533
  javax/management/mxbean/MXBeanTest.java \
1570007fff27 8055393: [Testbug] Some tests are being executed and fail under profiles
mchung
parents: 25387
diff changeset
   534
  javax/management/mxbean/PropertyNamesTest.java \
19803
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   535
  jdk/lambda/vm/InterfaceAccessFlagsTest.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   536
  sun/misc/URLClassPath/ClassnameCharTest.java
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   537
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   538
# Tests dependent on the optional charsets.jar
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   539
# These are isolated for easy exclusions
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   540
#
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   541
needs_charsets = \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   542
  java/io/OutputStreamWriter/TestWrite.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   543
  java/nio/charset/RemovingSunIO/SunioAlias.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   544
  java/nio/charset/coders/Check.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   545
  java/nio/charset/Charset/CharsetContainmentTest.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   546
  java/nio/charset/Charset/Contains.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   547
  java/nio/charset/Charset/NIOCharsetAvailabilityTest.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   548
  java/nio/charset/Charset/RegisteredCharsets.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   549
  java/nio/charset/CharsetEncoder/Flush.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   550
  java/nio/charset/coders/CheckSJISMappingProp.sh \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   551
  java/nio/charset/coders/ResetISO2022JP.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   552
  java/util/Locale/InternationalBAT.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   553
  java/util/Locale/LocaleProviders.sh \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   554
  java/util/Calendar/CldrFormatNamesTest.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   555
  java/util/TimeZone/CLDRDisplayNamesTest.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   556
  java/util/zip/ZipCoding.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   557
  sun/nio/cs/EucJpLinux0212.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   558
  sun/nio/cs/EUCJPUnderflowDecodeTest.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   559
  sun/nio/cs/EuroConverter.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   560
  sun/nio/cs/JISAutoDetectTest.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   561
  sun/nio/cs/OLD/TestIBMDB.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   562
  sun/nio/cs/SJISCanEncode.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   563
  sun/nio/cs/Test6254467.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   564
  sun/nio/cs/TestCp834_SBCS.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   565
  sun/nio/cs/TestEUC_TW.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   566
  sun/nio/cs/TestISO2022CNDecoder.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   567
  sun/nio/cs/TestISO2022JPEncoder.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   568
  sun/nio/cs/TestISO2022JPSubBytes.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   569
  sun/nio/cs/TestIllegalSJIS.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   570
  sun/nio/cs/TestJIS0208Decoder.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   571
  sun/nio/cs/TestJIS0212Decoder.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   572
  sun/nio/cs/TestMiscEUC_JP.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   573
  sun/nio/cs/TestSJIS0213_SM.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   574
  sun/nio/cs/BufferUnderflowEUCTWTest.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   575
  sun/nio/cs/CheckCaseInsensitiveEncAliases.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   576
  sun/nio/cs/CheckHistoricalNames.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   577
  sun/nio/cs/EucJpLinuxDecoderRecoveryTest.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   578
  sun/nio/cs/HWKatakanaMS932EncodeTest.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   579
  sun/nio/cs/ISCIITest.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   580
  sun/nio/cs/LatinCharReplacementTWTest.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   581
  sun/nio/cs/NIOJISAutoDetectTest.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   582
  sun/nio/cs/StreamEncoderClose.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   583
  sun/nio/cs/SurrogateGB18030Test.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   584
  sun/nio/cs/SurrogateTestEUCTW.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   585
  sun/nio/cs/SurrogateTestHKSCS.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   586
  sun/nio/cs/TestConverterDroppedCharacters.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   587
  sun/nio/cs/TestCp93xSISO.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   588
  sun/nio/cs/TestIBM1364.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   589
  sun/nio/cs/TestIBMBugs.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   590
  sun/nio/cs/TestIllegalISO2022Esc.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   591
  sun/nio/cs/TestISO2022JP.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   592
  sun/nio/cs/TestMS5022X.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   593
  sun/nio/cs/TestSJIS0213.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   594
  sun/nio/cs/TestTrailingEscapesISO2022JP.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   595
  sun/nio/cs/TestUni2HKSCS.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   596
  sun/nio/cs/ZeroedByteArrayEUCTWTest.java
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   597
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   598
# Compact 3 adds further tests to compact2
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   599
#
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   600
compact3 = \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   601
  :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
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   607
# Tests that require compact3 API's
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   608
#
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   609
needs_compact3 = \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   610
  :jdk_instrument \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   611
  :jdk_jmx \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   612
  :jdk_management \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   613
  :jdk_sctp \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   614
  com/sun/jndi \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   615
  com/sun/org/apache/xml/internal/security \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   616
  com/sun/security/auth \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   617
  com/sun/security/sasl \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   618
  com/sun/security/jgss \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   619
  java/util/prefs \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   620
  javax/naming \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   621
  javax/security \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   622
  javax/smartcardio \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   623
  javax/sql/rowset \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   624
  javax/xml/crypto \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   625
  sun/security/jgss \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   626
  sun/security/krb5 \
26194
1570007fff27 8055393: [Testbug] Some tests are being executed and fail under profiles
mchung
parents: 25387
diff changeset
   627
  java/lang/annotation/AnnotationType/AnnotationTypeDeadlockTest.java \
30802
b63242b29173 8077866: [TESTBUG] Some of java.lang tests cannot be run on compact profiles 1, 2
iignatyev
parents: 29876
diff changeset
   628
  java/lang/invoke/lambda/LambdaStackTrace.java \
b63242b29173 8077866: [TESTBUG] Some of java.lang tests cannot be run on compact profiles 1, 2
iignatyev
parents: 29876
diff changeset
   629
  java/lang/invoke/LFCaching/LFGarbageCollectedTest.java \
b63242b29173 8077866: [TESTBUG] Some of java.lang tests cannot be run on compact profiles 1, 2
iignatyev
parents: 29876
diff changeset
   630
  java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java \
b63242b29173 8077866: [TESTBUG] Some of java.lang tests cannot be run on compact profiles 1, 2
iignatyev
parents: 29876
diff changeset
   631
  java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java \
19803
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   632
  java/lang/System/MacEncoding/TestFileEncoding.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   633
  java/nio/channels/AsynchronousSocketChannel/Leaky.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   634
  java/security/PermissionCollection/Concurrent.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   635
  java/security/Principal/Implies.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   636
  java/security/cert/GetInstance.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   637
  java/util/logging/DrainFindDeadlockTest.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   638
  java/util/logging/LoggingMXBeanTest.java \
26194
1570007fff27 8055393: [Testbug] Some tests are being executed and fail under profiles
mchung
parents: 25387
diff changeset
   639
  java/util/logging/TestLogConfigurationDeadLock.java \
1570007fff27 8055393: [Testbug] Some tests are being executed and fail under profiles
mchung
parents: 25387
diff changeset
   640
  java/util/logging/TestLoggerBundleSync.java \
19803
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   641
  sun/net/www/http/KeepAliveCache/B5045306.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   642
  sun/security/provider/PolicyFile/Alias.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   643
  sun/security/provider/PolicyFile/Comparator.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   644
  sun/security/provider/PolicyFile/SelfWildcard.java \
23052
241885315119 8032473: Restructure JSSE regression test hierarchy in jdk test
xuelei
parents: 22278
diff changeset
   645
  sun/security/ssl/SSLEngineImpl/SSLEngineDeadlock.java \
19803
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   646
  sun/security/util/Oid/OidFormat.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   647
  sun/security/util/Resources/Format.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   648
  sun/security/util/Resources/NewNamesFormat.java
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   649
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   650
# Compact 2 adds full VM tests
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   651
compact2 = \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   652
  :compact2_minimal \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   653
  :compact1 \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   654
  :needs_full_vm_compact2 \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   655
 -:needs_compact3 \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   656
 -:needs_jre \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   657
 -:needs_jdk
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   658
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   659
# Tests that require compact2 API's and a full VM
23879
284802a2d355 8036979: Support java.net.SocketOption<> in java.net socket types
michaelm
parents: 23724
diff changeset
   660
#
19803
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   661
needs_full_vm_compact2 =
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   662
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   663
# 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
   664
#
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   665
compact2_minimal = \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   666
  :compact1_minimal \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   667
  :needs_compact2 \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   668
 -:needs_compact3 \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   669
 -:needs_jre \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   670
 -:needs_jdk
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   671
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   672
# Tests that require compact2 API's
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   673
#
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   674
needs_compact2 = \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   675
  :jdk_rmi \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   676
  :jdk_time \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   677
  com/sun/org/apache \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   678
  com/sun/net/httpserver \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   679
  java/sql \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   680
  javax/sql \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   681
  javax/xml \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   682
  jdk/lambda \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   683
  sun/net/www/http \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   684
  sun/net/www/protocol/http \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   685
  java/io/BufferedReader/Lines.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   686
  java/lang/reflect/DefaultStaticTest/DefaultStaticInvokeTest.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   687
  java/lang/IntegralPrimitiveToString.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   688
  java/lang/PrimitiveSumMinMaxTest.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   689
  java/lang/String/StringJoinTest.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   690
  java/lang/Thread/StopThrowable.java  \
26194
1570007fff27 8055393: [Testbug] Some tests are being executed and fail under profiles
mchung
parents: 25387
diff changeset
   691
  java/net/Authenticator/B4769350.java \
19803
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   692
  java/net/Authenticator/Deadlock.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   693
  java/net/CookieHandler/LocalHostCookie.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   694
  java/net/CookieHandler/CookieManagerTest.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   695
  java/net/CookieHandler/EmptyCookieHeader.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   696
  java/net/HttpCookie/IllegalCookieNameTest.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   697
  java/net/HttpURLConnection/UnmodifiableMaps.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   698
  java/net/ResponseCache/Test.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   699
  java/net/URLClassLoader/ClassLoad.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   700
  java/net/URLClassLoader/closetest/CloseTest.java \
20858
b20874db4f81 8026378: TEST_BUG: Clean up TEST.groups
dholmes
parents: 20792
diff changeset
   701
  java/net/URLPermission/URLTest.java \
19803
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   702
  java/nio/Buffer/Chars.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   703
  java/nio/file/Files/StreamTest.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   704
  java/security/BasicPermission/Wildcard.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   705
  java/util/Arrays/ParallelPrefix.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   706
  java/util/Arrays/SetAllTest.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   707
  java/util/BitSet/BitSetStreamTest.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   708
  java/util/Collection/CollectionDefaults.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   709
  java/util/Collections/CheckedIdentityMap.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   710
  java/util/Collections/CheckedMapBash.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   711
  java/util/Collections/CheckedSetBash.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   712
  java/util/Collections/EmptyCollectionSerialization.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   713
  java/util/Collections/EmptyNavigableMap.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   714
  java/util/Collections/EmptyNavigableSet.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   715
  java/util/Collections/UnmodifiableMapEntrySet.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   716
  java/util/Comparator/BasicTest.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   717
  java/util/Comparator/TypeTest.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   718
  java/util/Iterator/IteratorDefaults.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   719
  java/util/Iterator/PrimitiveIteratorDefaults.java  \
20858
b20874db4f81 8026378: TEST_BUG: Clean up TEST.groups
dholmes
parents: 20792
diff changeset
   720
  java/util/List/ListDefaults.java  \
19803
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   721
  java/util/Map/BasicSerialization.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   722
  java/util/Map/Defaults.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   723
  java/util/Map/EntryComparators.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   724
  java/util/Optional/Basic.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   725
  java/util/Optional/BasicDouble.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   726
  java/util/Optional/BasicInt.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   727
  java/util/Optional/BasicLong.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   728
  java/util/Random/RandomStreamTest.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   729
  java/util/ResourceBundle/Bug6359330.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   730
  java/util/Spliterator/SpliteratorCharacteristics.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   731
  java/util/Spliterator/SpliteratorCollisions.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   732
  java/util/Spliterator/SpliteratorLateBindingFailFastTest.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   733
  java/util/Spliterator/SpliteratorTraversingAndSplittingTest.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   734
  java/util/StringJoiner/MergeTest.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   735
  java/util/StringJoiner/StringJoinerTest.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   736
  java/util/concurrent/atomic/AtomicReferenceTest.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   737
  java/util/function/BinaryOperator/BasicTest.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   738
  java/util/logging/LoggerSupplierAPIsTest.java  \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   739
  java/util/zip/ZipFile/StreamZipEntriesTest.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   740
  java/util/zip/ZipFile/DeleteTempJar.java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   741
  javax/crypto/Cipher/CipherStreamClose.java \
23052
241885315119 8032473: Restructure JSSE regression test hierarchy in jdk test
xuelei
parents: 22278
diff changeset
   742
  sun/net/www/protocol/https/HttpsURLConnection/HttpsCreateSockTest.java \
23879
284802a2d355 8036979: Support java.net.SocketOption<> in java.net socket types
michaelm
parents: 23724
diff changeset
   743
  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
   744
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   745
# Compact 1 adds full VM tests
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   746
#
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   747
compact1 = \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   748
  :compact1_minimal \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   749
  :needs_full_vm_compact1 \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   750
 -:needs_compact2 \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   751
 -:needs_full_vm_compact2 \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   752
 -:needs_compact3 \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   753
 -:needs_jre \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   754
 -:needs_jdk
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   755
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   756
# 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
   757
#
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   758
needs_full_vm_compact1 =
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   759
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   760
# 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
   761
compact1_minimal = \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   762
  com \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   763
  java \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   764
  javax \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   765
  jdk \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   766
  lib \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   767
  sample \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   768
  sun \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   769
  vm \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   770
 -:needs_full_vm_compact1 \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   771
 -:needs_full_vm_compact2 \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   772
 -:needs_compact2 \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   773
 -:needs_compact3 \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   774
 -:needs_jre \
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   775
 -:needs_jdk