test/jdk/TEST.groups
author rriggs
Wed, 02 Oct 2019 13:57:03 -0400
changeset 58446 5c83830390ba
parent 55216 3eb7187b20f0
permissions -rw-r--r--
8231663: Incorrect GPL header in some RMI/SQL package-info.java files Reviewed-by: bpb, iris, lancea
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
53972
43c2ab1bdfd3 8215430: Remove the internal package com.sun.net.ssl
xuelei
parents: 53798
diff changeset
     1
#  Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
     2
#  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
     3
#
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
     4
#  This code is free software; you can redistribute it and/or modify it
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
     5
#  under the terms of the GNU General Public License version 2 only, as
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
     6
#  published by the Free Software Foundation.
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
     7
#
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
     8
#  This code is distributed in the hope that it will be useful, but WITHOUT
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
     9
#  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    10
#  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    11
#  version 2 for more details (a copy is included in the LICENSE file that
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    12
#  accompanied this code).
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    13
#
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    14
#  You should have received a copy of the GNU General Public License version
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    15
#  2 along with this work; if not, write to the Free Software Foundation,
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    16
#  Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    17
#
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    18
#  Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    19
#  or visit www.oracle.com if you need additional information or have any
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    20
#  questions.
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    21
#
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    22
29526
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    23
###############################################################################
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    24
#
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    25
# Tiered testing definitions
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    26
#
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    27
50089
b0ed185e8f94 8202997: Split test/jdk/:tier1 to enable better parallel execution
ctornqvi
parents: 49820
diff changeset
    28
# When adding tests to tier1, make sure they end up in one of the tier1_partX groups
29526
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    29
tier1 = \
50089
b0ed185e8f94 8202997: Split test/jdk/:tier1 to enable better parallel execution
ctornqvi
parents: 49820
diff changeset
    30
    :tier1_part1 \
b0ed185e8f94 8202997: Split test/jdk/:tier1 to enable better parallel execution
ctornqvi
parents: 49820
diff changeset
    31
    :tier1_part2 \
b0ed185e8f94 8202997: Split test/jdk/:tier1 to enable better parallel execution
ctornqvi
parents: 49820
diff changeset
    32
    :tier1_part3
50480
544cb09baada 8203308: Remove the appletviewer classes
serb
parents: 50150
diff changeset
    33
50089
b0ed185e8f94 8202997: Split test/jdk/:tier1 to enable better parallel execution
ctornqvi
parents: 49820
diff changeset
    34
tier1_part1 = \
b0ed185e8f94 8202997: Split test/jdk/:tier1 to enable better parallel execution
ctornqvi
parents: 49820
diff changeset
    35
    :jdk_lang
b0ed185e8f94 8202997: Split test/jdk/:tier1 to enable better parallel execution
ctornqvi
parents: 49820
diff changeset
    36
b0ed185e8f94 8202997: Split test/jdk/:tier1 to enable better parallel execution
ctornqvi
parents: 49820
diff changeset
    37
tier1_part2 = \
52223
d0983f073c54 8210353: Move java/util/Arrays/TimSortStackSize2.java back to tier1
amlu
parents: 52176
diff changeset
    38
    :jdk_util
50089
b0ed185e8f94 8202997: Split test/jdk/:tier1 to enable better parallel execution
ctornqvi
parents: 49820
diff changeset
    39
b0ed185e8f94 8202997: Split test/jdk/:tier1 to enable better parallel execution
ctornqvi
parents: 49820
diff changeset
    40
tier1_part3 = \
b0ed185e8f94 8202997: Split test/jdk/:tier1 to enable better parallel execution
ctornqvi
parents: 49820
diff changeset
    41
    :jdk_math \
b0ed185e8f94 8202997: Split test/jdk/:tier1 to enable better parallel execution
ctornqvi
parents: 49820
diff changeset
    42
    :jdk_svc_sanity \
32016
6b9a1d173beb 8132854: Adjust tier 1 and 2 definitions for nio-related intrinsics
darcy
parents: 32011
diff changeset
    43
    java/nio/Buffer \
32039
075e9f0d682d 8132855: Adjust tier 1 and 2 definitions for security-related intrinsics
darcy
parents: 32016
diff changeset
    44
    com/sun/crypto/provider/Cipher \
50089
b0ed185e8f94 8202997: Split test/jdk/:tier1 to enable better parallel execution
ctornqvi
parents: 49820
diff changeset
    45
    sun/nio/cs/ISO8859x.java \
b0ed185e8f94 8202997: Split test/jdk/:tier1 to enable better parallel execution
ctornqvi
parents: 49820
diff changeset
    46
    tools/pack200
29526
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    47
50089
b0ed185e8f94 8202997: Split test/jdk/:tier1 to enable better parallel execution
ctornqvi
parents: 49820
diff changeset
    48
