author | ctornqvi |
Wed, 01 Mar 2017 08:11:29 -0500 | |
changeset 46297 | 38f3af9e9d62 |
parent 46284 | ad578adff5df |
child 46308 | 8b88f3db98b8 |
permissions | -rw-r--r-- |
19555 | 1 |
# |
43605
07baf498d588
8173421: Obsolete and expired flags for JDK 10 need to be removed and related tests updated
dholmes
parents:
42650
diff
changeset
|
2 |
# Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved. |
19555 | 3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 |
# |
|
5 |
# This code is free software; you can redistribute it and/or modify it |
|
6 |
# under the terms of the GNU General Public License version 2 only, as |
|
7 |
# published by the Free Software Foundation. |
|
8 |
# |
|
9 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
|
10 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
11 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
12 |
# version 2 for more details (a copy is included in the LICENSE file that |
|
13 |
# accompanied this code). |
|
14 |
# |
|
15 |
# You should have received a copy of the GNU General Public License version |
|
16 |
# 2 along with this work; if not, write to the Free Software Foundation, |
|
17 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
18 |
# |
|
19 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
|
20 |
# or visit www.oracle.com if you need additional information or have any |
|
21 |
# questions. |
|
22 |
# |
|
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 |
|
37222
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
27 |
hotspot_compiler = \ |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
28 |
compiler |
42599
313ee598a1a3
8166761: Compiler testing in tier2 should be optimized to finish in 20 minutes.
lmesnik
parents:
42016
diff
changeset
|
29 |
|
37222
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
30 |
hotspot_gc = \ |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
31 |
gc |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
32 |
|
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
33 |
hotspot_runtime = \ |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
34 |
runtime |
42599
313ee598a1a3
8166761: Compiler testing in tier2 should be optimized to finish in 20 minutes.
lmesnik
parents:
42016
diff
changeset
|
35 |
|
37222
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
36 |
hotspot_serviceability = \ |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
37 |
serviceability |
42599
313ee598a1a3
8166761: Compiler testing in tier2 should be optimized to finish in 20 minutes.
lmesnik
parents:
42016
diff
changeset
|
38 |
|
37222
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
39 |
hotspot_misc = \ |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
40 |
/ \ |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
41 |
-:hotspot_compiler \ |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
42 |
-:hotspot_gc \ |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
43 |
-:hotspot_runtime \ |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
44 |
-:hotspot_serviceability |
28173
51423507bb7e
8067452: Rename hotspot_all in hotspot/test/TEST.groups
ehelin
parents:
27902
diff
changeset
|
45 |
|
29179
8836e3bd543b
8072842: Add support for building native JTReg tests
ihse
parents:
28936
diff
changeset
|
46 |
hotspot_native_sanity = \ |
8836e3bd543b
8072842: Add support for building native JTReg tests
ihse
parents:
28936
diff
changeset
|
47 |
native_sanity |
8836e3bd543b
8072842: Add support for building native JTReg tests
ihse
parents:
28936
diff
changeset
|
48 |
|
37222
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
49 |
hotspot_fast_compiler_1 = \ |
42650 | 50 |
compiler/aot/ \ |
27699
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
51 |
compiler/arraycopy/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
52 |
compiler/c1/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
53 |
compiler/c2/ \ |
40059 | 54 |
-compiler/c2/Test6850611.java \ |
55 |
-compiler/c2/cr6890943/Test6890943.java \ |
|
56 |
-compiler/c2/Test6905845.java \ |
|
57 |
-compiler/c2/cr6340864 \ |
|
58 |
-compiler/c2/cr6589834 \ |
|
40361 | 59 |
-compiler/c2/cr8004867 \ |
40059 | 60 |
-compiler/c2/stemmer \ |
61 |
-compiler/c2/Test6792161.java \ |
|
62 |
-compiler/c2/Test6603011.java \ |
|
63 |
-compiler/c2/Test6912517.java \ |
|
36832
ead44efe160f
8148175: C1: G1 barriers don't preserve FP registers
vlivanov
parents:
36593
diff
changeset
|
64 |
|
37222
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
65 |
hotspot_fast_compiler_2 = \ |
27699
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
66 |
compiler/classUnloading/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
67 |
compiler/codecache/ \ |
26803
05d9c0cdc3f3
8050407: Add jtreg compiler tests to Hotspot JPRT jobs
zmajo
parents:
26568
diff
changeset
|
68 |
compiler/codegen/ \ |
27699
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
69 |
compiler/cpuflags/ \ |
27700
a402738ebfcf
8050079: crash while compiling java.lang.ref.Finalizer::runFinalizer
thartmann
parents:
27699
diff
changeset
|
70 |
compiler/dependencies/ \ |
27699
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
71 |
compiler/eliminateAutobox/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
72 |
compiler/escapeAnalysis/ \ |
27011
d8db57f7a955
8059299: assert(adr_type != NULL) failed: expecting TypeKlassPtr
kvn
parents:
26941
diff
changeset
|
73 |
compiler/exceptions/ \ |
27699
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
74 |
compiler/floatingpoint/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
75 |
compiler/gcbarriers/ \ |
26803
05d9c0cdc3f3
8050407: Add jtreg compiler tests to Hotspot JPRT jobs
zmajo
parents:
26568
diff
changeset
|
76 |
compiler/inlining/ \ |
27699
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
77 |
compiler/integerArithmetic/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
78 |
compiler/interpreter/ \ |
35145 | 79 |
compiler/jvmci/ \ |
40059 | 80 |
-compiler/codegen/aes \ |
36832
ead44efe160f
8148175: C1: G1 barriers don't preserve FP registers
vlivanov
parents:
36593
diff
changeset
|
81 |
-compiler/codecache/stress \ |
ead44efe160f
8148175: C1: G1 barriers don't preserve FP registers
vlivanov
parents:
36593
diff
changeset
|
82 |
-compiler/gcbarriers/PreserveFPRegistersTest.java |
ead44efe160f
8148175: C1: G1 barriers don't preserve FP registers
vlivanov
parents:
36593
diff
changeset
|
83 |
|
37222
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
84 |
hotspot_fast_compiler_3 = \ |
27699
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
85 |
compiler/intrinsics/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
86 |
compiler/jsr292/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
87 |
compiler/loopopts/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
88 |
compiler/macronodes/ \ |
35548
8d3afe96ffea
8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents:
35145
diff
changeset
|
89 |
compiler/memoryinitialization/ \ |
27699
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
90 |
compiler/osr/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
91 |
compiler/regalloc/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
92 |
compiler/runtime/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
93 |
compiler/startup/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
94 |
compiler/types/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
95 |
compiler/uncommontrap/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
96 |
compiler/unsafe/ \ |
36335
fb37a966adf0
8150349: Reduce the execution time of the hotspot_compiler_3 group
zmajo
parents:
35606
diff
changeset
|
97 |
-compiler/intrinsics/bmi \ |
27699
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
98 |
-compiler/intrinsics/mathexact \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
99 |
-compiler/intrinsics/sha \ |
40059 | 100 |
-compiler/intrinsics/bigInteger/TestMultiplyToLen.java \ |
101 |
-compiler/intrinsics/zip/TestAdler32.java \ |
|
102 |
-compiler/loopopts/Test7052494.java \ |
|
103 |
-compiler/runtime/Test6826736.java |
|
26803
05d9c0cdc3f3
8050407: Add jtreg compiler tests to Hotspot JPRT jobs
zmajo
parents:
26568
diff
changeset
|
104 |
|
37222
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
105 |
hotspot_fast_compiler_closed = \ |
29334
e9f65377a695
8067157: Closed compiler tests should not be in hotspot/test/TEST.groups
ppunegov
parents:
28936
diff
changeset
|
106 |
sanity/ExecuteInternalVMTests.java |
25628 | 107 |
|
42599
313ee598a1a3
8166761: Compiler testing in tier2 should be optimized to finish in 20 minutes.
lmesnik
parents:
42016
diff
changeset
|
108 |
hotspot_not_fast_compiler = \ |
313ee598a1a3
8166761: Compiler testing in tier2 should be optimized to finish in 20 minutes.
lmesnik
parents:
42016
diff
changeset
|
109 |
:hotspot_compiler \ |
313ee598a1a3
8166761: Compiler testing in tier2 should be optimized to finish in 20 minutes.
lmesnik
parents:
42016
diff
changeset
|
110 |
-:hotspot_fast_compiler_1 \ |
313ee598a1a3
8166761: Compiler testing in tier2 should be optimized to finish in 20 minutes.
lmesnik
parents:
42016
diff
changeset
|
111 |
-:hotspot_fast_compiler_2 \ |
313ee598a1a3
8166761: Compiler testing in tier2 should be optimized to finish in 20 minutes.
lmesnik
parents:
42016
diff
changeset
|
112 |
-:hotspot_fast_compiler_3 \ |
313ee598a1a3
8166761: Compiler testing in tier2 should be optimized to finish in 20 minutes.
lmesnik
parents:
42016
diff
changeset
|
113 |
-:hotspot_fast_compiler_closed |
313ee598a1a3
8166761: Compiler testing in tier2 should be optimized to finish in 20 minutes.
lmesnik
parents:
42016
diff
changeset
|
114 |
|
37222
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
115 |
hotspot_fast_gc_1 = \ |
37207 | 116 |
gc/g1/ |
117 |
||
37222
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
118 |
hotspot_fast_gc_2 = \ |
28176
cb40f69fb5ea
8067115: Add jtreg gc tests to Hotspot JPRT jobs
brutisso
parents:
27902
diff
changeset
|
119 |
sanity/ExecuteInternalVMTests.java \ |
cb40f69fb5ea
8067115: Add jtreg gc tests to Hotspot JPRT jobs
brutisso
parents:
27902
diff
changeset
|
120 |
gc/ \ |
37207 | 121 |
-gc/g1/ \ |
38275
38582fe9500f
8150865: SQE test: GC unified logging: check that dynamic log level doesn't break anything
kzhaldyb
parents:
38074
diff
changeset
|
122 |
-gc/logging/TestUnifiedLoggingSwitchStress.java \ |
37498
c920466a3287
8153222: [TESTBUG] Move tests in stress/gc to gc/stress
mchernov
parents:
37429
diff
changeset
|
123 |
-gc/stress \ |
37207 | 124 |
-gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java \ |
125 |
-gc/cms/TestMBeanCMS.java \ |
|
28176
cb40f69fb5ea
8067115: Add jtreg gc tests to Hotspot JPRT jobs
brutisso
parents:
27902
diff
changeset
|
126 |
-gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java |
25628 | 127 |
|
37222
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
128 |
hotspot_fast_gc_closed = \ |
28378
b789f366d4c7
8067676: Add applicable closed gc jtreg tests to run in JPRT
brutisso
parents:
28203
diff
changeset
|
129 |
sanity/ExecuteInternalVMTests.java |
b789f366d4c7
8067676: Add applicable closed gc jtreg tests to run in JPRT
brutisso
parents:
28203
diff
changeset
|
130 |
|
37222
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
131 |
hotspot_fast_gc_gcold = \ |
37498
c920466a3287
8153222: [TESTBUG] Move tests in stress/gc to gc/stress
mchernov
parents:
37429
diff
changeset
|
132 |
gc/stress/TestGCOld.java |
28380 | 133 |
|
42016 | 134 |
hotspot_fast_gc_gcbasher = \ |
135 |
gc/stress/gcbasher/TestGCBasherWithG1.java \ |
|
136 |
gc/stress/gcbasher/TestGCBasherWithCMS.java \ |
|
137 |
gc/stress/gcbasher/TestGCBasherWithSerial.java \ |
|
138 |
gc/stress/gcbasher/TestGCBasherWithParallel.java |
|
139 |
||
37222
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
140 |
hotspot_fast_runtime = \ |
26140
5d408e1fa677
8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job
ctornqvi
parents:
25948
diff
changeset
|
141 |
runtime/ \ |
41295
05829aa775b4
8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents:
40919
diff
changeset
|
142 |
-runtime/6626217/Test6626217.sh \ |
05829aa775b4
8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents:
40919
diff
changeset
|
143 |
-runtime/7100935 \ |
05829aa775b4
8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents:
40919
diff
changeset
|
144 |
-runtime/7158988/FieldMonitor.java \ |
05829aa775b4
8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents:
40919
diff
changeset
|
145 |
-runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \ |
05829aa775b4
8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents:
40919
diff
changeset
|
146 |
-runtime/CommandLine/PrintGCApplicationConcurrentTime.java \ |
05829aa775b4
8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents:
40919
diff
changeset
|
147 |
-runtime/ConstantPool/IntfMethod.java \ |
05829aa775b4
8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents:
40919
diff
changeset
|
148 |
-runtime/ErrorHandling/CreateCoredumpOnCrash.java \ |
33135
aa536100693c
8134432: [TESTBUG] Rewrite test/runtime/6888954/vmerrors.sh in Java
gtriantafill
parents:
33117
diff
changeset
|
149 |
-runtime/ErrorHandling/ErrorHandler.java \ |
46284
ad578adff5df
8166944: Hanging Error Reporting steps may lead to torn error logs.
stuefe
parents:
43605
diff
changeset
|
150 |
-runtime/ErrorHandling/TimeoutInErrorHandlingTest.java \ |
41295
05829aa775b4
8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents:
40919
diff
changeset
|
151 |
-runtime/logging/MonitorMismatchTest.java \ |
05829aa775b4
8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents:
40919
diff
changeset
|
152 |
-runtime/memory/ReserveMemory.java \ |
05829aa775b4
8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents:
40919
diff
changeset
|
153 |
-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
|
154 |
-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
|
155 |
-runtime/Metaspace/FragmentMetaspaceSimple.java \ |
41295
05829aa775b4
8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents:
40919
diff
changeset
|
156 |
-runtime/MirrorFrame/Test8003720.java \ |
05829aa775b4
8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents:
40919
diff
changeset
|
157 |
-runtime/modules/LoadUnloadModuleStress.java \ |
05829aa775b4
8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents:
40919
diff
changeset
|
158 |
-runtime/modules/ModuleStress/ExportModuleStressTest.java \ |
05829aa775b4
8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents:
40919
diff
changeset
|
159 |
-runtime/modules/ModuleStress/ModuleStressGC.java \ |
05829aa775b4
8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents:
40919
diff
changeset
|
160 |
-runtime/NMT \ |
05829aa775b4
8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents:
40919
diff
changeset
|
161 |
-runtime/RedefineObject/TestRedefineObject.java \ |
41727
f1658e76a682
8164921: Memory leaked when instrumentation.retransformClasses() is called repeatedly
coleenp
parents:
41295
diff
changeset
|
162 |
-runtime/RedefineTests/RedefineLeak.java \ |
41295
05829aa775b4
8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents:
40919
diff
changeset
|
163 |
-runtime/RedefineTests/RedefinePreviousVersions.java \ |
05829aa775b4
8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents:
40919
diff
changeset
|
164 |
-runtime/RedefineTests/RedefineRunningMethods.java \ |
05829aa775b4
8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents:
40919
diff
changeset
|
165 |
-runtime/RedefineTests/RedefineRunningMethodsWithBacktrace.java \ |
05829aa775b4
8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents:
40919
diff
changeset
|
166 |
-runtime/ReservedStack \ |
37196
f3f7367e8c53
8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents:
36593
diff
changeset
|
167 |
-runtime/SelectionResolution/AbstractMethodErrorTest.java \ |
f3f7367e8c53
8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents:
36593
diff
changeset
|
168 |
-runtime/SelectionResolution/IllegalAccessErrorTest.java \ |
f3f7367e8c53
8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents:
36593
diff
changeset
|
169 |
-runtime/SelectionResolution/InvokeInterfaceICCE.java \ |
f3f7367e8c53
8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents:
36593
diff
changeset
|
170 |
-runtime/SelectionResolution/InvokeInterfaceSuccessTest.java \ |
f3f7367e8c53
8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents:
36593
diff
changeset
|
171 |
-runtime/SelectionResolution/InvokeSpecialICCE.java \ |
f3f7367e8c53
8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents:
36593
diff
changeset
|
172 |
-runtime/SelectionResolution/InvokeSpecialSuccessTest.java \ |
f3f7367e8c53
8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents:
36593
diff
changeset
|
173 |
-runtime/SelectionResolution/InvokeStaticICCE.java \ |
f3f7367e8c53
8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents:
36593
diff
changeset
|
174 |
-runtime/SelectionResolution/InvokeVirtualICCE.java \ |
f3f7367e8c53
8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents:
36593
diff
changeset
|
175 |
-runtime/SelectionResolution/InvokeVirtualSuccessTest.java \ |
26140
5d408e1fa677
8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job
ctornqvi
parents:
25948
diff
changeset
|
176 |
-runtime/SharedArchiveFile/CdsSameObjectAlignment.java \ |
5d408e1fa677
8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job
ctornqvi
parents:
25948
diff
changeset
|
177 |
-runtime/SharedArchiveFile/DefaultUseWithClient.java \ |
41295
05829aa775b4
8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents:
40919
diff
changeset
|
178 |
-runtime/SharedArchiveFile/SharedBaseAddress.java \ |
26687
eb6c5d0d1d6b
8055145: [TESTBUG] runtime/7158988/FieldMonitor.java fails with VMDisconnectedException
coleenp
parents:
26568
diff
changeset
|
179 |
-runtime/Thread/CancellableThreadTest.java \ |
41295
05829aa775b4
8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents:
40919
diff
changeset
|
180 |
-runtime/Thread/TestThreadDumpMonitorContention.java \ |
05829aa775b4
8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents:
40919
diff
changeset
|
181 |
-runtime/Unsafe/RangeCheck.java \ |
30598
d50cc6db5e4c
8078558: [TESTBUG] Merge hotspot_wbapitest with existing jtreg jprt job
ctornqvi
parents:
30286
diff
changeset
|
182 |
sanity/ \ |
28181
ce5d307551ea
8066862: TestMutuallyExclusivePlatformPredicates fails on all platforms
fzhinkin
parents:
28176
diff
changeset
|
183 |
testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java |
25628 | 184 |
|
37222
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
185 |
hotspot_fast_serviceability = \ |
35503
c0385153199d
8147079: Add serviceability/logging folder to hotspot_serviceability test group
mlarsson
parents:
35496
diff
changeset
|
186 |
serviceability/dcmd/compiler \ |
c0385153199d
8147079: Add serviceability/logging folder to hotspot_serviceability test group
mlarsson
parents:
35496
diff
changeset
|
187 |
serviceability/logging |
25628 | 188 |
|
28173
51423507bb7e
8067452: Rename hotspot_all in hotspot/test/TEST.groups
ehelin
parents:
27902
diff
changeset
|
189 |
hotspot_jprt = \ |
37222
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
190 |
:hotspot_fast_compiler_1 \ |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
191 |
:hotspot_fast_compiler_2 \ |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
192 |
:hotspot_fast_compiler_3 \ |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
193 |
:hotspot_fast_compiler_closed \ |
37426
8d16fcf3039d
8153516: Hotspot TEST.group has error in GC groups definition.
mchernov
parents:
37258
diff
changeset
|
194 |
:hotspot_fast_gc_1 \ |
8d16fcf3039d
8153516: Hotspot TEST.group has error in GC groups definition.
mchernov
parents:
37258
diff
changeset
|
195 |
:hotspot_fast_gc_2 \ |
37222
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
196 |
:hotspot_fast_gc_closed \ |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
197 |
:hotspot_fast_gc_gcold \ |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
198 |
:hotspot_fast_runtime \ |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
199 |
:hotspot_fast_serviceability |
42599
313ee598a1a3
8166761: Compiler testing in tier2 should be optimized to finish in 20 minutes.
lmesnik
parents:
42016
diff
changeset
|
200 |
|
39623 | 201 |
hotspot_runtime_tier2 = \ |
202 |
runtime/ \ |
|
203 |
serviceability/ \ |
|
41295
05829aa775b4
8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents:
40919
diff
changeset
|
204 |
-runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \ |
05829aa775b4
8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents:
40919
diff
changeset
|
205 |
-runtime/Thread/TestThreadDumpMonitorContention.java \ |
39623 | 206 |
-:hotspot_fast_runtime \ |
207 |
-:hotspot_fast_serviceability \ |
|
208 |
-:hotspot_runtime_tier2_platform_agnostic |
|
42599
313ee598a1a3
8166761: Compiler testing in tier2 should be optimized to finish in 20 minutes.
lmesnik
parents:
42016
diff
changeset
|
209 |
|
39623 | 210 |
hotspot_runtime_tier2_platform_agnostic = \ |
211 |
runtime/SelectionResolution \ |
|
212 |
-:hotspot_fast_runtime |
|
42599
313ee598a1a3
8166761: Compiler testing in tier2 should be optimized to finish in 20 minutes.
lmesnik
parents:
42016
diff
changeset
|
213 |
|
41295
05829aa775b4
8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents:
40919
diff
changeset
|
214 |
hotspot_runtime_tier3 = \ |
05829aa775b4
8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents:
40919
diff
changeset
|
215 |
runtime/ \ |
05829aa775b4
8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents:
40919
diff
changeset
|
216 |
serviceability/ \ |
05829aa775b4
8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents:
40919
diff
changeset
|
217 |
-:hotspot_fast_runtime \ |
05829aa775b4
8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents:
40919
diff
changeset
|
218 |
-:hotspot_fast_serviceability \ |
05829aa775b4
8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents:
40919
diff
changeset
|
219 |
-:hotspot_runtime_tier2_platform_agnostic \ |
05829aa775b4
8164852: Move slow tier1/tier2 runtime tests to later tiers
ctornqvi
parents:
40919
diff
changeset
|
220 |
-:hotspot_runtime_tier2 |
27423
a52be21f172a
8028481: [TESTBUG] compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java should be in needs_nashorn test group
vlivanov
parents:
27013
diff
changeset
|
221 |
|
40660
d2f433c48708
8155964: Create a set of tests for verifying the Minimal VM
ctornqvi
parents:
40361
diff
changeset
|
222 |
hotspot_runtime_minimalvm = \ |
d2f433c48708
8155964: Create a set of tests for verifying the Minimal VM
ctornqvi
parents:
40361
diff
changeset
|
223 |
runtime/MinimalVM \ |
d2f433c48708
8155964: Create a set of tests for verifying the Minimal VM
ctornqvi
parents:
40361
diff
changeset
|
224 |
runtime/ErrorHandling \ |
d2f433c48708
8155964: Create a set of tests for verifying the Minimal VM
ctornqvi
parents:
40361
diff
changeset
|
225 |
runtime/logging |