author | shade |
Wed, 06 Apr 2016 10:50:19 +0300 | |
changeset 37412 | d5f8d53af5ec |
parent 37258 | d5fb0ee5e41a |
child 37426 | 8d16fcf3039d |
child 37267 | ad8c0e8de29f |
permissions | -rw-r--r-- |
19555 | 1 |
# |
36576 | 2 |
# Copyright (c) 2013, 2016, 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 |
||
24 |
# Profile-based Test Group Definitions |
|
25 |
# |
|
26 |
# These groups define the tests that cover the different possible runtimes: |
|
27 |
# - compact1, compact2, compact3, full JRE, JDK |
|
28 |
# |
|
29 |
# In addition they support testing of the minimal VM on compact1 and compact2. |
|
20718
c4a5c7c1f6c9
8026365: NoClassDefinitionFound for anonymous class invokespecial.
acorn
parents:
20388
diff
changeset
|
30 |
# Essentially this defines groups based around the specified API's and VM |
19555 | 31 |
# services available in the runtime. |
32 |
# |
|
33 |
# The groups are defined hierarchically in two forms: |
|
34 |
# - The need_xxx groups list all the tests that have a dependency on |
|
35 |
# a specific profile. This is either because it tests a feature in |
|
36 |
# that profile, or the test infrastructure uses a feature in that |
|
37 |
# profile. |
|
38 |
# - The primary groups are defined in terms of the other primary groups |
|
39 |
# combined with the needs_xxx groups (including and excluding them as |
|
40 |
# appropriate). For example the jre can run all tests from compact3, plus |
|
41 |
# those from needs_jre, but excluding those from need_jdk. |
|
42 |
# |
|
43 |
# The bottom group defines all the actual tests to be considered, simply |
|
44 |
# by listing the top-level test directories. |
|
45 |
# |
|
46 |
# To use a group simply list it on the jtreg command line eg: |
|
20718
c4a5c7c1f6c9
8026365: NoClassDefinitionFound for anonymous class invokespecial.
acorn
parents:
20388
diff
changeset
|
47 |
# jtreg :jdk |
19555 | 48 |
# runs all tests. While |
20718
c4a5c7c1f6c9
8026365: NoClassDefinitionFound for anonymous class invokespecial.
acorn
parents:
20388
diff
changeset
|
49 |
# jtreg :compact2 |
19555 | 50 |
# runs those tests that only require compact1 and compact2 API's. |
51 |
# |
|
52 |
||
28173
51423507bb7e
8067452: Rename hotspot_all in hotspot/test/TEST.groups
ehelin
parents:
27902
diff
changeset
|
53 |
hotspot_all = \ |
51423507bb7e
8067452: Rename hotspot_all in hotspot/test/TEST.groups
ehelin
parents:
27902
diff
changeset
|
54 |
/ |
37222
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
55 |
|
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
56 |
hotspot_compiler = \ |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
57 |
compiler |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
58 |
|
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
59 |
hotspot_gc = \ |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
60 |
gc |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
61 |
|
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
62 |
hotspot_runtime = \ |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
63 |
runtime |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
64 |
|
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
65 |
hotspot_serviceability = \ |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
66 |
serviceability |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
67 |
|
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
68 |
hotspot_misc = \ |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
69 |
/ \ |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
70 |
-:hotspot_compiler \ |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
71 |
-:hotspot_gc \ |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
72 |
-:hotspot_runtime \ |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
73 |
-:hotspot_serviceability |
28173
51423507bb7e
8067452: Rename hotspot_all in hotspot/test/TEST.groups
ehelin
parents:
27902
diff
changeset
|
74 |
|
19555 | 75 |
# Full JDK can run all tests |
76 |
# |
|
77 |
jdk = \ |
|
78 |
:jre \ |
|
79 |
:needs_jdk |
|
80 |
||
81 |
# Tests that require a full JDK to execute. Either they test a feature |
|
82 |
# only in the JDK or they use tools that are only in the JDK. The latter |
|
83 |
# can be resolved in some cases by using tools from the compile-jdk. |
|
84 |
# |
|
85 |
needs_jdk = \ |
|
19999
6d32873daaed
8024884: Test name changed, test list not updated
jwilhelm
parents:
19558
diff
changeset
|
86 |
gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java \ |
19555 | 87 |
gc/metaspace/TestMetaspacePerfCounters.java \ |
21062
c3807caf41a2
8026872: [TESTBUG] Classes OOMCrashClass4000_1.class and OOMCrashClass1960_2.class from runtime/ClassFile/ tests won't run on compact profiles
dholmes
parents:
20388
diff
changeset
|
88 |
gc/metaspace/TestPerfCountersAndMemoryPools.java \ |
19555 | 89 |
runtime/6819213/TestBootNativeLibraryPath.java \ |
90 |
runtime/7158988/FieldMonitor.java \ |
|
91 |
runtime/Metaspace/FragmentMetaspace.java \ |
|
92 |
runtime/NMT/BaselineWithParameter.java \ |
|
25948
9b33776f4f07
8044140: Create NMT (Native Memory Tracking) tests for NMT2
zgu
parents:
25908
diff
changeset
|
93 |
runtime/NMT/JcmdBaselineDetail.java \ |
9b33776f4f07
8044140: Create NMT (Native Memory Tracking) tests for NMT2
zgu
parents:
25908
diff
changeset
|
94 |
runtime/NMT/JcmdDetailDiff.java \ |
9b33776f4f07
8044140: Create NMT (Native Memory Tracking) tests for NMT2
zgu
parents:
25908
diff
changeset
|
95 |
runtime/NMT/JcmdScaleDetail.java \ |
19555 | 96 |
runtime/NMT/JcmdScale.java \ |
25948
9b33776f4f07
8044140: Create NMT (Native Memory Tracking) tests for NMT2
zgu
parents:
25908
diff
changeset
|
97 |
runtime/NMT/JcmdSummaryDiff.java \ |
19555 | 98 |
runtime/NMT/JcmdWithNMTDisabled.java \ |
25948
9b33776f4f07
8044140: Create NMT (Native Memory Tracking) tests for NMT2
zgu
parents:
25908
diff
changeset
|
99 |
runtime/NMT/MallocRoundingReportTest.java \ |
9b33776f4f07
8044140: Create NMT (Native Memory Tracking) tests for NMT2
zgu
parents:
25908
diff
changeset
|
100 |
runtime/NMT/MallocSiteHashOverflow.java \ |
9b33776f4f07
8044140: Create NMT (Native Memory Tracking) tests for NMT2
zgu
parents:
25908
diff
changeset
|
101 |
runtime/NMT/MallocStressTest.java \ |
19555 | 102 |
runtime/NMT/MallocTestType.java \ |
26568
65dbacf42e6d
8054836: [TESTBUG] Test is needed to verify correctness of malloc tracking
gtriantafill
parents:
26561
diff
changeset
|
103 |
runtime/NMT/MallocTrackingVerify.java \ |
19555 | 104 |
runtime/NMT/ReleaseCommittedMemory.java \ |
25948
9b33776f4f07
8044140: Create NMT (Native Memory Tracking) tests for NMT2
zgu
parents:
25908
diff
changeset
|
105 |
runtime/NMT/ReleaseNoCommit.java \ |
19555 | 106 |
runtime/NMT/ShutdownTwice.java \ |
107 |
runtime/NMT/SummaryAfterShutdown.java \ |
|
108 |
runtime/NMT/SummarySanityCheck.java \ |
|
109 |
runtime/NMT/ThreadedMallocTestType.java \ |
|
110 |
runtime/NMT/ThreadedVirtualAllocTestType.java \ |
|
25948
9b33776f4f07
8044140: Create NMT (Native Memory Tracking) tests for NMT2
zgu
parents:
25908
diff
changeset
|
111 |
runtime/NMT/VirtualAllocCommitUncommitRecommit.java \ |
19555 | 112 |
runtime/NMT/VirtualAllocTestType.java \ |
113 |
runtime/RedefineObject/TestRedefineObject.java \ |
|
24832
26a834fb508d
8036823: Stack trace sometimes shows 'locked' instead of 'waiting to lock'
dcubed
parents:
24659
diff
changeset
|
114 |
runtime/Thread/TestThreadDumpMonitorContention.java \ |
28471
d86dbab0aedc
8060219: [TESTBUG] runtime/7194254/Test7194254.java fails to find jstack with modular image build
ctornqvi
parents:
28203
diff
changeset
|
115 |
runtime/Thread/ThreadPriorities.java \ |
19977
90bac254adac
8024505: [TESTBUG] update test groups for additional tests that can't run on the minimal VM
dholmes
parents:
19558
diff
changeset
|
116 |
runtime/XCheckJniJsig/XCheckJSig.java \ |
20388
2cf7b26682dc
6313383: SA: Update jmap to support HPROF binary format "JAVA PROFILE 1.0.2"
sla
parents:
20370
diff
changeset
|
117 |
serviceability/attach/AttachWithStalePidFile.java \ |
22490
039128291aa6
8031304: Add dcmd to print all loaded dynamic libraries.
farvidsson
parents:
21912
diff
changeset
|
118 |
serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java \ |
35493
863fb33f9940
8130063: Refactoring tmtools jstat and jstack tests to jtreg
akulyakh
parents:
35061
diff
changeset
|
119 |
serviceability/dcmd/vm/DynLibsTest.java \ |
863fb33f9940
8130063: Refactoring tmtools jstat and jstack tests to jtreg
akulyakh
parents:
35061
diff
changeset
|
120 |
serviceability/tmtools |
20388
2cf7b26682dc
6313383: SA: Update jmap to support HPROF binary format "JAVA PROFILE 1.0.2"
sla
parents:
20370
diff
changeset
|
121 |
|
19555 | 122 |
|
123 |
# JRE adds further tests to compact3 |
|
124 |
# |
|
125 |
jre = \ |
|
126 |
:compact3 \ |
|
127 |
:needs_jre \ |
|
128 |
-:needs_jdk |
|
129 |
||
130 |
# Tests that require the full JRE |
|
131 |
# |
|
132 |
needs_jre = \ |
|
27699
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
133 |
compiler/c2/6852078/Test6852078.java \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
134 |
compiler/c2/7047069/Test7047069.java \ |
21062
c3807caf41a2
8026872: [TESTBUG] Classes OOMCrashClass4000_1.class and OOMCrashClass1960_2.class from runtime/ClassFile/ tests won't run on compact profiles
dholmes
parents:
20388
diff
changeset
|
135 |
runtime/6294277/SourceDebugExtension.java \ |
c3807caf41a2
8026872: [TESTBUG] Classes OOMCrashClass4000_1.class and OOMCrashClass1960_2.class from runtime/ClassFile/ tests won't run on compact profiles
dholmes
parents:
20388
diff
changeset
|
136 |
runtime/ClassFile/JsrRewriting.java \ |
29349
9e9b279c217e
8067162: [TESTBUG] runtime/SharedArchiveFile tests fail on compact profiles
skovalev
parents:
29334
diff
changeset
|
137 |
runtime/ClassFile/OomWhileParsingRepeatedJsr.java \ |
9e9b279c217e
8067162: [TESTBUG] runtime/SharedArchiveFile tests fail on compact profiles
skovalev
parents:
29334
diff
changeset
|
138 |
runtime/SharedArchiveFile/LimitSharedSizes.java \ |
9e9b279c217e
8067162: [TESTBUG] runtime/SharedArchiveFile tests fail on compact profiles
skovalev
parents:
29334
diff
changeset
|
139 |
runtime/SharedArchiveFile/SpaceUtilizationCheck.java |
19555 | 140 |
|
141 |
# Compact 3 adds further tests to compact2 |
|
142 |
# |
|
143 |
compact3 = \ |
|
144 |
:compact2 \ |
|
145 |
:needs_compact3 \ |
|
146 |
-:needs_jre \ |
|
147 |
-:needs_jdk |
|
148 |
||
149 |
||
150 |
# Tests that require compact3 API's |
|
151 |
# |
|
152 |
needs_compact3 = \ |
|
35504
aabd81013e37
8147075: Rename old GC JTreg tests to the new naming scheme
dfazunen
parents:
35503
diff
changeset
|
153 |
gc/TestFullGCCount.java \ |
19555 | 154 |
gc/arguments/TestG1HeapRegionSize.java \ |
23466
9d07219a52a9
8037510: CMM Testing: Check Min/MaxHeapFreeRatio flags allows to shrink the heap when using ParallelGC
jwilhelm
parents:
23205
diff
changeset
|
155 |
gc/arguments/TestDynMinHeapFreeRatio.java \ |
9d07219a52a9
8037510: CMM Testing: Check Min/MaxHeapFreeRatio flags allows to shrink the heap when using ParallelGC
jwilhelm
parents:
23205
diff
changeset
|
156 |
gc/arguments/TestDynMaxHeapFreeRatio.java \ |
35504
aabd81013e37
8147075: Rename old GC JTreg tests to the new naming scheme
dfazunen
parents:
35503
diff
changeset
|
157 |
gc/cms/TestMBeanCMS.java \ |
aabd81013e37
8147075: Rename old GC JTreg tests to the new naming scheme
dfazunen
parents:
35503
diff
changeset
|
158 |
gc/g1/TestHumongousAllocInitialMark.java \ |
26933
2929c88db04e
8043766: CMM Testing: 8u40 Decommit auxiliary data structures
tschatzl
parents:
26818
diff
changeset
|
159 |
gc/g1/TestShrinkAuxiliaryData00.java \ |
2929c88db04e
8043766: CMM Testing: 8u40 Decommit auxiliary data structures
tschatzl
parents:
26818
diff
changeset
|
160 |
gc/g1/TestShrinkAuxiliaryData05.java \ |
2929c88db04e
8043766: CMM Testing: 8u40 Decommit auxiliary data structures
tschatzl
parents:
26818
diff
changeset
|
161 |
gc/g1/TestShrinkAuxiliaryData10.java \ |
2929c88db04e
8043766: CMM Testing: 8u40 Decommit auxiliary data structures
tschatzl
parents:
26818
diff
changeset
|
162 |
gc/g1/TestShrinkAuxiliaryData15.java \ |
2929c88db04e
8043766: CMM Testing: 8u40 Decommit auxiliary data structures
tschatzl
parents:
26818
diff
changeset
|
163 |
gc/g1/TestShrinkAuxiliaryData20.java \ |
2929c88db04e
8043766: CMM Testing: 8u40 Decommit auxiliary data structures
tschatzl
parents:
26818
diff
changeset
|
164 |
gc/g1/TestShrinkAuxiliaryData25.java \ |
2929c88db04e
8043766: CMM Testing: 8u40 Decommit auxiliary data structures
tschatzl
parents:
26818
diff
changeset
|
165 |
gc/g1/TestShrinkAuxiliaryData30.java \ |
35504
aabd81013e37
8147075: Rename old GC JTreg tests to the new naming scheme
dfazunen
parents:
35503
diff
changeset
|
166 |
gc/metaspace/TestMetaspaceMemoryPool.java \ |
27890
9c0e6a049e1f
8037968: Add tests on alignment of objects copied to survivor space
fzhinkin
parents:
27645
diff
changeset
|
167 |
gc/survivorAlignment \ |
19555 | 168 |
runtime/InternalApi/ThreadCpuTimesDeadlock.java \ |
31518
2c9bfffb1b71
8067163: Several JT_HS tests fails due to ClassNotFoundException on compacts
skovalev
parents:
31376
diff
changeset
|
169 |
runtime/NMT/JcmdSummaryDiff.java \ |
2c9bfffb1b71
8067163: Several JT_HS tests fails due to ClassNotFoundException on compacts
skovalev
parents:
31376
diff
changeset
|
170 |
runtime/RedefineTests/RedefineAnnotations.java |
30755
60481f3d4bd6
8077620: [TESTBUG] Some of the hotspot tests require at least compact profile 3
iignatyev
parents:
30607
diff
changeset
|
171 |
serviceability/sa/jmap-hashcode/Test8028623.java \ |
23205
534774811483
8028482: [TESTBUG] tests that use JMX should be in need_compact3 test group
iignatyev
parents:
22898
diff
changeset
|
172 |
serviceability/threads/TestFalseDeadLock.java \ |
28828
6a45344e2b3f
8072405: [TESTBUG] DCMD tests needs at least compact3 profile
miauno
parents:
28821
diff
changeset
|
173 |
compiler/codecache/jmx \ |
30755
60481f3d4bd6
8077620: [TESTBUG] Some of the hotspot tests require at least compact profile 3
iignatyev
parents:
30607
diff
changeset
|
174 |
compiler/jsr292/RedefineMethodUsedByMultipleMethodHandles.java \ |
60481f3d4bd6
8077620: [TESTBUG] Some of the hotspot tests require at least compact profile 3
iignatyev
parents:
30607
diff
changeset
|
175 |
compiler/rangechecks/TestRangeCheckSmearing.java \ |
31518
2c9bfffb1b71
8067163: Several JT_HS tests fails due to ClassNotFoundException on compacts
skovalev
parents:
31376
diff
changeset
|
176 |
compiler/whitebox/DeoptimizeMultipleOSRTest.java \ |
2c9bfffb1b71
8067163: Several JT_HS tests fails due to ClassNotFoundException on compacts
skovalev
parents:
31376
diff
changeset
|
177 |
serviceability/dcmd \ |
2c9bfffb1b71
8067163: Several JT_HS tests fails due to ClassNotFoundException on compacts
skovalev
parents:
31376
diff
changeset
|
178 |
testlibrary_tests/whitebox/vm_flags |
19555 | 179 |
|
180 |
# Compact 2 adds full VM tests |
|
181 |
compact2 = \ |
|
182 |
:compact2_minimal \ |
|
19558
05207ca38d98
8023900: [TESTBUG] Initial compact profile test groups need adjusting
dholmes
parents:
19555
diff
changeset
|
183 |
:compact1 \ |
19555 | 184 |
:needs_full_vm_compact2 \ |
185 |
-:needs_compact3 \ |
|
186 |
-:needs_jre \ |
|
187 |
-:needs_jdk |
|
188 |
||
189 |
# Tests that require compact2 API's and a full VM |
|
20718
c4a5c7c1f6c9
8026365: NoClassDefinitionFound for anonymous class invokespecial.
acorn
parents:
20388
diff
changeset
|
190 |
# |
19555 | 191 |
needs_full_vm_compact2 = |
192 |
||
193 |
# Compact 1 adds full VM tests |
|
194 |
# |
|
195 |
compact1 = \ |
|
196 |
:compact1_minimal \ |
|
197 |
:needs_full_vm_compact1 \ |
|
198 |
-:needs_compact2 \ |
|
199 |
-:needs_full_vm_compact2 \ |
|
200 |
-:needs_compact3 \ |
|
201 |
-:needs_jre \ |
|
202 |
-:needs_jdk |
|
203 |
||
204 |
# Tests that require compact1 API's and a full VM |
|
205 |
# |
|
206 |
needs_full_vm_compact1 = \ |
|
207 |
runtime/NMT \ |
|
208 |
gc/g1/TestRegionAlignment.java \ |
|
209 |
gc/g1/TestShrinkToOneRegion.java \ |
|
210 |
gc/metaspace/G1AddMetaspaceDependency.java \ |
|
19977
90bac254adac
8024505: [TESTBUG] update test groups for additional tests that can't run on the minimal VM
dholmes
parents:
19558
diff
changeset
|
211 |
gc/startup_warnings/TestCMS.java \ |
90bac254adac
8024505: [TESTBUG] update test groups for additional tests that can't run on the minimal VM
dholmes
parents:
19558
diff
changeset
|
212 |
gc/startup_warnings/TestDefNewCMS.java \ |
90bac254adac
8024505: [TESTBUG] update test groups for additional tests that can't run on the minimal VM
dholmes
parents:
19558
diff
changeset
|
213 |
gc/startup_warnings/TestParallelGC.java \ |
90bac254adac
8024505: [TESTBUG] update test groups for additional tests that can't run on the minimal VM
dholmes
parents:
19558
diff
changeset
|
214 |
gc/startup_warnings/TestParallelScavengeSerialOld.java \ |
90bac254adac
8024505: [TESTBUG] update test groups for additional tests that can't run on the minimal VM
dholmes
parents:
19558
diff
changeset
|
215 |
gc/startup_warnings/TestParNewCMS.java \ |
90bac254adac
8024505: [TESTBUG] update test groups for additional tests that can't run on the minimal VM
dholmes
parents:
19558
diff
changeset
|
216 |
gc/startup_warnings/TestParNewSerialOld.java \ |
90bac254adac
8024505: [TESTBUG] update test groups for additional tests that can't run on the minimal VM
dholmes
parents:
19558
diff
changeset
|
217 |
runtime/SharedArchiveFile/SharedArchiveFile.java |
19555 | 218 |
|
219 |
# Minimal VM on Compact 2 adds in some compact2 tests |
|
220 |
# |
|
221 |
compact2_minimal = \ |
|
222 |
:compact1_minimal \ |
|
223 |
:needs_compact2 \ |
|
19558
05207ca38d98
8023900: [TESTBUG] Initial compact profile test groups need adjusting
dholmes
parents:
19555
diff
changeset
|
224 |
-:needs_full_vm_compact2 \ |
19555 | 225 |
-:needs_compact3 \ |
226 |
-:needs_jre \ |
|
227 |
-:needs_jdk |
|
228 |
||
229 |
# Tests that require compact2 API's |
|
230 |
# |
|
27423
a52be21f172a
8028481: [TESTBUG] compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java should be in needs_nashorn test group
vlivanov
parents:
27013
diff
changeset
|
231 |
needs_compact2 = \ |
a52be21f172a
8028481: [TESTBUG] compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java should be in needs_nashorn test group
vlivanov
parents:
27013
diff
changeset
|
232 |
compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java |
19555 | 233 |
|
234 |
# All tests that run on the most minimal configuration: Minimal VM on Compact 1 |
|
235 |
compact1_minimal = \ |
|
236 |
serviceability/ \ |
|
237 |
compiler/ \ |
|
238 |
sanity/ \ |
|
239 |
runtime/ \ |
|
240 |
gc/ \ |
|
241 |
-:needs_full_vm_compact1 \ |
|
242 |
-:needs_full_vm_compact2 \ |
|
243 |
-:needs_compact2 \ |
|
244 |
-:needs_compact3 \ |
|
245 |
-:needs_jre \ |
|
246 |
-:needs_jdk |
|
24943
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
247 |
|
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
248 |
# All tests that explicitly set the G1 GC |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
249 |
# |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
250 |
needs_g1gc = \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
251 |
compiler/regalloc/C1ObjectSpillInLogicOp.java \ |
37258
d5fb0ee5e41a
8151499: gc/g1/g1OopClosures.inline.hpp: assert(_from->is_in_reserved(p)) failed: p is not in from
tschatzl
parents:
37222
diff
changeset
|
252 |
gc/TestHumongousReferenceObject.java \ |
36576 | 253 |
gc/TestSmallHeap.java \ |
24943
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
254 |
gc/TestSystemGC.java \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
255 |
gc/arguments/TestAlignmentToUseLargePages.java \ |
36576 | 256 |
gc/arguments/TestG1ConcRefinementThreads.java \ |
24943
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
257 |
gc/arguments/TestG1HeapRegionSize.java \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
258 |
gc/arguments/TestG1HeapSizeFlags.java \ |
28832
4c2704386850
8068942: Improve validation of -XX:G1ConfidencePercent value
kbarrett
parents:
28504
diff
changeset
|
259 |
gc/arguments/TestG1PercentageOptions.java \ |
24943
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
260 |
gc/arguments/TestMaxHeapSizeTools.java \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
261 |
gc/arguments/TestMaxNewSize.java \ |
26939 | 262 |
gc/arguments/TestParallelGCThreads.java \ |
24943
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
263 |
gc/arguments/TestUseCompressedOopsErgo.java \ |
25908
8adb2fb6fc3c
8048269: Add flag to turn off class unloading after G1 concurrent mark
stefank
parents:
25738
diff
changeset
|
264 |
gc/class_unloading/TestG1ClassUnloadingHWM.java \ |
31623
5b83e0eb7073
8129430: tests that requrie G1 should be excluded from execution on embedded platfomrs where g1 is not supported
dpochepk
parents:
31376
diff
changeset
|
265 |
gc/ergonomics/TestDynamicNumberOfGCThreads.java \ |
24943
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
266 |
gc/g1/ \ |
36576 | 267 |
gc/logging/TestGCId.java \ |
24943
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
268 |
gc/metaspace/G1AddMetaspaceDependency.java \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
269 |
gc/metaspace/TestMetaspacePerfCounters.java \ |
28484
8a7e30de7ebb
8067368: TestConcMarkCycleWB.java crashed at G1CollectedHeap::heap()+0xb
sjohanss
parents:
28397
diff
changeset
|
270 |
gc/startup_warnings/TestG1.java \ |
36576 | 271 |
gc/whitebox/TestConcMarkCycleWB.java |
24943
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
272 |
|
29179
8836e3bd543b
8072842: Add support for building native JTReg tests
ihse
parents:
28936
diff
changeset
|
273 |
hotspot_native_sanity = \ |
8836e3bd543b
8072842: Add support for building native JTReg tests
ihse
parents:
28936
diff
changeset
|
274 |
native_sanity |
8836e3bd543b
8072842: Add support for building native JTReg tests
ihse
parents:
28936
diff
changeset
|
275 |
|
37222
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
276 |
hotspot_fast_compiler_1 = \ |
27699
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
277 |
compiler/arraycopy/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
278 |
compiler/c1/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
279 |
compiler/c2/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
280 |
-compiler/c2/5091921/Test6850611.java \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
281 |
-compiler/c2/5091921/Test6890943.java \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
282 |
-compiler/c2/5091921/Test6905845.java \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
283 |
-compiler/c2/6340864 \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
284 |
-compiler/c2/6589834 \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
285 |
-compiler/c2/6603011 \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
286 |
-compiler/c2/6912517 \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
287 |
-compiler/c2/6792161 \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
288 |
-compiler/c2/7070134 \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
289 |
-compiler/c2/8004867 |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
290 |
|
37222
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
291 |
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
|
292 |
compiler/classUnloading/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
293 |
compiler/codecache/ \ |
26803
05d9c0cdc3f3
8050407: Add jtreg compiler tests to Hotspot JPRT jobs
zmajo
parents:
26568
diff
changeset
|
294 |
compiler/codegen/ \ |
27699
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
295 |
compiler/cpuflags/ \ |
27700
a402738ebfcf
8050079: crash while compiling java.lang.ref.Finalizer::runFinalizer
thartmann
parents:
27699
diff
changeset
|
296 |
compiler/dependencies/ \ |
27699
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
297 |
compiler/eliminateAutobox/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
298 |
compiler/escapeAnalysis/ \ |
27011
d8db57f7a955
8059299: assert(adr_type != NULL) failed: expecting TypeKlassPtr
kvn
parents:
26941
diff
changeset
|
299 |
compiler/exceptions/ \ |
27699
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
300 |
compiler/floatingpoint/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
301 |
compiler/gcbarriers/ \ |
26803
05d9c0cdc3f3
8050407: Add jtreg compiler tests to Hotspot JPRT jobs
zmajo
parents:
26568
diff
changeset
|
302 |
compiler/inlining/ \ |
27699
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
303 |
compiler/integerArithmetic/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
304 |
compiler/interpreter/ \ |
35145 | 305 |
compiler/jvmci/ \ |
28503
862f2b351181
8069021: Exclude compiler/codecache/stress tests from JPRT runs
kvn
parents:
28397
diff
changeset
|
306 |
-compiler/codegen/7184394 \ |
862f2b351181
8069021: Exclude compiler/codecache/stress tests from JPRT runs
kvn
parents:
28397
diff
changeset
|
307 |
-compiler/codecache/stress |
26941
96aa76b27b9c
8058891: serviceability/dcmd/CodelistTest.java - fails on all platforms
neliasso
parents:
26915
diff
changeset
|
308 |
|
37222
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
309 |
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
|
310 |
compiler/intrinsics/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
311 |
compiler/jsr292/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
312 |
compiler/loopopts/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
313 |
compiler/macronodes/ \ |
35548
8d3afe96ffea
8086053: Address inconsistencies regarding ZeroTLAB
zmajo
parents:
35145
diff
changeset
|
314 |
compiler/memoryinitialization/ \ |
27699
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
315 |
compiler/osr/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
316 |
compiler/regalloc/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
317 |
compiler/runtime/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
318 |
compiler/startup/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
319 |
compiler/types/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
320 |
compiler/uncommontrap/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
321 |
compiler/unsafe/ \ |
36335
fb37a966adf0
8150349: Reduce the execution time of the hotspot_compiler_3 group
zmajo
parents:
35606
diff
changeset
|
322 |
-compiler/intrinsics/adler32 \ |
fb37a966adf0
8150349: Reduce the execution time of the hotspot_compiler_3 group
zmajo
parents:
35606
diff
changeset
|
323 |
-compiler/intrinsics/bmi \ |
27699
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
324 |
-compiler/intrinsics/mathexact \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
325 |
-compiler/intrinsics/multiplytolen \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
326 |
-compiler/intrinsics/sha \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
327 |
-compiler/loopopts/7052494 \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
328 |
-compiler/runtime/6826736 |
26803
05d9c0cdc3f3
8050407: Add jtreg compiler tests to Hotspot JPRT jobs
zmajo
parents:
26568
diff
changeset
|
329 |
|
37222
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
330 |
hotspot_fast_compiler_closed = \ |
29334
e9f65377a695
8067157: Closed compiler tests should not be in hotspot/test/TEST.groups
ppunegov
parents:
28936
diff
changeset
|
331 |
sanity/ExecuteInternalVMTests.java |
25628 | 332 |
|
37222
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
333 |
hotspot_fast_gc_1 = \ |
37207 | 334 |
gc/g1/ |
335 |
||
37222
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
336 |
hotspot_fast_gc_2 = \ |
28176
cb40f69fb5ea
8067115: Add jtreg gc tests to Hotspot JPRT jobs
brutisso
parents:
27902
diff
changeset
|
337 |
sanity/ExecuteInternalVMTests.java \ |
cb40f69fb5ea
8067115: Add jtreg gc tests to Hotspot JPRT jobs
brutisso
parents:
27902
diff
changeset
|
338 |
gc/ \ |
37207 | 339 |
-gc/g1/ \ |
340 |
-gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java \ |
|
341 |
-gc/cms/TestMBeanCMS.java \ |
|
28176
cb40f69fb5ea
8067115: Add jtreg gc tests to Hotspot JPRT jobs
brutisso
parents:
27902
diff
changeset
|
342 |
-gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java |
25628 | 343 |
|
37222
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
344 |
hotspot_fast_gc_closed = \ |
28378
b789f366d4c7
8067676: Add applicable closed gc jtreg tests to run in JPRT
brutisso
parents:
28203
diff
changeset
|
345 |
sanity/ExecuteInternalVMTests.java |
b789f366d4c7
8067676: Add applicable closed gc jtreg tests to run in JPRT
brutisso
parents:
28203
diff
changeset
|
346 |
|
37222
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
347 |
hotspot_fast_gc_gcold = \ |
28380 | 348 |
stress/gc/TestGCOld.java |
349 |
||
37222
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
350 |
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
|
351 |
runtime/ \ |
33135
aa536100693c
8134432: [TESTBUG] Rewrite test/runtime/6888954/vmerrors.sh in Java
gtriantafill
parents:
33117
diff
changeset
|
352 |
-runtime/ErrorHandling/ErrorHandler.java \ |
26140
5d408e1fa677
8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job
ctornqvi
parents:
25948
diff
changeset
|
353 |
-runtime/RedefineObject/TestRedefineObject.java \ |
5d408e1fa677
8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job
ctornqvi
parents:
25948
diff
changeset
|
354 |
-runtime/8003720/Test8003720.java \ |
5d408e1fa677
8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job
ctornqvi
parents:
25948
diff
changeset
|
355 |
-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
|
356 |
-runtime/Metaspace/FragmentMetaspaceSimple.java \ |
5d408e1fa677
8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job
ctornqvi
parents:
25948
diff
changeset
|
357 |
-runtime/Thread/TestThreadDumpMonitorContention.java \ |
5d408e1fa677
8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job
ctornqvi
parents:
25948
diff
changeset
|
358 |
-runtime/SharedArchiveFile/SharedBaseAddress.java \ |
5d408e1fa677
8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job
ctornqvi
parents:
25948
diff
changeset
|
359 |
-runtime/memory/ReserveMemory.java \ |
33117
7a40dee50f80
8137194: Exclude runtime/memory/RunUnitTestsConcurrently.java from JPRT
ctornqvi
parents:
32823
diff
changeset
|
360 |
-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
|
361 |
-runtime/Unsafe/RangeCheck.java \ |
37196
f3f7367e8c53
8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents:
36593
diff
changeset
|
362 |
-runtime/SelectionResolution/AbstractMethodErrorTest.java \ |
f3f7367e8c53
8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents:
36593
diff
changeset
|
363 |
-runtime/SelectionResolution/IllegalAccessErrorTest.java \ |
f3f7367e8c53
8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents:
36593
diff
changeset
|
364 |
-runtime/SelectionResolution/InvokeInterfaceICCE.java \ |
f3f7367e8c53
8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents:
36593
diff
changeset
|
365 |
-runtime/SelectionResolution/InvokeInterfaceSuccessTest.java \ |
f3f7367e8c53
8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents:
36593
diff
changeset
|
366 |
-runtime/SelectionResolution/InvokeSpecialICCE.java \ |
f3f7367e8c53
8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents:
36593
diff
changeset
|
367 |
-runtime/SelectionResolution/InvokeSpecialSuccessTest.java \ |
f3f7367e8c53
8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents:
36593
diff
changeset
|
368 |
-runtime/SelectionResolution/InvokeStaticICCE.java \ |
f3f7367e8c53
8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents:
36593
diff
changeset
|
369 |
-runtime/SelectionResolution/InvokeVirtualICCE.java \ |
f3f7367e8c53
8078112: [TESTBUG] Integrate Selection/Resolution test suite into jtreg tests
ddmitriev
parents:
36593
diff
changeset
|
370 |
-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
|
371 |
-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
|
372 |
-runtime/SharedArchiveFile/DefaultUseWithClient.java \ |
26687
eb6c5d0d1d6b
8055145: [TESTBUG] runtime/7158988/FieldMonitor.java fails with VMDisconnectedException
coleenp
parents:
26568
diff
changeset
|
373 |
-runtime/Thread/CancellableThreadTest.java \ |
30286
7e076dc01291
8078383: [TESTBUG] Merge hotspot_runtime and hotspot_runtime_closed in jprt test set
ctornqvi
parents:
30182
diff
changeset
|
374 |
-runtime/7158988/FieldMonitor.java \ |
31372
9821df46cf47
8072931: JEP-JDK-8059557: Test task: test framework development
ddmitriev
parents:
30773
diff
changeset
|
375 |
-runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java \ |
30598
d50cc6db5e4c
8078558: [TESTBUG] Merge hotspot_wbapitest with existing jtreg jprt job
ctornqvi
parents:
30286
diff
changeset
|
376 |
sanity/ \ |
28181
ce5d307551ea
8066862: TestMutuallyExclusivePlatformPredicates fails on all platforms
fzhinkin
parents:
28176
diff
changeset
|
377 |
testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java |
25628 | 378 |
|
37222
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
379 |
hotspot_fast_serviceability = \ |
26941
96aa76b27b9c
8058891: serviceability/dcmd/CodelistTest.java - fails on all platforms
neliasso
parents:
26915
diff
changeset
|
380 |
sanity/ExecuteInternalVMTests.java \ |
35503
c0385153199d
8147079: Add serviceability/logging folder to hotspot_serviceability test group
mlarsson
parents:
35496
diff
changeset
|
381 |
serviceability/dcmd/compiler \ |
c0385153199d
8147079: Add serviceability/logging folder to hotspot_serviceability test group
mlarsson
parents:
35496
diff
changeset
|
382 |
serviceability/logging |
25628 | 383 |
|
28173
51423507bb7e
8067452: Rename hotspot_all in hotspot/test/TEST.groups
ehelin
parents:
27902
diff
changeset
|
384 |
hotspot_jprt = \ |
37222
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
385 |
:hotspot_fast_compiler_1 \ |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
386 |
:hotspot_fast_compiler_2 \ |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
387 |
:hotspot_fast_compiler_3 \ |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
388 |
:hotspot_fast_compiler_closed \ |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
389 |
:hotspot_fast_gc \ |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
390 |
:hotspot_fast_gc_closed \ |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
391 |
:hotspot_fast_gc_gcold \ |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
392 |
:hotspot_fast_runtime \ |
1981bca3f428
8150899: [TESTBUG] Split hotspot_all job into smaller jobs
ctornqvi
parents:
37207
diff
changeset
|
393 |
:hotspot_fast_serviceability |
27423
a52be21f172a
8028481: [TESTBUG] compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java should be in needs_nashorn test group
vlivanov
parents:
27013
diff
changeset
|
394 |
|
a52be21f172a
8028481: [TESTBUG] compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java should be in needs_nashorn test group
vlivanov
parents:
27013
diff
changeset
|
395 |
#All tests that depends on nashorn extension. |
a52be21f172a
8028481: [TESTBUG] compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java should be in needs_nashorn test group
vlivanov
parents:
27013
diff
changeset
|
396 |
# |
a52be21f172a
8028481: [TESTBUG] compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java should be in needs_nashorn test group
vlivanov
parents:
27013
diff
changeset
|
397 |
needs_nashorn = \ |
a52be21f172a
8028481: [TESTBUG] compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java should be in needs_nashorn test group
vlivanov
parents:
27013
diff
changeset
|
398 |
compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java |
a52be21f172a
8028481: [TESTBUG] compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java should be in needs_nashorn test group
vlivanov
parents:
27013
diff
changeset
|
399 |
|
a52be21f172a
8028481: [TESTBUG] compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java should be in needs_nashorn test group
vlivanov
parents:
27013
diff
changeset
|
400 |
#All tests that do not depends on nashorn extension |
a52be21f172a
8028481: [TESTBUG] compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java should be in needs_nashorn test group
vlivanov
parents:
27013
diff
changeset
|
401 |
# |
a52be21f172a
8028481: [TESTBUG] compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java should be in needs_nashorn test group
vlivanov
parents:
27013
diff
changeset
|
402 |
not_needs_nashorn = \ |
a52be21f172a
8028481: [TESTBUG] compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java should be in needs_nashorn test group
vlivanov
parents:
27013
diff
changeset
|
403 |
:jdk \ |
27699
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
404 |
-:needs_nashorn |
35493
863fb33f9940
8130063: Refactoring tmtools jstat and jstack tests to jtreg
akulyakh
parents:
35061
diff
changeset
|
405 |
|
863fb33f9940
8130063: Refactoring tmtools jstat and jstack tests to jtreg
akulyakh
parents:
35061
diff
changeset
|
406 |
hotspot_tmtools = \ |
863fb33f9940
8130063: Refactoring tmtools jstat and jstack tests to jtreg
akulyakh
parents:
35061
diff
changeset
|
407 |
serviceability/tmtools |