# When adding tests to tier2, make sure they end up in one of the tier2_partX groups
29526
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    49
tier2 = \
49768
54d462a2db54 8201609: Split test/jdk/:tier2 to enable better parallel execution
ctornqvi
parents: 49130
diff changeset
    50
    :tier2_part1 \
54d462a2db54 8201609: Split test/jdk/:tier2 to enable better parallel execution
ctornqvi
parents: 49130
diff changeset
    51
    :tier2_part2 \
50089
b0ed185e8f94 8202997: Split test/jdk/:tier1 to enable better parallel execution
ctornqvi
parents: 49820
diff changeset
    52
    :tier2_part3
49768
54d462a2db54 8201609: Split test/jdk/:tier2 to enable better parallel execution
ctornqvi
parents: 49130
diff changeset
    53
54d462a2db54 8201609: Split test/jdk/:tier2 to enable better parallel execution
ctornqvi
parents: 49130
diff changeset
    54
# com/sun/crypto/provider/Cipher is in tier1 because of JDK-8132855
54d462a2db54 8201609: Split test/jdk/:tier2 to enable better parallel execution
ctornqvi
parents: 49130
diff changeset
    55
tier2_part1 = \
54d462a2db54 8201609: Split test/jdk/:tier2 to enable better parallel execution
ctornqvi
parents: 49130
diff changeset
    56
    :jdk_security \
54d462a2db54 8201609: Split test/jdk/:tier2 to enable better parallel execution
ctornqvi
parents: 49130
diff changeset
    57
    -com/sun/crypto/provider/Cipher
54d462a2db54 8201609: Split test/jdk/:tier2 to enable better parallel execution
ctornqvi
parents: 49130
diff changeset
    58
54d462a2db54 8201609: Split test/jdk/:tier2 to enable better parallel execution
ctornqvi
parents: 49130
diff changeset
    59
# sun/nio/cs/ISO8859x.java and java/nio/Buffer are in tier1 because of JDK-8132854
54d462a2db54 8201609: Split test/jdk/:tier2 to enable better parallel execution
ctornqvi
parents: 49130
diff changeset
    60
tier2_part2 = \
54d462a2db54 8201609: Split test/jdk/:tier2 to enable better parallel execution
ctornqvi
parents: 49130
diff changeset
    61
    :core_tools \
54d462a2db54 8201609: Split test/jdk/:tier2 to enable better parallel execution
ctornqvi
parents: 49130
diff changeset
    62
    -tools/pack200 \
29526
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    63
    :jdk_io \
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    64
    :jdk_nio \
49768
54d462a2db54 8201609: Split test/jdk/:tier2 to enable better parallel execution
ctornqvi
parents: 49130
diff changeset
    65
    -java/nio/Buffer \
32016
6b9a1d173beb 8132854: Adjust tier 1 and 2 definitions for nio-related intrinsics
darcy
parents: 32011
diff changeset
    66
    -sun/nio/cs/ISO8859x.java \
49768
54d462a2db54 8201609: Split test/jdk/:tier2 to enable better parallel execution
ctornqvi
parents: 49130
diff changeset
    67
    :jdk_other \
29526
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    68
    :jdk_text \
52223
d0983f073c54 8210353: Move java/util/Arrays/TimSortStackSize2.java back to tier1
amlu
parents: 52176
diff changeset
    69
    :jdk_time
29526
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    70
49768
54d462a2db54 8201609: Split test/jdk/:tier2 to enable better parallel execution
ctornqvi
parents: 49130
diff changeset
    71
tier2_part3 = \
54d462a2db54 8201609: Split test/jdk/:tier2 to enable better parallel execution
ctornqvi
parents: 49130
diff changeset
    72
    :jdk_net
50480
544cb09baada 8203308: Remove the appletviewer classes
serb
parents: 50150
diff changeset
    73
31269
14968253ce7e 8129624: Move jdk_rmi test group from tier 2 to tier 3
darcy
parents: 31261
diff changeset
    74
tier3 = \
50590
5fa19bad622d 8204973: Add build support for filtering translations
erikj
parents: 50480
diff changeset
    75
    :build \
31806
1af94721a340 8129904: Add beans tests to tier 3
darcy
parents: 31530
diff changeset
    76
    :jdk_rmi \
32011
7f7d5c60c559 8132500: Add imageio test to tier 3
darcy
parents: 31815
diff changeset
    77
    :jdk_beans \
32304
bd185e887bdf 8134554: Add sound tests to tier 3
darcy
parents: 32039
diff changeset
    78
    :jdk_imageio \
36744
a00905527ec2 8153141: Develop initial set of tests for SwingSet
mrkam
parents: 36657
diff changeset
    79
    :jdk_sound \
a00905527ec2 8153141: Develop initial set of tests for SwingSet
mrkam
parents: 36657
diff changeset
    80
    :jdk_client_sanity
31261
1659bd59ead1 8129597: Add tier 3 test definitions to the JDK 9 forest
darcy
parents: 30807
diff changeset
    81
