test/hotspot/jtreg/TEST.groups
author lkorinth
Wed, 13 Nov 2019 11:37:29 +0100
changeset 59053 ba6c248cae19
parent 58587 90412c2a04c2
child 59070 22ee476cc664
permissions -rw-r--r--
8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector Reviewed-by: kbarrett, tschatzl, erikj, coleenp, dholmes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
19555
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
     1
#
54034
fa9b16328e6a 8220085: runtime/CompressedOops/UseCompressedOops.java times out on Windows intermittently
hseigel
parents: 53575
diff changeset
     2
# Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.
19555
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
     4
#
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
     7
# published by the Free Software Foundation.
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
     8
#
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
     9
# This code is distributed in the hope that it will be useful, but WITHOUT
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
    10
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
    11
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
    12
# version 2 for more details (a copy is included in the LICENSE file that
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
    13
# accompanied this code).
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
    14
#
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
    15
# You should have received a copy of the GNU General Public License version
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
    16
# 2 along with this work; if not, write to the Free Software Foundation,
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
    17
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
    18
#
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
    19
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
    20
# or visit www.oracle.com if you need additional information or have any
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
    21
# questions.
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
    22
#
da8135e85b77 8006164: [TESTBUG] compact profile hotspot test issues
dholmes
parents:
diff changeset
    23
28173
51423507bb7e 8067452: Rename hotspot_all in hotspot/test/TEST.groups
ehelin
parents: 27902
diff changeset
    24
hotspot_all = \
51423507bb7e 8067452: Rename hotspot_all in hotspot/test/TEST.groups
ehelin
parents: 27902
diff changeset
    25
  /
42599
313ee598a1a3 8166761: Compiler testing in tier2 should be optimized to finish in 20 minutes.
lmesnik
parents: 42016
diff changeset
    26
47895
a879c04d61ea 8179603: create a jtreg test group for hotspot tests excluding application testing
coleenp
parents: 47809
diff changeset
    27
hotspot_all_no_apps = \
a879c04d61ea 8179603: create a jtreg test group for hotspot tests excluding application testing
coleenp
parents: 47809
diff changeset
    28
  / \
a879c04d61ea 8179603: create a jtreg test group for hotspot tests excluding application testing
coleenp
parents: 47809
diff changeset
    29
  -applications
a879c04d61ea 8179603: create a jtreg test group for hotspot tests excluding application testing
coleenp
parents: 47809
diff changeset
    30
37222
1981bca3f428 8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents: 37207
diff changeset
    31
hotspot_compiler = \
1981bca3f428 8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents: 37207
diff changeset
    32
  compiler
42599
313ee598a1a3 8166761: Compiler testing in tier2 should be optimized to finish in 20 minutes.
lmesnik
parents: 42016
diff changeset
    33
49486
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
    34
hotspot_compiler_xcomp = \
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
    35
  :hotspot_compiler \
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
    36
  -:tier1_compiler_not_xcomp
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
    37
49915
938478a66ad7 8202273: [AOT] Graal does not support the CMS collector
kvn
parents: 49881
diff changeset
    38
hotspot_compiler_all_gcs = \
938478a66ad7 8202273: [AOT] Graal does not support the CMS collector
kvn
parents: 49881
diff changeset
    39
  :hotspot_compiler \
59053
ba6c248cae19 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector
lkorinth
parents: 58587
diff changeset
    40
  -:tier1_compiler_aot_jvmci
49915
938478a66ad7 8202273: [AOT] Graal does not support the CMS collector
kvn
parents: 49881
diff changeset
    41
37222
1981bca3f428 8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents: 37207
diff changeset
    42
hotspot_gc = \
53116
bb03098c4dde 8211425: Allocation of old generation of java heap on alternate memory devices - G1 GC
sangheki
parents: 52925
diff changeset
    43
  gc \
bb03098c4dde 8211425: Allocation of old generation of java heap on alternate memory devices - G1 GC
sangheki
parents: 52925
diff changeset
    44
  -gc/nvdimm
37222
1981bca3f428 8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents: 37207
diff changeset
    45
54525
5ae4d3f46537 8222299: [TESTBUG] move hotspot container tests to hotspot/containers
mseledtsov
parents: 54340
diff changeset
    46
# By design this group should include ALL tests under runtime sub-directory
37222
1981bca3f428 8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents: 37207
diff changeset
    47
hotspot_runtime = \
1981bca3f428 8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents: 37207
diff changeset
    48
  runtime
42599
313ee598a1a3 8166761: Compiler testing in tier2 should be optimized to finish in 20 minutes.
lmesnik
parents: 42016
diff changeset
    49
47881
0ce0ac68ace7 8189941: Implementation JEP 312: Thread-local handshake
rehn
parents: 47809
diff changeset
    50
hotspot_handshake = \
0ce0ac68ace7 8189941: Implementation JEP 312: Thread-local handshake
rehn
parents: 47809
diff changeset
    51
  runtime/handshake
0ce0ac68ace7 8189941: Implementation JEP 312: Thread-local handshake
rehn
parents: 47809
diff changeset
    52
37222
1981bca3f428 8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents: 37207
diff changeset
    53
hotspot_serviceability = \
1981bca3f428 8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents: 37207
diff changeset
    54
  serviceability
42599
313ee598a1a3 8166761: Compiler testing in tier2 should be optimized to finish in 20 minutes.
lmesnik
parents: 42016
diff changeset
    55
57703
a64caa5269cf 8227645: Some tests in serviceability/sa run with fixed -Xmx values and risk running out of memory
cjplummer
parents: 57631
diff changeset
    56
hotspot_resourcehogs = \
a64caa5269cf 8227645: Some tests in serviceability/sa run with fixed -Xmx values and risk running out of memory
cjplummer
parents: 57631
diff changeset
    57
  resourcehogs
a64caa5269cf 8227645: Some tests in serviceability/sa run with fixed -Xmx values and risk running out of memory
cjplummer
parents: 57631
diff changeset
    58
37222
1981bca3f428 8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents: 37207
diff changeset
    59
hotspot_misc = \
1981bca3f428 8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents: 37207
diff changeset
    60
  / \
46323
d41bb2dcaeb8 8175300: Enable artifact resolution for jtreg tests
ctornqvi
parents: 46310
diff changeset
    61
 -applications \
50076
fff12b2f6795 8202748: jtreg :hotspot_misc group shouldn't include vmTestbase tests
lmesnik
parents: 50018
diff changeset
    62
 -vmTestbase \
37222
1981bca3f428 8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents: 37207
diff changeset
    63
 -:hotspot_compiler \
1981bca3f428 8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents: 37207
diff changeset
    64
 -:hotspot_gc \
1981bca3f428 8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents: 37207
diff changeset
    65
 -:hotspot_runtime \