29526
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    82
###############################################################################
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    83
#
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    84
# Other test definitions; generally smaller granularity than tiers
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    85
#
4d902f2db08b 8075544: Add tiered testing definitions to the jdk repo
darcy
parents: 29219
diff changeset
    86
49130
4c2e97e4975a 8193660: Check SOURCE line in "release" file for closedjdk
shurailine
parents: 49126
diff changeset
    87
# Build source checking
50590
5fa19bad622d 8204973: Add build support for filtering translations
erikj
parents: 50480
diff changeset
    88
build = \
5fa19bad622d 8204973: Add build support for filtering translations
erikj
parents: 50480
diff changeset
    89
    build
49130
4c2e97e4975a 8193660: Check SOURCE line in "release" file for closedjdk
shurailine
parents: 49126
diff changeset
    90
19856
5a74ef5d437a 8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents: 19803
diff changeset
    91
# java.lang package and VM runtime support
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    92
jdk_lang = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    93
    java/lang \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    94
    -java/lang/management \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    95
    -java/lang/instrument \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    96
    sun/invoke \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    97
    sun/misc \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
    98
    sun/reflect \
37363
329dba26ffd2 8137058: Clear out all non-Critical APIs from sun.reflect
chegar
parents: 36744
diff changeset
    99
    jdk/internal/reflect \
19797
97e6c52edd16 8024015: TEST.groups: move jdk/lambda tests from jdk_other to jdk_lang
mduigou
parents: 19565
diff changeset
   100
    jdk/lambda \
44432
612026727d7d 8177638: com/sun/jarsigner, jdk/internal/loader (and more) are missed in TEST.groups
amlu
parents: 44415
diff changeset
   101
    jdk/internal/loader \
35384
dc3b94ac036c 8148220: Update TEST.groups to include jdk/internal/math and jdk/internal/misc
chegar
parents: 35242
diff changeset
   102
    jdk/internal/misc \
35641
da165fd9c886 8148117: Move sun.misc.Cleaner to jdk.internal.ref
chegar
parents: 35384
diff changeset
   103
    jdk/internal/ref \
38445
0a88d86065f9 8156602: javac crashes again on Windows 32-bit with ClosedChannelException
jlaskey
parents: 37786
diff changeset
   104
    jdk/internal/jimage \
44415
6acf3aa6d3e9 8177722: Improve grouping of jdk/internal/math tests
darcy
parents: 44336
diff changeset
   105
    jdk/internal/math \
54142
6ab293f66cae 8219139: move hotspot tests from test/jdk/vm
iignatyev
parents: 53972
diff changeset
   106
    jdk/modules
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   107
19856
5a74ef5d437a 8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents: 19803
diff changeset
   108
# All of the java.util package
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   109
jdk_util = \
19856
5a74ef5d437a 8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents: 19803
diff changeset
   110
    :jdk_util_other \
5a74ef5d437a 8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents: 19803
diff changeset
   111
    :jdk_collections \
5a74ef5d437a 8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents: 19803
diff changeset
   112
    :jdk_concurrent \
5a74ef5d437a 8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents: 19803
diff changeset
   113
    :jdk_stream
5a74ef5d437a 8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents: 19803
diff changeset
   114
5a74ef5d437a 8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents: 19803
diff changeset
   115
# All util components not part of some other util category
5a74ef5d437a 8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents: 19803
diff changeset
   116
jdk_util_other = \
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   117
    java/util \
19856
5a74ef5d437a 8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents: 19803
diff changeset
   118
    sun/util \
5a74ef5d437a 8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents: 19803
diff changeset
   119
    -:jdk_collections \
5a74ef5d437a 8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents: 19803
diff changeset
   120
    -:jdk_concurrent \
5a74ef5d437a 8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents: 19803
diff changeset
   121
    -:jdk_stream
5a74ef5d437a 8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents: 19803
diff changeset
   122
34696
770a4223b939 8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents: 34516
diff changeset
   123
# All collections, core and concurrent
770a4223b939 8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents: 34516
diff changeset
   124
jdk_collections = \
770a4223b939 8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents: 34516
diff changeset
   125
    :jdk_collections_core \
770a4223b939 8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents: 34516
diff changeset
   126
    :jdk_concurrent
770a4223b939 8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents: 34516
diff changeset
   127
770a4223b939 8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents: 34516
diff changeset
   128
# java.util.concurrent
770a4223b939 8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents: 34516
diff changeset
   129
# Includes concurrent collections plus other stuff
19856
5a74ef5d437a 8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents: 19803
diff changeset
   130
# Maintained by JSR-166 EG (Doug Lea et al)
5a74ef5d437a 8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents: 19803
diff changeset
   131
jdk_concurrent = \
34696
770a4223b939 8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents: 34516
diff changeset
   132
    java/util/concurrent
19856
5a74ef5d437a 8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents: 19803
diff changeset
   133
34696
770a4223b939 8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents: 34516
diff changeset
   134
# Java Collections Framework core classes
770a4223b939 8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents: 34516
diff changeset
   135
jdk_collections_core = \
19856
5a74ef5d437a 8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents: 19803
diff changeset
   136
    java/util/AbstractCollection \
5a74ef5d437a 8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents: 19803
diff changeset
   137
    java/util/AbstractList \
5a74ef5d437a 8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents: 19803
diff changeset
   138
    java/util/AbstractMap \
5a74ef5d437a 8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents: 19803
diff changeset
   139
    java/util/AbstractSequentialList \
55216
3eb7187b20f0 8225315: test java/util/ArrayDeque/WhiteBox.java isn't part of the jdk_collections test group
smarks
parents: 54142
diff changeset
   140
    java/util/ArrayDeque \
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
   141
    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
   142
    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
   143
    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
   144
    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
   145
    java/util/Collections \
34696
770a4223b939 8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents: 34516
diff changeset
   146
    java/util/Comparator \
770a4223b939 8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents: 34516
diff changeset
   147
    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
   148
    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
   149
    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
   150
    java/util/HashMap \
34696
770a4223b939 8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents: 34516
diff changeset
   151
    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
   152
    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
   153
    java/util/IdentityHashMap \
34696
770a4223b939 8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents: 34516
diff changeset
   154
    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
   155
    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
   156
    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
   157
    java/util/LinkedList \
34696
770a4223b939 8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents: 34516
diff changeset
   158
    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
   159
    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
   160
    java/util/NavigableMap \
34696
770a4223b939 8145139: clean up jdk_collections and jdk_concurrent test groups
smarks
parents: 34516
diff changeset
   161
    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
   162
    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
   163
    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
   164
    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
   165
    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
   166
5a74ef5d437a 8024014: TEST.groups - split sub-groups for jdk_collections, jdk_stream, jdk_concurrent, jdk_util_other from jdk_util
mduigou
parents: 19803
diff changeset
   167
# 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
   168
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
   169
    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
   170
    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
   171
    java/util/stream
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   172
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   173
jdk_math = \
44415
6acf3aa6d3e9 8177722: Improve grouping of jdk/internal/math tests
darcy
parents: 44336
diff changeset
   174
    java/math
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   175
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   176
jdk_io = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   177
    java/io
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   178
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   179
jdk_nio = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   180
    java/nio \
24364
da8afb112f5d 8040059: Change default policy for extensions to no permission
mchung
parents: 24262
diff changeset
   181
    sun/nio \
da8afb112f5d 8040059: Change default policy for extensions to no permission
mchung
parents: 24262
diff changeset
   182
    jdk/nio
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   183
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   184
jdk_net = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   185
    java/net \
23052
241885315119 8032473: Restructure JSSE regression test hierarchy in jdk test
xuelei
parents: 22278
diff changeset
   186
    com/sun/net/httpserver \
23879
284802a2d355 8036979: Support java.net.SocketOption<> in java.net socket types
michaelm
parents: 23724
diff changeset
   187
    sun/net \
284802a2d355 8036979: Support java.net.SocketOption<> in java.net socket types
michaelm
parents: 23724
diff changeset
   188
    jdk/net
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   189
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   190
jdk_time = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   191
    java/time
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   192
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   193
jdk_rmi = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   194
    java/rmi \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   195
    sun/rmi
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   196
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   197
jdk_security1 = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   198
    java/security
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   199
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   200
jdk_security2 = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   201
    javax/crypto \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   202
    javax/xml/crypto \
27182
4525d13b8af1 8046002: Move Ucrypto to the open jdk repo
valeriep
parents: 26971
diff changeset
   203
    com/oracle/security/ucrypto \
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   204
    com/sun/crypto
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   205
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   206
jdk_security3 = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   207
    javax/security  \
26463
d9800c220d8b 8057813: Alterations to jdk_security3 test target
coffeys
parents: 26194
diff changeset
   208
    -javax/security/auth/kerberos \
44432
612026727d7d 8177638: com/sun/jarsigner, jdk/internal/loader (and more) are missed in TEST.groups
amlu
parents: 44415
diff changeset
   209
    com/sun/jarsigner \
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   210
    com/sun/security \
26463
d9800c220d8b 8057813: Alterations to jdk_security3 test target
coffeys
parents: 26194
diff changeset
   211
    -com/sun/security/jgss \
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   212
    com/sun/org/apache/xml/internal/security \
34355
3e63290b299a 8144107: jdk/security tests not included
weijun
parents: 33668
diff changeset
   213
    jdk/security \
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   214
    sun/security \
26463
d9800c220d8b 8057813: Alterations to jdk_security3 test target
coffeys
parents: 26194
diff changeset
   215
    -sun/security/krb5 \
d9800c220d8b 8057813: Alterations to jdk_security3 test target
coffeys
parents: 26194
diff changeset
   216
    -sun/security/jgss \