53575
297183cee278 8217666: gc/nvdimm/* should not be included any tiers
sangheki
parents: 53116
diff changeset
    66
 -:hotspot_serviceability \
57631
a26bc1847594 8228687: [TESTBUG] exclude Container tests from hotspot_misc group
mseledtsov
parents: 57567
diff changeset
    67
 -gc/nvdimm \
a26bc1847594 8228687: [TESTBUG] exclude Container tests from hotspot_misc group
mseledtsov
parents: 57567
diff changeset
    68
 -:hotspot_containers
28173
51423507bb7e 8067452: Rename hotspot_all in hotspot/test/TEST.groups
ehelin
parents: 27902
diff changeset
    69
29179
8836e3bd543b 8072842: Add support for building native JTReg tests
ihse
parents: 28936
diff changeset
    70
hotspot_native_sanity = \
8836e3bd543b 8072842: Add support for building native JTReg tests
ihse
parents: 28936
diff changeset
    71
  native_sanity
8836e3bd543b 8072842: Add support for building native JTReg tests
ihse
parents: 28936
diff changeset
    72
54525
5ae4d3f46537 8222299: [TESTBUG] move hotspot container tests to hotspot/containers
mseledtsov
parents: 54340
diff changeset
    73
hotspot_containers = \
5ae4d3f46537 8222299: [TESTBUG] move hotspot container tests to hotspot/containers
mseledtsov
parents: 54340
diff changeset
    74
  containers
5ae4d3f46537 8222299: [TESTBUG] move hotspot container tests to hotspot/containers
mseledtsov
parents: 54340
diff changeset
    75
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
    76
tier1_common = \
46570
676d6539e0e0 8181053: port basicvmtest to jtreg
iignatyev
parents: 46398
diff changeset
    77
  sanity/BasicVMTest.java \
47218
918745561887 8187445: Forest Consolidation: Make tests work
erikj
parents: 47216
diff changeset
    78
  gtest/GTestWrapper.java
46570
676d6539e0e0 8181053: port basicvmtest to jtreg
iignatyev
parents: 46398
diff changeset
    79
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
    80
tier1_compiler = \
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
    81
  :tier1_compiler_1 \
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
    82
  :tier1_compiler_2 \
49486
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
    83
  :tier1_compiler_3 \
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
    84
  :tier1_compiler_not_xcomp
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
    85
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
    86
hotspot_not_fast_compiler = \
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
    87
  :hotspot_compiler \
49836
f7e69d07138d 8202037: Split slow ctw_1 tests
iignatyev
parents: 49757
diff changeset
    88
  -:tier1_compiler \
50908
7c51db95ccb6 8205207: Port Graal unit tests under jtreg
epavlova
parents: 50853
diff changeset
    89
  -:hotspot_slow_compiler \
7c51db95ccb6 8205207: Port Graal unit tests under jtreg
epavlova
parents: 50853
diff changeset
    90
  -compiler/graalunit
49836
f7e69d07138d 8202037: Split slow ctw_1 tests
iignatyev
parents: 49757
diff changeset
    91
f7e69d07138d 8202037: Split slow ctw_1 tests
iignatyev
parents: 49757
diff changeset
    92
hotspot_slow_compiler = \
f7e69d07138d 8202037: Split slow ctw_1 tests
iignatyev
parents: 49757
diff changeset
    93
  compiler/codegen/aes \
f7e69d07138d 8202037: Split slow ctw_1 tests
iignatyev
parents: 49757
diff changeset
    94
  compiler/codecache/stress \
f7e69d07138d 8202037: Split slow ctw_1 tests
iignatyev
parents: 49757
diff changeset
    95
  compiler/gcbarriers/PreserveFPRegistersTest.java
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
    96
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
    97
tier1_compiler_1 = \
27699
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
    98
  compiler/arraycopy/ \
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
    99
  compiler/c1/ \
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   100
  compiler/c2/ \
40059
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 39623
diff changeset
   101
  -compiler/c2/Test6850611.java \
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 39623
diff changeset
   102
  -compiler/c2/cr6890943/Test6890943.java \
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 39623
diff changeset
   103
  -compiler/c2/Test6905845.java \
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 39623
diff changeset
   104
  -compiler/c2/cr6340864 \
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 39623
diff changeset
   105
  -compiler/c2/cr6589834 \
40361
ba05f64958c1 8163018: Slow compiler tests in JPRT
kvn
parents: 40059
diff changeset
   106
  -compiler/c2/cr8004867 \
40059
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 39623
diff changeset
   107
  -compiler/c2/stemmer \
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 39623
diff changeset
   108
  -compiler/c2/Test6792161.java \
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 39623
diff changeset
   109
  -compiler/c2/Test6603011.java \
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 39623
diff changeset
   110
  -compiler/c2/Test6912517.java \
36832
ead44efe160f 8148175: C1: G1 barriers don't preserve FP registers
vlivanov
parents: 36593
diff changeset
   111
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   112
tier1_compiler_2 = \
27699
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   113
  compiler/classUnloading/ \
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   114
  compiler/codecache/ \
26803
05d9c0cdc3f3 8050407: Add jtreg compiler tests to Hotspot JPRT jobs
zmajo
parents: 26568
diff changeset
   115
  compiler/codegen/ \
27699
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   116
  compiler/cpuflags/ \
27700
a402738ebfcf 8050079: crash while compiling java.lang.ref.Finalizer::runFinalizer
thartmann
parents: 27699
diff changeset
   117
  compiler/dependencies/ \
27699
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   118
  compiler/eliminateAutobox/ \
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   119
  compiler/escapeAnalysis/ \
27011
d8db57f7a955 8059299: assert(adr_type != NULL) failed: expecting TypeKlassPtr
kvn
parents: 26941
diff changeset
   120
  compiler/exceptions/ \
27699
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   121
  compiler/floatingpoint/ \
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   122
  compiler/gcbarriers/ \
26803
05d9c0cdc3f3 8050407: Add jtreg compiler tests to Hotspot JPRT jobs
zmajo
parents: 26568
diff changeset
   123
  compiler/inlining/ \
27699
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   124
  compiler/integerArithmetic/ \
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   125
  compiler/interpreter/ \
35145
a4ffa2fa7f4d 8146043: run JVMCI tests in JPRT
twisti
parents: 35061
diff changeset
   126
  compiler/jvmci/ \
49836
f7e69d07138d 8202037: Split slow ctw_1 tests
iignatyev
parents: 49757
diff changeset
   127
  -:hotspot_slow_compiler
36832
ead44efe160f 8148175: C1: G1 barriers don't preserve FP registers
vlivanov
parents: 36593
diff changeset
   128
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   129
tier1_compiler_3 = \
27699
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   130
  compiler/intrinsics/ \
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   131
  compiler/jsr292/ \
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   132
  compiler/loopopts/ \
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   133
  compiler/macronodes/ \
35548
8d3afe96ffea 8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents: 35145
diff changeset
   134
  compiler/memoryinitialization/ \
27699
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   135
  compiler/osr/ \
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   136
  compiler/regalloc/ \
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   137
  compiler/runtime/ \
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   138
  compiler/startup/ \
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   139
  compiler/types/ \
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   140
  compiler/uncommontrap/ \
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   141
  compiler/unsafe/ \
49384
b242a1e3f9cf 8199421: Add support for vector popcount
rlupusoru
parents: 49330
diff changeset
   142
  compiler/vectorization/ \
36335
fb37a966adf0 8150349: Reduce the execution time of the hotspot_compiler_3 group
zmajo
parents: 35606
diff changeset
   143
  -compiler/intrinsics/bmi \
27699
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   144
  -compiler/intrinsics/mathexact \
9913b19c0948 8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents: 27645
diff changeset
   145
  -compiler/intrinsics/sha \
40059
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 39623
diff changeset
   146
  -compiler/intrinsics/bigInteger/TestMultiplyToLen.java \
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 39623
diff changeset
   147
  -compiler/intrinsics/zip/TestAdler32.java \
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 39623
diff changeset
   148
  -compiler/loopopts/Test7052494.java \
c2304140ed64 8132919: Put compiler tests in packages
tpivovarova
parents: 39623
diff changeset
   149
  -compiler/runtime/Test6826736.java
26803
05d9c0cdc3f3 8050407: Add jtreg compiler tests to Hotspot JPRT jobs
zmajo
parents: 26568
diff changeset
   150
49486
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
   151
tier1_compiler_not_xcomp = \
52005
4236fa9582bb 8211392: compiler/profiling/spectrapredefineclass_classloaders/Launcher.java times out in JDK12 CI
kvn
parents: 51994
diff changeset
   152
  compiler/aot \
4236fa9582bb 8211392: compiler/profiling/spectrapredefineclass_classloaders/Launcher.java times out in JDK12 CI
kvn
parents: 51994
diff changeset
   153
  compiler/profiling
42599
313ee598a1a3 8166761: Compiler testing in tier2 should be optimized to finish in 20 minutes.
lmesnik
parents: 42016
diff changeset
   154
59053
ba6c248cae19 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector
lkorinth
parents: 58587
diff changeset
   155
tier1_compiler_aot_jvmci = \
49915
938478a66ad7 8202273: [AOT] Graal does not support the CMS collector
kvn
parents: 49881
diff changeset
   156
  compiler/aot \
938478a66ad7 8202273: [AOT] Graal does not support the CMS collector
kvn
parents: 49881
diff changeset
   157
  compiler/jvmci
938478a66ad7 8202273: [AOT] Graal does not support the CMS collector
kvn
parents: 49881
diff changeset
   158
49330
e5ba028ee3f1 8198789: [TESTBUG] CTW of java.base and java.desktop takes long time
kvn
parents: 49052
diff changeset
   159
ctw_1 = \
e5ba028ee3f1 8198789: [TESTBUG] CTW of java.base and java.desktop takes long time
kvn
parents: 49052
diff changeset
   160
  applications/ctw/modules/ \
49836
f7e69d07138d 8202037: Split slow ctw_1 tests
iignatyev
parents: 49757
diff changeset
   161
  -:ctw_2 \
f7e69d07138d 8202037: Split slow ctw_1 tests
iignatyev
parents: 49757
diff changeset
   162
  -:ctw_3
49330
e5ba028ee3f1 8198789: [TESTBUG] CTW of java.base and java.desktop takes long time
kvn
parents: 49052
diff changeset
   163
e5ba028ee3f1 8198789: [TESTBUG] CTW of java.base and java.desktop takes long time
kvn
parents: 49052
diff changeset
   164
ctw_2 = \
e5ba028ee3f1 8198789: [TESTBUG] CTW of java.base and java.desktop takes long time
kvn
parents: 49052
diff changeset
   165
  applications/ctw/modules/java_base.java \
49881
29419b836244 8202169: Reduce ctw_2 duration by parallelizing CtwRunner invocations
mikael
parents: 49836
diff changeset
   166
  applications/ctw/modules/java_base_2.java \
29419b836244 8202169: Reduce ctw_2 duration by parallelizing CtwRunner invocations
mikael
parents: 49836
diff changeset
   167
  applications/ctw/modules/java_desktop.java \
29419b836244 8202169: Reduce ctw_2 duration by parallelizing CtwRunner invocations
mikael
parents: 49836
diff changeset
   168
  applications/ctw/modules/java_desktop_2.java
49330
e5ba028ee3f1 8198789: [TESTBUG] CTW of java.base and java.desktop takes long time
kvn
parents: 49052
diff changeset
   169
49836
f7e69d07138d 8202037: Split slow ctw_1 tests
iignatyev
parents: 49757
diff changeset
   170
ctw_3 = \
f7e69d07138d 8202037: Split slow ctw_1 tests
iignatyev
parents: 49757
diff changeset
   171
  applications/ctw/modules/java_xml.java \
f7e69d07138d 8202037: Split slow ctw_1 tests
iignatyev
parents: 49757
diff changeset
   172
  applications/ctw/modules/jdk_compiler.java \
f7e69d07138d 8202037: Split slow ctw_1 tests
iignatyev
parents: 49757
diff changeset
   173
  applications/ctw/modules/jdk_internal_vm_compiler.java \
f7e69d07138d 8202037: Split slow ctw_1 tests
iignatyev
parents: 49757
diff changeset
   174
  applications/ctw/modules/jdk_localedata.java \
f7e69d07138d 8202037: Split slow ctw_1 tests
iignatyev
parents: 49757
diff changeset
   175
  applications/ctw/modules/jdk_scripting_nashorn.java \
f7e69d07138d 8202037: Split slow ctw_1 tests
iignatyev
parents: 49757
diff changeset
   176
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   177
tier1_gc = \
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   178
  :tier1_gc_1 \
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   179
  :tier1_gc_2 \
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   180
  :tier1_gc_gcold \
52925
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   181
  :tier1_gc_gcbasher \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   182
  :tier1_gc_shenandoah
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   183
49486
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
   184
hotspot_not_fast_gc = \
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
   185
  :hotspot_gc \
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
   186
  -:tier1_gc
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
   187
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   188
tier1_gc_1 = \
52925
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   189
  :gc_epsilon \
49639
4f7cfd7fdd50 8200187: Exclude 3 long-running tests from tier1
lmesnik
parents: 49486
diff changeset
   190
  gc/g1/ \
4f7cfd7fdd50 8200187: Exclude 3 long-running tests from tier1
lmesnik
parents: 49486
diff changeset
   191
  -gc/g1/ihop/TestIHOPErgo.java
52918
f94c7929a44b 8212657: Implementation of JDK-8204089 Promptly Return Unused Committed Memory from G1
tschatzl
parents: 52396
diff changeset
   192
  -gc/g1/TestTimelyCompaction.java
37207
7afe535e1cbf 8152422: Optimize GC JPRT test set
dfazunen
parents: 37196
diff changeset
   193
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   194
tier1_gc_2 = \
28176
cb40f69fb5ea 8067115: Add jtreg gc tests to Hotspot JPRT jobs
brutisso
parents: 27902
diff changeset
   195
  gc/ \
52925
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   196
  -:gc_epsilon \
37207
7afe535e1cbf 8152422: Optimize GC JPRT test set
dfazunen
parents: 37196
diff changeset
   197
  -gc/g1/ \
38275
38582fe9500f 8150865: SQE test: GC unified logging: check that dynamic log level doesn't break anything
kzhaldyb
parents: 38074
diff changeset
   198
  -gc/logging/TestUnifiedLoggingSwitchStress.java \
37498
c920466a3287 8153222: [TESTBUG] Move tests in stress/gc to gc/stress
mchernov
parents: 37429
diff changeset
   199
  -gc/stress \
37207
7afe535e1cbf 8152422: Optimize GC JPRT test set
dfazunen
parents: 37196
diff changeset
   200
  -gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java \
52925
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   201
  -gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java \
53116
bb03098c4dde 8211425: Allocation of old generation of java heap on alternate memory devices - G1 GC
sangheki
parents: 52925
diff changeset
   202
  -gc/shenandoah \
bb03098c4dde 8211425: Allocation of old generation of java heap on alternate memory devices - G1 GC
sangheki
parents: 52925
diff changeset
   203
  -gc/nvdimm
52925
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   204
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   205
gc_epsilon = \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   206
  gc/epsilon/ \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   207
  gc/CriticalNativeArgs.java \
53575
297183cee278 8217666: gc/nvdimm/* should not be included any tiers
sangheki
parents: 53116
diff changeset
   208
  gc/stress/CriticalNativeStress.java
25628
ca4c7cff1573 8049071: Add jtreg jobs to JPRT for hotspot
mikael
parents: 24943
diff changeset
   209
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   210
tier1_gc_gcold = \
49486
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
   211
  gc/stress/gcold/TestGCOldWithG1.java \
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
   212
  gc/stress/gcold/TestGCOldWithSerial.java \
46398
a70022fa3ec2 8177967: Move TestGCOld to subdirectory
ehelin
parents: 46323
diff changeset
   213
  gc/stress/gcold/TestGCOldWithParallel.java
28380
4b0c67526510 8067868: Add GCOld as a JTreg test
brutisso
parents: 28378
diff changeset
   214
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   215
tier1_gc_gcbasher = \
42016
4ef693df9ff9 8166790: Add stress test GCBasher
ehelin
parents: 41727
diff changeset
   216
  gc/stress/gcbasher/TestGCBasherWithG1.java \
4ef693df9ff9 8166790: Add stress test GCBasher
ehelin
parents: 41727
diff changeset
   217
  gc/stress/gcbasher/TestGCBasherWithSerial.java \
4ef693df9ff9 8166790: Add stress test GCBasher
ehelin
parents: 41727
diff changeset
   218
  gc/stress/gcbasher/TestGCBasherWithParallel.java
53575
297183cee278 8217666: gc/nvdimm/* should not be included any tiers
sangheki
parents: 53116
diff changeset
   219
52925
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   220
tier1_gc_shenandoah = \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   221
  gc/shenandoah/options/ \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   222
  gc/shenandoah/compiler/ \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   223
  gc/shenandoah/mxbeans/ \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   224
  gc/shenandoah/TestSmallHeap.java \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   225
  gc/shenandoah/oom/ \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   226
  gc/CriticalNativeArgs.java
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   227
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   228
tier2_gc_shenandoah = \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   229
  runtime/MemberName/MemberNameLeak.java \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   230
  runtime/CompressedOops/UseCompressedOops.java \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   231
  gc/TestHumongousReferenceObject.java \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   232
  gc/TestSystemGC.java \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   233
  gc/arguments/TestDisableDefaultGC.java \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   234
  gc/arguments/TestUseCompressedOopsErgo.java \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   235
  gc/arguments/TestAlignmentToUseLargePages.java \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   236
  gc/class_unloading/TestClassUnloadingDisabled.java \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   237
  gc/ergonomics/TestInitialGCThreadLogging.java \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   238
  gc/ergonomics/TestDynamicNumberOfGCThreads.java \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   239
  gc/logging/TestGCId.java \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   240
  gc/metaspace/TestMetaspacePerfCounters.java \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   241
  gc/metaspace/TestMetaspacePerfCounters.java \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   242
  gc/startup_warnings/TestShenandoah.java \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   243
  gc/TestFullGCALot.java \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   244
  gc/logging/TestUnifiedLoggingSwitchStress.java \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   245
  runtime/Metaspace/DefineClass.java \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   246
  gc/shenandoah/ \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   247
  serviceability/sa/TestHeapDumpForInvokeDynamic.java \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   248
  -gc/shenandoah/TestStringDedupStress.java \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   249
  -gc/stress/CriticalNativeStress.java \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   250
  -:tier1_gc_shenandoah
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   251
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   252
tier3_gc_shenandoah = \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   253
  gc/stress/gcold/TestGCOldWithShenandoah.java \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   254
  gc/stress/gcbasher/TestGCBasherWithShenandoah.java \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   255
  gc/stress/gclocker/TestGCLockerWithShenandoah.java \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   256
  gc/stress/systemgc/TestSystemGCWithShenandoah.java \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   257
  gc/shenandoah/TestStringDedupStress.java \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   258
  gc/stress/CriticalNativeStress.java \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   259
  -:tier2_gc_shenandoah
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   260
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   261
hotspot_gc_shenandoah = \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   262
  :tier1_gc_shenandoah \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   263
  :tier2_gc_shenandoah \
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52918
diff changeset
   264
  :tier3_gc_shenandoah
42016
4ef693df9ff9 8166790: Add stress test GCBasher
ehelin
parents: 41727
diff changeset
   265
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   266
tier1_runtime = \
26140
5d408e1fa677 8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job
ctornqvi
parents: 25948
diff changeset
   267
  runtime/ \
49757
4accd2e82e32 8201430: [TESTBUG] Remove script from runtime/6626217
goetz
parents: 49736
diff changeset
   268
 -runtime/6626217/bug_21227.java \
41295
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   269
 -runtime/7100935 \
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   270
 -runtime/7158988/FieldMonitor.java \
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   271
 -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   272
 -runtime/CommandLine/PrintGCApplicationConcurrentTime.java \
54034
fa9b16328e6a 8220085: runtime/CompressedOops/UseCompressedOops.java times out on Windows intermittently
hseigel
parents: 53575
diff changeset
   273
 -runtime/CompressedOops/UseCompressedOops.java \
41295
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   274
 -runtime/ConstantPool/IntfMethod.java \
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   275
 -runtime/ErrorHandling/CreateCoredumpOnCrash.java \
33135
aa536100693c 8134432: [TESTBUG] Rewrite test/runtime/6888954/vmerrors.sh in Java
gtriantafill
parents: 33117
diff changeset
   276
 -runtime/ErrorHandling/ErrorHandler.java \
50571
80945f661b80 8203491: [TESTBUG] Port heapdump tests into java
lmesnik
parents: 50523
diff changeset
   277
 -runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java \
57818
c83245fe66b3 8229854: Move runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryErrorInMetaspace.java out of tier1_runtime
lmesnik
parents: 57703
diff changeset
   278
 -runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryErrorInMetaspace.java \
46284
ad578adff5df 8166944: Hanging Error Reporting steps may lead to torn error logs.
stuefe
parents: 43605
diff changeset
   279
 -runtime/ErrorHandling/TimeoutInErrorHandlingTest.java \
55497
d3a33953b936 8224137: Analyze and port invocation tests to jtreg and co-locate to jdk repo
hseigel
parents: 54927
diff changeset
   280
 -runtime/InvocationTests \
41295
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   281
 -runtime/logging/MonitorMismatchTest.java \
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   282
 -runtime/memory/ReserveMemory.java \
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   283
 -runtime/memory/RunUnitTestsConcurrently.java \
26140
5d408e1fa677 8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job
ctornqvi
parents: 25948
diff changeset
   284
 -runtime/Metaspace/FragmentMetaspace.java \
5d408e1fa677 8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job
ctornqvi
parents: 25948
diff changeset
   285
 -runtime/Metaspace/FragmentMetaspaceSimple.java \
41295
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   286
 -runtime/MirrorFrame/Test8003720.java \
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   287
 -runtime/modules/LoadUnloadModuleStress.java \
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   288
 -runtime/modules/ModuleStress/ExportModuleStressTest.java \
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   289
 -runtime/modules/ModuleStress/ModuleStressGC.java \
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   290
 -runtime/NMT \
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   291
 -runtime/ReservedStack \
37196
f3f7367e8c53 8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents: 36593
diff changeset
   292
 -runtime/SelectionResolution/AbstractMethodErrorTest.java \
f3f7367e8c53 8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents: 36593
diff changeset
   293
 -runtime/SelectionResolution/IllegalAccessErrorTest.java \
f3f7367e8c53 8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents: 36593
diff changeset
   294
 -runtime/SelectionResolution/InvokeInterfaceICCE.java \
f3f7367e8c53 8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents: 36593
diff changeset
   295
 -runtime/SelectionResolution/InvokeInterfaceSuccessTest.java \
f3f7367e8c53 8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents: 36593
diff changeset
   296
 -runtime/SelectionResolution/InvokeSpecialICCE.java \
f3f7367e8c53 8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents: 36593
diff changeset
   297
 -runtime/SelectionResolution/InvokeSpecialSuccessTest.java \
f3f7367e8c53 8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents: 36593
diff changeset
   298
 -runtime/SelectionResolution/InvokeStaticICCE.java \
f3f7367e8c53 8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents: 36593
diff changeset
   299
 -runtime/SelectionResolution/InvokeVirtualICCE.java \
f3f7367e8c53 8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents: 36593
diff changeset
   300
 -runtime/SelectionResolution/InvokeVirtualSuccessTest.java \
57567
b000362a89a0 8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
coleenp
parents: 55524
diff changeset
   301
 -runtime/cds/CdsSameObjectAlignment.java \
b000362a89a0 8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
coleenp
parents: 55524
diff changeset
   302
 -runtime/cds/SharedBaseAddress.java \
26687
eb6c5d0d1d6b 8055145: [TESTBUG] runtime/7158988/FieldMonitor.java fails with VMDisconnectedException
coleenp
parents: 26568
diff changeset
   303
 -runtime/Thread/CancellableThreadTest.java \
41295
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   304
 -runtime/Thread/TestThreadDumpMonitorContention.java \
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   305
 -runtime/Unsafe/RangeCheck.java \
30598
d50cc6db5e4c 8078558: [TESTBUG] Merge hotspot_wbapitest with existing jtreg jprt job
ctornqvi
parents: 30286
diff changeset
   306
  sanity/ \
48138
78b2ecdd3c4b 8188791: Move AppCDS from closed repo to open repo
iklam
parents: 47908
diff changeset
   307
  testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java \
49662
3614cbddd005 8200126: [TESTBUG] Open source VM runtime signal tests
mseledtsov
parents: 49639
diff changeset
   308
 -:tier1_runtime_appcds_exclude \
3614cbddd005 8200126: [TESTBUG] Open source VM runtime signal tests
mseledtsov
parents: 49639
diff changeset
   309
 -runtime/signal
25628
ca4c7cff1573 8049071: Add jtreg jobs to JPRT for hotspot
mikael
parents: 24943
diff changeset
   310
46308
8b88f3db98b8 8176163: [TESTBUG] Create hotspot_cds test group
mseledtsov
parents: 46297
diff changeset
   311
hotspot_cds = \
57567
b000362a89a0 8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
coleenp
parents: 55524
diff changeset
   312
  runtime/cds/ \
46308
8b88f3db98b8 8176163: [TESTBUG] Create hotspot_cds test group
mseledtsov
parents: 46297
diff changeset
   313
  runtime/CompressedOops/
8b88f3db98b8 8176163: [TESTBUG] Create hotspot_cds test group
mseledtsov
parents: 46297
diff changeset
   314
48138
78b2ecdd3c4b 8188791: Move AppCDS from closed repo to open repo
iklam
parents: 47908
diff changeset
   315
54927
1512d88b24c6 8207812: Implement Dynamic CDS Archive
ccheung
parents: 54633
diff changeset
   316
hotspot_appcds_dynamic = \
57567
b000362a89a0 8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
coleenp
parents: 55524
diff changeset
   317
  runtime/cds/appcds/ \
b000362a89a0 8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
coleenp
parents: 55524
diff changeset
   318
 -runtime/cds/appcds/cacheObject \
b000362a89a0 8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
coleenp
parents: 55524
diff changeset
   319
 -runtime/cds/appcds/customLoader \
b000362a89a0 8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
coleenp
parents: 55524
diff changeset
   320
 -runtime/cds/appcds/dynamicArchive \
b000362a89a0 8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
coleenp
parents: 55524
diff changeset
   321
 -runtime/cds/appcds/javaldr/ArrayTest.java \
b000362a89a0 8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
coleenp
parents: 55524
diff changeset
   322
 -runtime/cds/appcds/javaldr/GCSharedStringsDuringDump.java \
b000362a89a0 8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
coleenp
parents: 55524
diff changeset
   323
 -runtime/cds/appcds/javaldr/HumongousDuringDump.java \
b000362a89a0 8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
coleenp
parents: 55524
diff changeset
   324
 -runtime/cds/appcds/sharedStrings \
b000362a89a0 8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
coleenp
parents: 55524
diff changeset
   325
 -runtime/cds/appcds/DumpClassList.java \
b000362a89a0 8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
coleenp
parents: 55524
diff changeset
   326
 -runtime/cds/appcds/ExtraSymbols.java \
b000362a89a0 8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
coleenp
parents: 55524
diff changeset
   327
 -runtime/cds/appcds/LongClassListPath.java \
b000362a89a0 8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
coleenp
parents: 55524
diff changeset
   328
 -runtime/cds/appcds/LotsOfClasses.java \
58023
06f3d5092832 8230632: [TESTBUG] appcds/NonExistClasspath.java and ClassPathAttr.java failed when running in hotspot_appcds_dynamic test group
ccheung
parents: 57818
diff changeset
   329
 -runtime/cds/appcds/NonExistClasspath.java \
57567
b000362a89a0 8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
coleenp
parents: 55524
diff changeset
   330
 -runtime/cds/appcds/RelativePath.java \
b000362a89a0 8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
coleenp
parents: 55524
diff changeset
   331
 -runtime/cds/appcds/SharedArchiveConsistency.java \
b000362a89a0 8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
coleenp
parents: 55524
diff changeset
   332
 -runtime/cds/appcds/UnusedCPDuringDump.java \
b000362a89a0 8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
coleenp
parents: 55524
diff changeset
   333
 -runtime/cds/appcds/VerifierTest_1B.java
54927
1512d88b24c6 8207812: Implement Dynamic CDS Archive
ccheung
parents: 54633
diff changeset
   334
51994
7577686cc9bd 8211350: Remove jprt support
mikael
parents: 51174
diff changeset
   335
# A subset of AppCDS tests to be run in tier1
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   336
tier1_runtime_appcds = \
57567
b000362a89a0 8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
coleenp
parents: 55524
diff changeset
   337
  runtime/cds/appcds/HelloTest.java \
b000362a89a0 8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
coleenp
parents: 55524
diff changeset
   338
  runtime/cds/appcds/sharedStrings/SharedStringsBasic.java \
b000362a89a0 8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
coleenp
parents: 55524
diff changeset
   339
  runtime/cds/appcds/ClassLoaderTest.java
48138
78b2ecdd3c4b 8188791: Move AppCDS from closed repo to open repo
iklam
parents: 47908
diff changeset
   340
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   341
tier1_runtime_appcds_exclude = \
57567
b000362a89a0 8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
coleenp
parents: 55524
diff changeset
   342
  runtime/cds/appcds/ \
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   343
  -:tier1_runtime_appcds
46308
8b88f3db98b8 8176163: [TESTBUG] Create hotspot_cds test group
mseledtsov
parents: 46297
diff changeset
   344
54340
2221f042556d 8221351: Crash in KlassFactory::check_shared_class_file_load_hook
iklam
parents: 54196
diff changeset
   345
# This group should be executed with "jtreg -Dtest.cds.run.with.jfr=true ..."
2221f042556d 8221351: Crash in KlassFactory::check_shared_class_file_load_hook
iklam
parents: 54196
diff changeset
   346
# to test interaction between AppCDS and JFR. It also has the side effect of
2221f042556d 8221351: Crash in KlassFactory::check_shared_class_file_load_hook
iklam
parents: 54196
diff changeset
   347
# testing JVMTI ClassFileLoadHook.
2221f042556d 8221351: Crash in KlassFactory::check_shared_class_file_load_hook
iklam
parents: 54196
diff changeset
   348
#
2221f042556d 8221351: Crash in KlassFactory::check_shared_class_file_load_hook
iklam
parents: 54196
diff changeset
   349
# The excluded tests disallow the jdk.jfr module, which is required to
2221f042556d 8221351: Crash in KlassFactory::check_shared_class_file_load_hook
iklam
parents: 54196
diff changeset
   350
# run with JFR.
2221f042556d 8221351: Crash in KlassFactory::check_shared_class_file_load_hook
iklam
parents: 54196
diff changeset
   351
hotspot_appcds_with_jfr = \
57567
b000362a89a0 8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
coleenp
parents: 55524
diff changeset
   352
  runtime/cds/appcds/ \
b000362a89a0 8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
coleenp
parents: 55524
diff changeset
   353
 -runtime/cds/appcds/cacheObject/ArchivedModuleCompareTest.java \
b000362a89a0 8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
coleenp
parents: 55524
diff changeset
   354
 -runtime/cds/appcds/jigsaw/classpathtests/BootAppendTests.java \
b000362a89a0 8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
coleenp
parents: 55524
diff changeset
   355
 -runtime/cds/appcds/jigsaw/classpathtests/ClassPathTests.java \
b000362a89a0 8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
coleenp
parents: 55524
diff changeset
   356
 -runtime/cds/appcds/jigsaw/classpathtests/EmptyClassInBootClassPath.java \
b000362a89a0 8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
coleenp
parents: 55524
diff changeset
   357
 -runtime/cds/appcds/jigsaw/JigsawOptionsCombo.java \
b000362a89a0 8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
coleenp
parents: 55524
diff changeset
   358
 -runtime/cds/appcds/jigsaw/modulepath/MainModuleOnly.java
54340
2221f042556d 8221351: Crash in KlassFactory::check_shared_class_file_load_hook
iklam
parents: 54196
diff changeset
   359
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   360
tier1_serviceability = \
35503
c0385153199d 8147079: Add serviceability/logging folder to hotspot_serviceability test group
mlarsson
parents: 35496
diff changeset
   361
  serviceability/dcmd/compiler \
50393
5488cccb6bbd 8204103: Mark test serviceability/dcmd/compiler/CompilerQueueTest.java as intermittent and exclude it from tier1
jwilhelm
parents: 50366
diff changeset
   362
  -serviceability/dcmd/compiler/CompilerQueueTest.java \
54196
6146ab937899 8220744: Move RedefineTests to from runtime to serviceability
coleenp
parents: 54034
diff changeset
   363
  serviceability/jvmti/RedefineClasses \
6146ab937899 8220744: Move RedefineTests to from runtime to serviceability
coleenp
parents: 54034
diff changeset
   364
  -serviceability/jvmti/RedefineClasses/RedefineLeak.java \
6146ab937899 8220744: Move RedefineTests to from runtime to serviceability
coleenp
parents: 54034
diff changeset
   365
  -serviceability/jvmti/RedefineClasses/RedefinePreviousVersions.java \
6146ab937899 8220744: Move RedefineTests to from runtime to serviceability
coleenp
parents: 54034
diff changeset
   366
  -serviceability/jvmti/RedefineClasses/RedefineRunningMethods.java \
6146ab937899 8220744: Move RedefineTests to from runtime to serviceability
coleenp
parents: 54034
diff changeset
   367
  -serviceability/jvmti/RedefineClasses/RedefineRunningMethodsWithBacktrace.java \
6146ab937899 8220744: Move RedefineTests to from runtime to serviceability
coleenp
parents: 54034
diff changeset
   368
  -serviceability/jvmti/RedefineClasses/TestRedefineObject.java \
47898
acaf894a5b5d 8191370: Add serviceability agent tests to tier1
coleenp
parents: 47896
diff changeset
   369
  serviceability/logging \
49639
4f7cfd7fdd50 8200187: Exclude 3 long-running tests from tier1
lmesnik
parents: 49486
diff changeset
   370
  serviceability/sa \
4f7cfd7fdd50 8200187: Exclude 3 long-running tests from tier1
lmesnik
parents: 49486
diff changeset
   371
  -serviceability/sa/ClhsdbScanOops.java \
50571
80945f661b80 8203491: [TESTBUG] Port heapdump tests into java
lmesnik
parents: 50523
diff changeset
   372
  -serviceability/sa/TestJmapCore.java \
57703
a64caa5269cf 8227645: Some tests in serviceability/sa run with fixed -Xmx values and risk running out of memory
cjplummer
parents: 57631
diff changeset
   373
  -serviceability/sa/TestJmapCoreMetaspace.java
25628
ca4c7cff1573 8049071: Add jtreg jobs to JPRT for hotspot
mikael
parents: 24943
diff changeset
   374
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   375
tier1 = \
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   376
  :tier1_common \
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   377
  :tier1_compiler \
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   378
  :tier1_gc \
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   379
  :tier1_runtime \
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   380
  :tier1_serviceability
42599
313ee598a1a3 8166761: Compiler testing in tier2 should be optimized to finish in 20 minutes.
lmesnik
parents: 42016
diff changeset
   381
46310
a2358af6cc81 8176102: Rename hotspot_fast* test groups to hotspot_tier1*
ctornqvi
parents: 46308
diff changeset
   382
hotspot_tier2_runtime = \
39623
591b0f6783f6 8160484: Implement Hotspot Runtime tier 2
ctornqvi
parents: 38275
diff changeset
   383
  runtime/ \
41295
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   384
 -runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \
54034
fa9b16328e6a 8220085: runtime/CompressedOops/UseCompressedOops.java times out on Windows intermittently
hseigel
parents: 53575
diff changeset
   385
 -runtime/CompressedOops/UseCompressedOops.java \
55497
d3a33953b936 8224137: Analyze and port invocation tests to jtreg and co-locate to jdk repo
hseigel
parents: 54927
diff changeset
   386
 -runtime/InvocationTests \
41295
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   387
 -runtime/Thread/TestThreadDumpMonitorContention.java \
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   388
 -:tier1_runtime \
49662
3614cbddd005 8200126: [TESTBUG] Open source VM runtime signal tests
mseledtsov
parents: 49639
diff changeset
   389
 -:hotspot_tier2_runtime_platform_agnostic \
49736
3d4c2d0b337f 8201334: Move runtime/NMT/MallocStressTest.java to hotspot_tier3_runtime
ctornqvi
parents: 49662
diff changeset
   390
 -runtime/signal \
3d4c2d0b337f 8201334: Move runtime/NMT/MallocStressTest.java to hotspot_tier3_runtime
ctornqvi
parents: 49662
diff changeset
   391
 -runtime/NMT/MallocStressTest.java
42599
313ee598a1a3 8166761: Compiler testing in tier2 should be optimized to finish in 20 minutes.
lmesnik
parents: 42016
diff changeset
   392
58587
90412c2a04c2 8231981: Refactor test definitions to split RT and SVC tests
lmesnik
parents: 58023
diff changeset
   393
hotspot_tier2_serviceability = \
90412c2a04c2 8231981: Refactor test definitions to split RT and SVC tests
lmesnik
parents: 58023
diff changeset
   394
  serviceability/ \
90412c2a04c2 8231981: Refactor test definitions to split RT and SVC tests
lmesnik
parents: 58023
diff changeset
   395
 -:tier1_serviceability
90412c2a04c2 8231981: Refactor test definitions to split RT and SVC tests
lmesnik
parents: 58023
diff changeset
   396
46310
a2358af6cc81 8176102: Rename hotspot_fast* test groups to hotspot_tier1*
ctornqvi
parents: 46308
diff changeset
   397
hotspot_tier2_runtime_platform_agnostic = \
39623
591b0f6783f6 8160484: Implement Hotspot Runtime tier 2
ctornqvi
parents: 38275
diff changeset
   398
  runtime/SelectionResolution \
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   399
 -:tier1_runtime
42599
313ee598a1a3 8166761: Compiler testing in tier2 should be optimized to finish in 20 minutes.
lmesnik
parents: 42016
diff changeset
   400
46310
a2358af6cc81 8176102: Rename hotspot_fast* test groups to hotspot_tier1*
ctornqvi
parents: 46308
diff changeset
   401
hotspot_tier3_runtime = \
41295
05829aa775b4 8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents: 40919
diff changeset
   402
  runtime/ \
49052
75f4ad82866c 8198551: Rename hotspot_tier1 test group to tier1
ctornqvi
parents: 48138
diff changeset
   403
 -:tier1_runtime \
46310
a2358af6cc81 8176102: Rename hotspot_fast* test groups to hotspot_tier1*
ctornqvi
parents: 46308
diff changeset
   404
 -:hotspot_tier2_runtime_platform_agnostic \
a2358af6cc81 8176102: Rename hotspot_fast* test groups to hotspot_tier1*
ctornqvi
parents: 46308
diff changeset
   405
 -:hotspot_tier2_runtime
27423
a52be21f172a 8028481: [TESTBUG] compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java should be in needs_nashorn test group
vlivanov
parents: 27013
diff changeset
   406
40660
d2f433c48708 8155964: Create a set of tests for verifying the Minimal VM
ctornqvi
parents: 40361
diff changeset
   407
hotspot_runtime_minimalvm = \
d2f433c48708 8155964: Create a set of tests for verifying the Minimal VM
ctornqvi
parents: 40361
diff changeset
   408
  runtime/MinimalVM \
d2f433c48708 8155964: Create a set of tests for verifying the Minimal VM
ctornqvi
parents: 40361
diff changeset
   409
  runtime/ErrorHandling \
d2f433c48708 8155964: Create a set of tests for verifying the Minimal VM
ctornqvi
parents: 40361
diff changeset
   410
  runtime/logging
46323
d41bb2dcaeb8 8175300: Enable artifact resolution for jtreg tests
ctornqvi
parents: 46310
diff changeset
   411
49486
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
   412
hotspot_nmt = \
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
   413
  runtime/NMT
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
   414
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
   415
hotspot_rest_runtime = \
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
   416
  :hotspot_runtime \
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
   417
  -:tier1_runtime \
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
   418
  -:tier1_runtime_appcds_exclude \
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
   419
  -:hotspot_nmt \
a3f1db30ab85 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn
parents: 49384
diff changeset
   420
  -:hotspot_tier2_runtime_platform_agnostic
49958
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   421
51174
bee24106cfc0 8207855: Make applications/jcstress invoke tests in batches
ctornqvi
parents: 50997
diff changeset
   422
jcstress_part1 = \
bee24106cfc0 8207855: Make applications/jcstress invoke tests in batches
ctornqvi
parents: 50997
diff changeset
   423
  applications/jcstress/seqcst.java
bee24106cfc0 8207855: Make applications/jcstress invoke tests in batches
ctornqvi
parents: 50997
diff changeset
   424
bee24106cfc0 8207855: Make applications/jcstress invoke tests in batches
ctornqvi
parents: 50997
diff changeset
   425
jcstress_part2 = \
bee24106cfc0 8207855: Make applications/jcstress invoke tests in batches
ctornqvi
parents: 50997
diff changeset
   426
  applications/jcstress/accessAtomic.java \
bee24106cfc0 8207855: Make applications/jcstress invoke tests in batches
ctornqvi
parents: 50997
diff changeset
   427
  applications/jcstress/acqrel.java \
bee24106cfc0 8207855: Make applications/jcstress invoke tests in batches
ctornqvi
parents: 50997
diff changeset
   428
  applications/jcstress/atomics.java \
bee24106cfc0 8207855: Make applications/jcstress invoke tests in batches
ctornqvi
parents: 50997
diff changeset
   429
  applications/jcstress/coherence.java \
bee24106cfc0 8207855: Make applications/jcstress invoke tests in batches
ctornqvi
parents: 50997
diff changeset
   430
  applications/jcstress/locks.java
bee24106cfc0 8207855: Make applications/jcstress invoke tests in batches
ctornqvi
parents: 50997
diff changeset
   431
bee24106cfc0 8207855: Make applications/jcstress invoke tests in batches
ctornqvi
parents: 50997
diff changeset
   432
jcstress_part3 = \
bee24106cfc0 8207855: Make applications/jcstress invoke tests in batches
ctornqvi
parents: 50997
diff changeset
   433
  applications/jcstress \
bee24106cfc0 8207855: Make applications/jcstress invoke tests in batches
ctornqvi
parents: 50997
diff changeset
   434
  -:jcstress_part1 \
bee24106cfc0 8207855: Make applications/jcstress invoke tests in batches
ctornqvi
parents: 50997
diff changeset
   435
  -:jcstress_part2
bee24106cfc0 8207855: Make applications/jcstress invoke tests in batches
ctornqvi
parents: 50997
diff changeset
   436
49958
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   437
# Stress tests against information provided by VM via JMX
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   438
vmTestbase_nsk_monitoring = \
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   439
  vmTestbase/nsk/monitoring
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   440
50243
4fac3c99487d 8199255: [TESTBUG] Open source VM testbase default methods tests
mseledtsov
parents: 50223
diff changeset
   441
# Tests for default method implementation
4fac3c99487d 8199255: [TESTBUG] Open source VM testbase default methods tests
mseledtsov
parents: 50223
diff changeset
   442
vmTestbase_vm_defmeth = \
4fac3c99487d 8199255: [TESTBUG] Open source VM testbase default methods tests
mseledtsov
parents: 50223
diff changeset
   443
  vmTestbase/vm/runtime/defmeth
4fac3c99487d 8199255: [TESTBUG] Open source VM testbase default methods tests
mseledtsov
parents: 50223
diff changeset
   444
50018
3ba0d8631f24 8199382: [TESTBUG] Open source VM testbase JDI tests
iignatyev
parents: 49958
diff changeset
   445
# JDI tests
3ba0d8631f24 8199382: [TESTBUG] Open source VM testbase JDI tests
iignatyev
parents: 49958
diff changeset
   446
vmTestbase_nsk_jdi = \
3ba0d8631f24 8199382: [TESTBUG] Open source VM testbase JDI tests
iignatyev
parents: 49958
diff changeset
   447
  vmTestbase/nsk/jdi
49958
cc29d7717e3a 8199375: [TESTBUG] Open source vm testbase monitoring tests
iignatyev
parents: 49927
diff changeset
   448
50154
d2d6bc39ea88 8199252: [TESTBUG] Open source VM testbase system dictionary tests
mseledtsov
parents: 50112
diff changeset
   449
# Stress tests for classes loading/unloading
d2d6bc39ea88 8199252: [TESTBUG] Open source VM testbase system dictionary tests
mseledtsov
parents: 50112
diff changeset
   450
# NSK tests for functionality of the HS system dictionary
d2d6bc39ea88 8199252: [TESTBUG] Open source VM testbase system dictionary tests
mseledtsov
parents: 50112
diff changeset
   451
vmTestbase_nsk_sysdict = \
d2d6bc39ea88 8199252: [TESTBUG] Open source VM testbase system dictionary tests
mseledtsov
parents: 50112
diff changeset
   452
  vmTestbase/nsk/sysdict/vm/stress
d2d6bc39ea88 8199252: [TESTBUG] Open source VM testbase system dictionary tests
mseledtsov
parents: 50112
diff changeset
   453
50223
28a33a0dbf04 8199257: [TESTBUG] Open source VM testbase metaspace tests
mseledtsov
parents: 50220
diff changeset
   454
vmTestbase_vm_metaspace = \
28a33a0dbf04 8199257: [TESTBUG] Open source VM testbase metaspace tests
mseledtsov
parents: 50220
diff changeset
   455
  vmTestbase/metaspace
28a33a0dbf04 8199257: [TESTBUG] Open source VM testbase metaspace tests
mseledtsov
parents: 50220
diff changeset
   456
50260
46c67f5e27c2 8199383: [TESTBUG] Open source VM testbase JVMTI tests
iignatyev
parents: 50243
diff changeset
   457
# JVMTI tests
46c67f5e27c2 8199383: [TESTBUG] Open source VM testbase JVMTI tests
iignatyev
parents: 50243
diff changeset
   458
vmTestbase_nsk_jvmti = \
54599
f5657f30bb01 8213501: Deploy ExceptionJniWrapper for a few tests
jcbeyler
parents: 54525
diff changeset
   459
  vmTestbase/nsk/jvmti \
54633
84261c6b227b 8223026: [BACKOUT] Typo in test/hotspot/jtreg/TEST.groups is causing test harness failures
jwilhelm
parents: 54612
diff changeset
   460
  vmTestbase/nsk/share/ExceptionCheckingJniEnv
50260
46c67f5e27c2 8199383: [TESTBUG] Open source VM testbase JVMTI tests
iignatyev
parents: 50243
diff changeset
   461
50317
cf71bff5f533 8199371: [TESTBUG] Open source vm testbase JDWP tests
iignatyev
parents: 50316
diff changeset
   462
# JDWP tests
cf71bff5f533 8199371: [TESTBUG] Open source vm testbase JDWP tests
iignatyev
parents: 50316
diff changeset
   463
vmTestbase_nsk_jdwp = \
cf71bff5f533 8199371: [TESTBUG] Open source vm testbase JDWP tests
iignatyev
parents: 50316
diff changeset
   464
  vmTestbase/nsk/jdwp
cf71bff5f533 8199371: [TESTBUG] Open source vm testbase JDWP tests
iignatyev
parents: 50316
diff changeset
   465
50169
dd501973095c 8199271: [TESTBUG] open source VM testbase stress tests
lmesnik
parents: 50168
diff changeset
   466
vmTestbase_nsk_stress = \
dd501973095c 8199271: [TESTBUG] open source VM testbase stress tests
lmesnik
parents: 50168
diff changeset
   467
  vmTestbase/nsk/stress
dd501973095c 8199271: [TESTBUG] open source VM testbase stress tests
lmesnik
parents: 50168
diff changeset
   468
50168
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   469
vmTestbase_vm_g1classunloading = \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   470
  vmTestbase/gc/g1/unloading/tests
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   471
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   472
# Garbage collector tests
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   473
vmTestbase_vm_gc = \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   474
  :vmTestbase_vm_gc_concurrent \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   475
  :vmTestbase_vm_gc_container \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   476
  :vmTestbase_vm_gc_compact \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   477
  :vmTestbase_vm_gc_juggle \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   478
  :vmTestbase_vm_gc_locker \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   479
  :vmTestbase_vm_gc_misc \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   480
  :vmTestbase_vm_gc_ref
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   481
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   482
# In a loop: fill out the heap until OOME and then partly clear it. Variate object type and size
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   483
vmTestbase_vm_gc_compact = \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   484
  vmTestbase/vm/gc/compact
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   485
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   486
# GC and mutlithreads
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   487
vmTestbase_vm_gc_concurrent = \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   488
  vmTestbase/vm/gc/concurrent
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   489
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   490
# Various data structures
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   491
vmTestbase_vm_gc_container = \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   492
  vmTestbase/vm/gc/containers \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   493
  vmTestbase/gc/vector
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   494
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   495
# Playing with object arrays and various strategies of garbage producing
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   496
vmTestbase_vm_gc_juggle = \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   497
  vmTestbase/gc/ArrayJuggle/ \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   498
  vmTestbase/gc/memory/Array/ArrayJuggle
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   499
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   500
# GC Locker
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   501
vmTestbase_vm_gc_locker = \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   502
  vmTestbase/gc/lock \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   503
  vmTestbase/gc/gctests/mallocWithGC1/mallocWithGC1.java \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   504
  vmTestbase/gc/gctests/mallocWithGC2/mallocWithGC2.java \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   505
  vmTestbase/gc/gctests/mallocWithGC3/mallocWithGC3.java \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   506
  vmTestbase/gc/gctests/nativeGC01/nativeGC01.java \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   507
  vmTestbase/gc/gctests/nativeGC02/nativeGC02.java \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   508
  vmTestbase/gc/gctests/nativeGC03/nativeGC03.java \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   509
  vmTestbase/gc/gctests/nativeGC05/nativeGC05.java
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   510
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   511
# GC and references
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   512
vmTestbase_vm_gc_ref = \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   513
  vmTestbase/gc/gctests/SoftReference \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   514
  vmTestbase/gc/gctests/WeakReference \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   515
  vmTestbase/gc/gctests/WeakReferenceGC \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   516
  vmTestbase/gc/gctests/PhantomReference \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   517
  vmTestbase/gc/gctests/ReferencesGC
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   518
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   519
# miscellaneous gc tests
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   520
vmTestbase_vm_gc_misc = \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   521
  vmTestbase/gc \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   522
  vmTestbase/vm/gc \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   523
  -:vmTestbase_vm_g1classunloading \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   524
  -:vmTestbase_vm_gc_compact \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   525
  -:vmTestbase_vm_gc_concurrent \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   526
  -:vmTestbase_vm_gc_container \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   527
  -:vmTestbase_vm_gc_juggle \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   528
  -:vmTestbase_vm_gc_locker \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   529
  -:vmTestbase_vm_gc_ref
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   530
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   531
vmTestbase_largepages = \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   532
  vmTestbase/gc/gctests/LoadUnloadGC \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   533
  vmTestbase/gc/gctests/LoadUnloadGC2 \
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   534
  vmTestbase/gc/memory/LargePagesTest \
50223
28a33a0dbf04 8199257: [TESTBUG] Open source VM testbase metaspace tests
mseledtsov
parents: 50220
diff changeset
   535
  vmTestbase/gc/memory/Nio \
28a33a0dbf04 8199257: [TESTBUG] Open source VM testbase metaspace tests
mseledtsov
parents: 50220
diff changeset
   536
  vmTestbase/metaspace/staticReferences/StaticReferences.java \
28a33a0dbf04 8199257: [TESTBUG] Open source VM testbase metaspace tests
mseledtsov
parents: 50220
diff changeset
   537
  vmTestbase/metaspace/stressDictionary/StressDictionary.java \
28a33a0dbf04 8199257: [TESTBUG] Open source VM testbase metaspace tests
mseledtsov
parents: 50220
diff changeset
   538
  vmTestbase/metaspace/stressHierarchy/stressHierarchy001/TestDescription.java \
28a33a0dbf04 8199257: [TESTBUG] Open source VM testbase metaspace tests
mseledtsov
parents: 50220
diff changeset
   539
  vmTestbase/metaspace/stressHierarchy/stressHierarchy011/TestDescription.java \
28a33a0dbf04 8199257: [TESTBUG] Open source VM testbase metaspace tests
mseledtsov
parents: 50220
diff changeset
   540
  vmTestbase/metaspace/flags/maxMetaspaceSize/TestDescription.java \
28a33a0dbf04 8199257: [TESTBUG] Open source VM testbase metaspace tests
mseledtsov
parents: 50220
diff changeset
   541
  vmTestbase/metaspace/shrink_grow/ShrinkGrowTest/ShrinkGrowTest.java \
28a33a0dbf04 8199257: [TESTBUG] Open source VM testbase metaspace tests
mseledtsov
parents: 50220
diff changeset
   542
  vmTestbase/metaspace/shrink_grow/ShrinkGrowMultiJVM/ShrinkGrowMultiJVM.java \
28a33a0dbf04 8199257: [TESTBUG] Open source VM testbase metaspace tests
mseledtsov
parents: 50220
diff changeset
   543
  vmTestbase/metaspace/shrink_grow/CompressedClassSpaceSize/TestDescription.java
50168
2f59dc95847d 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev
parents: 50156
diff changeset
   544
50366
4d85990f9c4a 8202812: [TESTBUG] Open source VM testbase compiler tests
iignatyev
parents: 50317
diff changeset
   545
# Just-In-Time compiler tests
4d85990f9c4a 8202812: [TESTBUG] Open source VM testbase compiler tests
iignatyev
parents: 50317
diff changeset
   546
vmTestbase_vm_compiler = \
4d85990f9c4a 8202812: [TESTBUG] Open source VM testbase compiler tests
iignatyev
parents: 50317
diff changeset
   547
  vmTestbase/vm/compiler \
4d85990f9c4a 8202812: [TESTBUG] Open source VM testbase compiler tests
iignatyev
parents: 50317
diff changeset
   548
  vmTestbase/jit \
4d85990f9c4a 8202812: [TESTBUG] Open source VM testbase compiler tests
iignatyev
parents: 50317
diff changeset
   549
  vmTestbase/vm/jit
4d85990f9c4a 8202812: [TESTBUG] Open source VM testbase compiler tests
iignatyev
parents: 50317
diff changeset
   550
50156
6d6fe9416864 8199384: [TESTBUG] Open source VM testbase MLVM tests
iignatyev
parents: 50154
diff changeset
   551
# JSR292 tests (invokedynamic AKA Multi-Language VM AKA Da Vinci Machine)
6d6fe9416864 8199384: [TESTBUG] Open source VM testbase MLVM tests
iignatyev
parents: 50154
diff changeset
   552
vmTestbase_vm_mlvm = \
6d6fe9416864 8199384: [TESTBUG] Open source VM testbase MLVM tests
iignatyev
parents: 50154
diff changeset
   553
  vmTestbase/vm/mlvm
50220
31361382634b 8199379: [TESTBUG] Open source vm testbase JDB tests
iignatyev
parents: 50169
diff changeset
   554
50316
60ebcc705421 8199380: [TESTBUG] Open source VM testbase AOD tests
iignatyev
parents: 50260
diff changeset
   555
# Tests for attach-on-demand implementation
60ebcc705421 8199380: [TESTBUG] Open source VM testbase AOD tests
iignatyev
parents: 50260
diff changeset
   556
vmTestbase_nsk_aod = \
60ebcc705421 8199380: [TESTBUG] Open source VM testbase AOD tests
iignatyev
parents: 50260
diff changeset
   557
  vmTestbase/nsk/aod
60ebcc705421 8199380: [TESTBUG] Open source VM testbase AOD tests
iignatyev
parents: 50260
diff changeset
   558
50220
31361382634b 8199379: [TESTBUG] Open source vm testbase JDB tests
iignatyev
parents: 50169
diff changeset
   559
# JDB tests
31361382634b 8199379: [TESTBUG] Open source vm testbase JDB tests
iignatyev
parents: 50169
diff changeset
   560
vmTestbase_nsk_jdb = \
31361382634b 8199379: [TESTBUG] Open source vm testbase JDB tests
iignatyev
parents: 50169
diff changeset
   561
  vmTestbase/nsk/jdb
50997
b9361d8c58a5 8206429: [REDO] 8202561 clean up TEST.groups
iignatyev
parents: 50988
diff changeset
   562
b9361d8c58a5 8206429: [REDO] 8202561 clean up TEST.groups
iignatyev
parents: 50988
diff changeset
   563
# vmTestbase_*_quick groups are defined in TEST.quick-groups