53972
43c2ab1bdfd3 8215430: Remove the internal package com.sun.net.ssl
xuelei
parents: 53798
diff changeset
   217
    javax/net
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   218
26463
d9800c220d8b 8057813: Alterations to jdk_security3 test target
coffeys
parents: 26194
diff changeset
   219
jdk_security4 = \
d9800c220d8b 8057813: Alterations to jdk_security3 test target
coffeys
parents: 26194
diff changeset
   220
    com/sun/security/jgss \
d9800c220d8b 8057813: Alterations to jdk_security3 test target
coffeys
parents: 26194
diff changeset
   221
    javax/security/auth/kerberos \
d9800c220d8b 8057813: Alterations to jdk_security3 test target
coffeys
parents: 26194
diff changeset
   222
    sun/security/krb5 \
d9800c220d8b 8057813: Alterations to jdk_security3 test target
coffeys
parents: 26194
diff changeset
   223
    sun/security/jgss
d9800c220d8b 8057813: Alterations to jdk_security3 test target
coffeys
parents: 26194
diff changeset
   224
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   225
jdk_security = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   226
    :jdk_security1 \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   227
    :jdk_security2 \
26463
d9800c220d8b 8057813: Alterations to jdk_security3 test target
coffeys
parents: 26194
diff changeset
   228
    :jdk_security3 \
d9800c220d8b 8057813: Alterations to jdk_security3 test target
coffeys
parents: 26194
diff changeset
   229
    :jdk_security4
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   230
48256
472f74fb6c6b 8189131: Open-source the Oracle JDK Root Certificates
rhalade
parents: 48073
diff changeset
   231
jdk_security_infra = \
472f74fb6c6b 8189131: Open-source the Oracle JDK Root Certificates
rhalade
parents: 48073
diff changeset
   232
    security/infra/java/security/cert/CertPathValidator/certification
472f74fb6c6b 8189131: Open-source the Oracle JDK Root Certificates
rhalade
parents: 48073
diff changeset
   233
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   234
jdk_text = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   235
    java/text \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   236
    sun/text
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
jdk_management = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   239
    java/lang/management \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   240
    com/sun/management \
44432
612026727d7d 8177638: com/sun/jarsigner, jdk/internal/loader (and more) are missed in TEST.groups
amlu
parents: 44415
diff changeset
   241
    sun/management \
612026727d7d 8177638: com/sun/jarsigner, jdk/internal/loader (and more) are missed in TEST.groups
amlu
parents: 44415
diff changeset
   242
    jdk/internal/agent
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   243
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   244
jdk_instrument = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   245
    java/lang/instrument
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   246
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   247
jdk_jmx = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   248
    javax/management \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   249
    com/sun/jmx
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   250
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   251
jdk_jdi = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   252
    com/sun/jdi
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   253
29219
33fb011789eb 8072842: Add support for building native JTReg tests
ihse
parents: 29100
diff changeset
   254
jdk_native_sanity = \
33fb011789eb 8072842: Add support for building native JTReg tests
ihse
parents: 29100
diff changeset
   255
    native_sanity
33fb011789eb 8072842: Add support for building native JTReg tests
ihse
parents: 29100
diff changeset
   256
51994
7577686cc9bd 8211350: Remove jprt support
mikael
parents: 51938
diff changeset
   257
# java launcher specific tests.
24262
78d04b441327 8042266: [launcher] create test groups for launcher regression tests
ksrini
parents: 24039
diff changeset
   258
jdk_launcher = \
78d04b441327 8042266: [launcher] create test groups for launcher regression tests
ksrini
parents: 24039
diff changeset
   259
    tools/launcher \
78d04b441327 8042266: [launcher] create test groups for launcher regression tests
ksrini
parents: 24039
diff changeset
   260
    sun/tools
32641
ac2c73b45253 8087181: Move native jimage code to its own library (maybe libjimage)
jlaskey
parents: 32304
diff changeset
   261
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   262
#
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   263
# 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
   264
#
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   265
core_tools = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   266
    tools \
27565
729f9700483a 8049367: Modular Run-Time Images
chegar
parents: 27190
diff changeset
   267
    jdk/internal/jrtfs \
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   268
    sun/tools/java \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   269
    sun/tools/jrunscript
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   270
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   271
svc_tools = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   272
    com/sun/tools/attach \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   273
    sun/tools \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   274
    -sun/tools/java \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   275
    -sun/tools/jrunscript \
44861
0e487e07c1a1 8179457: Remove demo/jvmti tests
shurailine
parents: 44789
diff changeset
   276
    sun/jvmstat
19565
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
jdk_tools = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   279
    :core_tools \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   280
    :svc_tools
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   281
50113
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 50089
diff changeset
   282
jdk_jfr = \
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 50089
diff changeset
   283
    jdk/jfr
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 50089
diff changeset
   284
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   285
#
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   286
# 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
   287
#
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   288
jdk_other = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   289
    java/sql \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   290
    javax/sql \
49126
f29637bb390e 8197533: Move javax.transaction.xa to its own module
lancea
parents: 49052
diff changeset
   291
    javax/transaction \
29876
b8e4a70cd0d8 8068721: RMI-IIOP communication fails when ConcurrentHashMap is passed to remote method
msheppar
parents: 29744
diff changeset
   292
    javax/rmi \
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   293
    javax/naming \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   294
    javax/script \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   295
    javax/smartcardio \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   296
    javax/xml \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   297
    -javax/xml/crypto \
31530
aa87d96a02b1 8080679: Include jline in JDK for Java and JavaScript REPLs
jlahoda
parents: 31269
diff changeset
   298
    jdk/internal/jline \
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   299
    com/sun/jndi \
45026
bc9b3e93b6c5 8178912: Remove sample/chatserver/ChatTest.java and sample/mergesort/MergeSortTest.java
xiaofeya
parents: 45024
diff changeset
   300
    lib/testlibrary
19565
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
#
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   303
# 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
   304
#
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   305
jdk_sctp = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   306
    com/sun/nio/sctp
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   307
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   308
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   309
#
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   310
# 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
   311
#
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   312
jdk_core = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   313
    :jdk_lang \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   314
    :jdk_util \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   315
    :jdk_math \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   316
    :jdk_io \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   317
    :jdk_nio \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   318
    :jdk_net \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   319
    :jdk_rmi \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   320
    :jdk_time \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   321
    :jdk_security \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   322
    :jdk_text \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   323
    :core_tools \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   324
    :jdk_other
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   325
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   326
#
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   327
# 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
   328
#
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   329
jdk_svc = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   330
    :jdk_management \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   331
    :jdk_instrument \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   332
    :jdk_jmx \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   333
    :jdk_jdi \
50113
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 50089
diff changeset
   334
    :jdk_jfr \
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   335
    :svc_tools
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   336
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   337
#############################
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   338
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   339
#
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   340
# Client area groups
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
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
    java/awt \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   345
    com/apple/eawt \
47138
13655aba48b7 8177699: Some swing and awt tests are not in TEST.groups
psadhukhan
parents: 45026
diff changeset
   346
    com/apple/laf \
50480
544cb09baada 8203308: Remove the appletviewer classes
serb
parents: 50150
diff changeset
   347
    sun/awt
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   348
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   349
jdk_2d = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   350
    javax/print \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   351
    sun/java2d
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   352
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   353
jdk_beans = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   354
    java/beans
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   355
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   356
jdk_swing = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   357
    javax/accessibility \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   358
    javax/swing \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   359
    com/sun/java/swing
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   360
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   361
jdk_sound = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   362
    javax/sound
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   363
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   364
jdk_imageio = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   365
    javax/imageio
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   366
50146
0bb0e464ee76 8198991: Move Java2D demo to the open repository
prr
parents: 49820
diff changeset
   367
jfc_demo = \
0bb0e464ee76 8198991: Move Java2D demo to the open repository
prr
parents: 49820
diff changeset
   368
     demo/jfc
0bb0e464ee76 8198991: Move Java2D demo to the open repository
prr
parents: 49820
diff changeset
   369
19565
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   370
jdk_desktop = \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   371
    :jdk_awt \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   372
    :jdk_2d \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   373
    :jdk_beans \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   374
    :jdk_swing \
e1593e8a70ff 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb
parents:
diff changeset
   375
    :jdk_sound \
50146
0bb0e464ee76 8198991: Move Java2D demo to the open repository
prr
parents: 49820
diff changeset
   376
    :jdk_imageio \
53798
fcac457cb2a8 8218599: Add test group jdk_client_sanity under jdk_desktop group
akolarkunnu
parents: 52505
diff changeset
   377
    :jfc_demo \
fcac457cb2a8 8218599: Add test group jdk_client_sanity under jdk_desktop group
akolarkunnu
parents: 52505
diff changeset
   378
    :jdk_client_sanity
19803
db1de252632d 8024140: [TESTBUG] Profile based regression test groups for jdk repo
dholmes
parents: 19797
diff changeset
   379
36744
a00905527ec2 8153141: Develop initial set of tests for SwingSet
mrkam
parents: 36657
diff changeset
   380
# SwingSet3 tests.
a00905527ec2 8153141: Develop initial set of tests for SwingSet
mrkam
parents: 36657
diff changeset
   381
jdk_client_sanity = \
a00905527ec2 8153141: Develop initial set of tests for SwingSet
mrkam
parents: 36657
diff changeset
   382
    sanity/client/SwingSet
38445
0a88d86065f9 8156602: javac crashes again on Windows 32-bit with ClosedChannelException
jlaskey
parents: 37786
diff changeset
   383
48279
c40a1a907c74 8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents: 47860
diff changeset
   384
# This test group represents a subset of tests which are expected to
c40a1a907c74 8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents: 47860
diff changeset
   385
# exercise most of the most commonly used code in Swing applications.
c40a1a907c74 8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents: 47860
diff changeset
   386
# New failures in this area may be a problem.
c40a1a907c74 8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents: 47860
diff changeset
   387
jdk_swing_core = \
c40a1a907c74 8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents: 47860
diff changeset
   388
     :jdk_client_sanity \
c40a1a907c74 8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents: 47860
diff changeset
   389
     javax/swing
c40a1a907c74 8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents: 47860
diff changeset
   390
c40a1a907c74 8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents: 47860
diff changeset
   391
# The most commonly used printing APIs are included here along with swing core.
c40a1a907c74 8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents: 47860
diff changeset
   392
jdk_desktop_core = \
c40a1a907c74 8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents: 47860
diff changeset
   393
    :jdk_swing_core \
c40a1a907c74 8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents: 47860
diff changeset
   394
    java/awt/print
c40a1a907c74 8193211: Update jtreg TEST.groups and ProblemList for client-libs
prr
parents: 47860
diff changeset
   395
27787
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   396
###############################################################################
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   397
#
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   398
# Serviceability sanity groups
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   399
#
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   400
# 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
   401
# 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
   402
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   403
jdk_svc_sanity = \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   404
    :jdk_management_sanity \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   405
    :jdk_instrument_sanity \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   406
    :jdk_jmx_sanity \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   407
    :jdk_jdi_sanity \
50113
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 50089
diff changeset
   408
    :jdk_jfr_sanity \
27787
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   409
    :svc_tools_sanity
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   410
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   411
jdk_management_sanity =
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   412
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   413
jdk_instrument_sanity =
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   414
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   415
jdk_jmx_sanity =
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   416
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   417
jdk_jdi_sanity = \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   418
    com/sun/jdi/AcceptTimeout.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   419
    com/sun/jdi/AccessSpecifierTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   420
    com/sun/jdi/AfterThreadDeathTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   421
    com/sun/jdi/ArrayRangeTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   422
    com/sun/jdi/ConstantPoolInfo.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   423
    com/sun/jdi/CountFilterTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   424
    com/sun/jdi/EarlyReturnNegativeTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   425
    com/sun/jdi/EarlyReturnTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   426
    com/sun/jdi/FieldWatchpoints.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   427
    com/sun/jdi/FramesTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   428
    com/sun/jdi/InstanceFilter.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   429
    com/sun/jdi/InterfaceMethodsTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   430
    com/sun/jdi/InvokeTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   431
    com/sun/jdi/LocalVariableEqual.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   432
    com/sun/jdi/LocationTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   433
    com/sun/jdi/ModificationWatchpoints.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   434
    com/sun/jdi/MonitorEventTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   435
    com/sun/jdi/MonitorFrameInfo.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   436
    com/sun/jdi/NullThreadGroupNameTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   437
    com/sun/jdi/PopAndStepTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   438
    com/sun/jdi/PopAsynchronousTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   439
    com/sun/jdi/ProcessAttachTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   440
    com/sun/jdi/ReferrersTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   441
    com/sun/jdi/RequestReflectionTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   442
    com/sun/jdi/ResumeOneThreadTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   443
    com/sun/jdi/RunToExit.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   444
    com/sun/jdi/SourceNameFilterTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   445
    com/sun/jdi/VarargsTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   446
    com/sun/jdi/Vars.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   447
    com/sun/jdi/redefineMethod/RedefineTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   448
    com/sun/jdi/sde/MangleTest.java \
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   449
    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
   450
50113
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 50089
diff changeset
   451
jdk_jfr_sanity = \
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 50089
diff changeset
   452
    jdk/jfr/api/recording/event/TestLoadEventAfterStart.java \
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 50089
diff changeset
   453
    jdk/jfr/api/recording/state/TestState.java \
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 50089
diff changeset
   454
    jdk/jfr/event/os/TestCPULoad.java \
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 50089
diff changeset
   455
    jdk/jfr/event/compiler/TestAllocInNewTLAB.java \
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 50089
diff changeset
   456
    jdk/jfr/jcmd/TestJcmdStartStopDefault.java \
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 50089
diff changeset
   457
    jdk/jfr/event/io/TestFileStreamEvents.java \
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 50089
diff changeset
   458
    jdk/jfr/event/compiler/TestCompilerCompile.java \
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 50089
diff changeset
   459
    jdk/jfr/event/gc/collection/TestGCGarbageCollectionEvent.java \
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 50089
diff changeset
   460
    jdk/jfr/event/runtime/TestClassLoadEvent.java \
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 50089
diff changeset
   461
    jdk/jfr/event/runtime/TestJavaBlockedEvent.java \
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 50089
diff changeset
   462
    jdk/jfr/event/gc/collection/TestGCWithFasttime.java \
52505
7e6010986c73 8213570: [TESTBUG] Update JFR sanity test set
mseledtsov
parents: 52223
diff changeset
   463
    jdk/jfr/event/gc/configuration/TestGCConfigurationEvent.java \
7e6010986c73 8213570: [TESTBUG] Update JFR sanity test set
mseledtsov
parents: 52223
diff changeset
   464
    jdk/jfr/event/metadata/TestDefaultConfigurations.java \
7e6010986c73 8213570: [TESTBUG] Update JFR sanity test set
mseledtsov
parents: 52223
diff changeset
   465
    jdk/jfr/startupargs/TestDumpOnExit.java
50113
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 50089
diff changeset
   466
27787
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   467
svc_tools_sanity =
c77e5961a208 8064799: [TESTBUG] JT-Reg Serviceability tests to be run as part of JPRT submit job
miauno
parents: 27190
diff changeset
   468
22057
890596c090a9 8030035: Create a stable test group in TEST.groups
alanb
parents: 22046
diff changeset
   469
#############################
890596c090a9 8030035: Create a stable test group in TEST.groups
alanb
parents: 22046
diff changeset
   470
#
890596c090a9 8030035: Create a stable test group in TEST.groups
alanb
parents: 22046
diff changeset
   471
# Stable test groups
890596c090a9 8030035: Create a stable test group in TEST.groups
alanb
parents: 22046
diff changeset
   472
#
890596c090a9 8030035: Create a stable test group in TEST.groups
alanb
parents: 22046
diff changeset
   473
890596c090a9 8030035: Create a stable test group in TEST.groups
alanb
parents: 22046
diff changeset
   474
jdk_stable = \
890596c090a9 8030035: Create a stable test group in TEST.groups
alanb
parents: 22046
diff changeset
   475
    :jdk_core \
890596c090a9 8030035: Create a stable test group in TEST.groups
alanb
parents: 22046
diff changeset
   476
    :jdk_svc \
890596c090a9 8030035: Create a stable test group in TEST.groups
alanb
parents: 22046
diff changeset
   477
    :jdk_beans \
890596c090a9 8030035: Create a stable test group in TEST.groups
alanb
parents: 22046
diff changeset
   478
    :jdk_imageio \
890596c090a9 8030035: Create a stable test group in TEST.groups
alanb
parents: 22046
diff changeset
   479
    :jdk_sound \
890596c090a9 8030035: Create a stable test group in TEST.groups
alanb
parents: 22046
diff changeset
   480
    :jdk_sctp \
890596c090a9 8030035: Create a stable test group in TEST.groups
alanb
parents: 22046
diff changeset
   481
    javax/accessibility \
51929
0e514f1549b4 8210692: The "com.sun.awt.SecurityWarning" class can be dropped
serb
parents: 50590
diff changeset
   482
    com/sun/java/swing
22057
890596c090a9 8030035: Create a stable test group in TEST.groups
alanb
parents: 22046
diff changeset
   483
50113
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 50089
diff changeset
   484
needs_g1gc = \
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 50089
diff changeset
   485
  jdk/jfr/event/gc/refstat/TestRefStatEventWithG1ConcurrentMark.java \
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 50089
diff changeset
   486
  jdk/jfr/event/gc/refstat/TestRefStatEventWithG1FullCollection.java \
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 50089
diff changeset
   487
  jdk/jfr/event/gc/refstat/TestRefStatEventWithG1New.java \
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 50089
diff changeset
   488
  jdk/jfr/event/gc/detailed/TestEvacuationFailedEvent.java \
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 50089
diff changeset
   489
  jdk/jfr/event/gc/detailed/TestEvacuationInfoEvent.java \
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 50089
diff changeset
   490
  jdk/jfr/event/gc/detailed/TestG1ConcurrentModeFailureEvent.java \
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 50089
diff changeset
   491
  jdk/jfr/event/gc/collection/TestGCCauseWithG1ConcurrentMark.java \
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 50089
diff changeset
   492
  jdk/jfr/event/gc/collection/TestGCCauseWithG1FullCollection.java \
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 50089
diff changeset
   493
  jdk/jfr/event/gc/collection/TestYoungGarbageCollectionEventWithG1New.java \
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 50089
diff changeset
   494
  jdk/jfr/event/gc/collection/TestGCEventMixedWithG1FullCollection.java \
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 50089
diff changeset
   495
  jdk/jfr/event/gc/collection/TestGCEventMixedWithG1ConcurrentMark.java \
51877
5f931e3e7a63 8196341: Add JFR events for parallel phases of G1
lkorinth
parents: 50590
diff changeset
   496
  jdk/jfr/event/gc/collection/TestG1ParallelPhases.java \
50113
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 50089
diff changeset
   497
  jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithG1FullCollection.java \
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 50089
diff changeset
   498
  jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithG1ConcurrentMark.java \
caf115bb98ad 8199712: Flight Recorder
egahlin
parents: 50089
diff changeset
   499
  jdk/jfr/event/gc/heapsummary/TestHeapSummaryEventG1.java