author | kbarrett |
Wed, 15 Apr 2015 12:16:01 -0400 | |
changeset 30182 | 1c980a880941 |
parent 29358 | e0b62d177679 |
child 30573 | a0bd2a51cdb3 |
child 30286 | 7e076dc01291 |
permissions | -rw-r--r-- |
19555 | 1 |
# |
28471
d86dbab0aedc
8060219: [TESTBUG] runtime/7194254/Test7194254.java fails to find jstack with modular image build
ctornqvi
parents:
28203
diff
changeset
|
2 |
# Copyright (c) 2013, 2015, 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 |
/ |
51423507bb7e
8067452: Rename hotspot_all in hotspot/test/TEST.groups
ehelin
parents:
27902
diff
changeset
|
55 |
|
19555 | 56 |
# Full JDK can run all tests |
57 |
# |
|
58 |
jdk = \ |
|
59 |
:jre \ |
|
60 |
:needs_jdk |
|
61 |
||
62 |
# Tests that require a full JDK to execute. Either they test a feature |
|
63 |
# only in the JDK or they use tools that are only in the JDK. The latter |
|
64 |
# can be resolved in some cases by using tools from the compile-jdk. |
|
65 |
# |
|
66 |
needs_jdk = \ |
|
19999
6d32873daaed
8024884: Test name changed, test list not updated
jwilhelm
parents:
19558
diff
changeset
|
67 |
gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java \ |
19555 | 68 |
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
|
69 |
gc/metaspace/TestPerfCountersAndMemoryPools.java \ |
19555 | 70 |
runtime/6819213/TestBootNativeLibraryPath.java \ |
71 |
runtime/7158988/FieldMonitor.java \ |
|
72 |
runtime/Metaspace/FragmentMetaspace.java \ |
|
73 |
runtime/NMT/BaselineWithParameter.java \ |
|
25948
9b33776f4f07
8044140: Create NMT (Native Memory Tracking) tests for NMT2
zgu
parents:
25908
diff
changeset
|
74 |
runtime/NMT/JcmdBaselineDetail.java \ |
9b33776f4f07
8044140: Create NMT (Native Memory Tracking) tests for NMT2
zgu
parents:
25908
diff
changeset
|
75 |
runtime/NMT/JcmdDetailDiff.java \ |
9b33776f4f07
8044140: Create NMT (Native Memory Tracking) tests for NMT2
zgu
parents:
25908
diff
changeset
|
76 |
runtime/NMT/JcmdScaleDetail.java \ |
19555 | 77 |
runtime/NMT/JcmdScale.java \ |
25948
9b33776f4f07
8044140: Create NMT (Native Memory Tracking) tests for NMT2
zgu
parents:
25908
diff
changeset
|
78 |
runtime/NMT/JcmdSummaryDiff.java \ |
19555 | 79 |
runtime/NMT/JcmdWithNMTDisabled.java \ |
25948
9b33776f4f07
8044140: Create NMT (Native Memory Tracking) tests for NMT2
zgu
parents:
25908
diff
changeset
|
80 |
runtime/NMT/MallocRoundingReportTest.java \ |
9b33776f4f07
8044140: Create NMT (Native Memory Tracking) tests for NMT2
zgu
parents:
25908
diff
changeset
|
81 |
runtime/NMT/MallocSiteHashOverflow.java \ |
9b33776f4f07
8044140: Create NMT (Native Memory Tracking) tests for NMT2
zgu
parents:
25908
diff
changeset
|
82 |
runtime/NMT/MallocStressTest.java \ |
19555 | 83 |
runtime/NMT/MallocTestType.java \ |
26568
65dbacf42e6d
8054836: [TESTBUG] Test is needed to verify correctness of malloc tracking
gtriantafill
parents:
26561
diff
changeset
|
84 |
runtime/NMT/MallocTrackingVerify.java \ |
19555 | 85 |
runtime/NMT/ReleaseCommittedMemory.java \ |
25948
9b33776f4f07
8044140: Create NMT (Native Memory Tracking) tests for NMT2
zgu
parents:
25908
diff
changeset
|
86 |
runtime/NMT/ReleaseNoCommit.java \ |
19555 | 87 |
runtime/NMT/ShutdownTwice.java \ |
88 |
runtime/NMT/SummaryAfterShutdown.java \ |
|
89 |
runtime/NMT/SummarySanityCheck.java \ |
|
90 |
runtime/NMT/ThreadedMallocTestType.java \ |
|
91 |
runtime/NMT/ThreadedVirtualAllocTestType.java \ |
|
25948
9b33776f4f07
8044140: Create NMT (Native Memory Tracking) tests for NMT2
zgu
parents:
25908
diff
changeset
|
92 |
runtime/NMT/VirtualAllocCommitUncommitRecommit.java \ |
19555 | 93 |
runtime/NMT/VirtualAllocTestType.java \ |
94 |
runtime/RedefineObject/TestRedefineObject.java \ |
|
24832
26a834fb508d
8036823: Stack trace sometimes shows 'locked' instead of 'waiting to lock'
dcubed
parents:
24659
diff
changeset
|
95 |
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
|
96 |
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
|
97 |
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
|
98 |
serviceability/attach/AttachWithStalePidFile.java \ |
22490
039128291aa6
8031304: Add dcmd to print all loaded dynamic libraries.
farvidsson
parents:
21912
diff
changeset
|
99 |
serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java \ |
28821
f7820f311663
8071908: Port internal Diagnostic Command tests and test framework to jtreg
miauno
parents:
28504
diff
changeset
|
100 |
serviceability/dcmd/vm/DynLibsTest.java |
20388
2cf7b26682dc
6313383: SA: Update jmap to support HPROF binary format "JAVA PROFILE 1.0.2"
sla
parents:
20370
diff
changeset
|
101 |
|
19555 | 102 |
|
103 |
# JRE adds further tests to compact3 |
|
104 |
# |
|
105 |
jre = \ |
|
106 |
:compact3 \ |
|
107 |
:needs_jre \ |
|
108 |
-:needs_jdk |
|
109 |
||
110 |
# Tests that require the full JRE |
|
111 |
# |
|
112 |
needs_jre = \ |
|
27699
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
113 |
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
|
114 |
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
|
115 |
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
|
116 |
runtime/ClassFile/JsrRewriting.java \ |
29349
9e9b279c217e
8067162: [TESTBUG] runtime/SharedArchiveFile tests fail on compact profiles
skovalev
parents:
29334
diff
changeset
|
117 |
runtime/ClassFile/OomWhileParsingRepeatedJsr.java \ |
9e9b279c217e
8067162: [TESTBUG] runtime/SharedArchiveFile tests fail on compact profiles
skovalev
parents:
29334
diff
changeset
|
118 |
runtime/SharedArchiveFile/LimitSharedSizes.java \ |
9e9b279c217e
8067162: [TESTBUG] runtime/SharedArchiveFile tests fail on compact profiles
skovalev
parents:
29334
diff
changeset
|
119 |
runtime/SharedArchiveFile/SpaceUtilizationCheck.java |
19555 | 120 |
|
121 |
# Compact 3 adds further tests to compact2 |
|
122 |
# |
|
123 |
compact3 = \ |
|
124 |
:compact2 \ |
|
125 |
:needs_compact3 \ |
|
126 |
-:needs_jre \ |
|
127 |
-:needs_jdk |
|
128 |
||
129 |
||
130 |
# Tests that require compact3 API's |
|
131 |
# |
|
132 |
needs_compact3 = \ |
|
133 |
gc/6581734/Test6581734.java \ |
|
134 |
gc/7072527/TestFullGCCount.java \ |
|
20725
bac04ff7a443
8023158: hotspot/test/gc/7168848/HumongousAlloc.java fails 14 full gcs, expect 0 full gcs
pliden
parents:
20388
diff
changeset
|
135 |
gc/g1/TestHumongousAllocInitialMark.java \ |
19555 | 136 |
gc/arguments/TestG1HeapRegionSize.java \ |
137 |
gc/metaspace/TestMetaspaceMemoryPool.java \ |
|
23466
9d07219a52a9
8037510: CMM Testing: Check Min/MaxHeapFreeRatio flags allows to shrink the heap when using ParallelGC
jwilhelm
parents:
23205
diff
changeset
|
138 |
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
|
139 |
gc/arguments/TestDynMaxHeapFreeRatio.java \ |
26933
2929c88db04e
8043766: CMM Testing: 8u40 Decommit auxiliary data structures
tschatzl
parents:
26818
diff
changeset
|
140 |
gc/g1/TestShrinkAuxiliaryData00.java \ |
2929c88db04e
8043766: CMM Testing: 8u40 Decommit auxiliary data structures
tschatzl
parents:
26818
diff
changeset
|
141 |
gc/g1/TestShrinkAuxiliaryData05.java \ |
2929c88db04e
8043766: CMM Testing: 8u40 Decommit auxiliary data structures
tschatzl
parents:
26818
diff
changeset
|
142 |
gc/g1/TestShrinkAuxiliaryData10.java \ |
2929c88db04e
8043766: CMM Testing: 8u40 Decommit auxiliary data structures
tschatzl
parents:
26818
diff
changeset
|
143 |
gc/g1/TestShrinkAuxiliaryData15.java \ |
2929c88db04e
8043766: CMM Testing: 8u40 Decommit auxiliary data structures
tschatzl
parents:
26818
diff
changeset
|
144 |
gc/g1/TestShrinkAuxiliaryData20.java \ |
2929c88db04e
8043766: CMM Testing: 8u40 Decommit auxiliary data structures
tschatzl
parents:
26818
diff
changeset
|
145 |
gc/g1/TestShrinkAuxiliaryData25.java \ |
2929c88db04e
8043766: CMM Testing: 8u40 Decommit auxiliary data structures
tschatzl
parents:
26818
diff
changeset
|
146 |
gc/g1/TestShrinkAuxiliaryData30.java \ |
27890
9c0e6a049e1f
8037968: Add tests on alignment of objects copied to survivor space
fzhinkin
parents:
27645
diff
changeset
|
147 |
gc/survivorAlignment \ |
19555 | 148 |
runtime/InternalApi/ThreadCpuTimesDeadlock.java \ |
23205
534774811483
8028482: [TESTBUG] tests that use JMX should be in need_compact3 test group
iignatyev
parents:
22898
diff
changeset
|
149 |
serviceability/threads/TestFalseDeadLock.java \ |
28828
6a45344e2b3f
8072405: [TESTBUG] DCMD tests needs at least compact3 profile
miauno
parents:
28821
diff
changeset
|
150 |
compiler/codecache/jmx \ |
6a45344e2b3f
8072405: [TESTBUG] DCMD tests needs at least compact3 profile
miauno
parents:
28821
diff
changeset
|
151 |
serviceability/dcmd |
19555 | 152 |
|
153 |
# Compact 2 adds full VM tests |
|
154 |
compact2 = \ |
|
155 |
:compact2_minimal \ |
|
19558
05207ca38d98
8023900: [TESTBUG] Initial compact profile test groups need adjusting
dholmes
parents:
19555
diff
changeset
|
156 |
:compact1 \ |
19555 | 157 |
:needs_full_vm_compact2 \ |
158 |
-:needs_compact3 \ |
|
159 |
-:needs_jre \ |
|
160 |
-:needs_jdk |
|
161 |
||
162 |
# Tests that require compact2 API's and a full VM |
|
20718
c4a5c7c1f6c9
8026365: NoClassDefinitionFound for anonymous class invokespecial.
acorn
parents:
20388
diff
changeset
|
163 |
# |
19555 | 164 |
needs_full_vm_compact2 = |
165 |
||
166 |
# Compact 1 adds full VM tests |
|
167 |
# |
|
168 |
compact1 = \ |
|
169 |
:compact1_minimal \ |
|
170 |
:needs_full_vm_compact1 \ |
|
171 |
-:needs_compact2 \ |
|
172 |
-:needs_full_vm_compact2 \ |
|
173 |
-:needs_compact3 \ |
|
174 |
-:needs_jre \ |
|
175 |
-:needs_jdk |
|
176 |
||
177 |
# Tests that require compact1 API's and a full VM |
|
178 |
# |
|
179 |
needs_full_vm_compact1 = \ |
|
180 |
runtime/NMT \ |
|
181 |
gc/g1/TestRegionAlignment.java \ |
|
182 |
gc/g1/TestShrinkToOneRegion.java \ |
|
183 |
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
|
184 |
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
|
185 |
gc/startup_warnings/TestDefaultMaxRAMFraction.java \ |
90bac254adac
8024505: [TESTBUG] update test groups for additional tests that can't run on the minimal VM
dholmes
parents:
19558
diff
changeset
|
186 |
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
|
187 |
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
|
188 |
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
|
189 |
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
|
190 |
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
|
191 |
runtime/SharedArchiveFile/SharedArchiveFile.java |
19555 | 192 |
|
193 |
# Minimal VM on Compact 2 adds in some compact2 tests |
|
194 |
# |
|
195 |
compact2_minimal = \ |
|
196 |
:compact1_minimal \ |
|
197 |
:needs_compact2 \ |
|
19558
05207ca38d98
8023900: [TESTBUG] Initial compact profile test groups need adjusting
dholmes
parents:
19555
diff
changeset
|
198 |
-:needs_full_vm_compact2 \ |
19555 | 199 |
-:needs_compact3 \ |
200 |
-:needs_jre \ |
|
201 |
-:needs_jdk |
|
202 |
||
203 |
# Tests that require compact2 API's |
|
204 |
# |
|
27423
a52be21f172a
8028481: [TESTBUG] compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java should be in needs_nashorn test group
vlivanov
parents:
27013
diff
changeset
|
205 |
needs_compact2 = \ |
a52be21f172a
8028481: [TESTBUG] compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java should be in needs_nashorn test group
vlivanov
parents:
27013
diff
changeset
|
206 |
compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java |
19555 | 207 |
|
208 |
# All tests that run on the most minimal configuration: Minimal VM on Compact 1 |
|
209 |
compact1_minimal = \ |
|
210 |
serviceability/ \ |
|
211 |
compiler/ \ |
|
212 |
sanity/ \ |
|
213 |
runtime/ \ |
|
214 |
gc/ \ |
|
215 |
-:needs_full_vm_compact1 \ |
|
216 |
-:needs_full_vm_compact2 \ |
|
217 |
-:needs_compact2 \ |
|
218 |
-:needs_compact3 \ |
|
219 |
-:needs_jre \ |
|
220 |
-:needs_jdk |
|
24943
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
221 |
|
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
222 |
# All tests that explicitly set the G1 GC |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
223 |
# |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
224 |
needs_g1gc = \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
225 |
compiler/regalloc/C1ObjectSpillInLogicOp.java \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
226 |
gc/TestSystemGC.java \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
227 |
gc/arguments/TestAlignmentToUseLargePages.java \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
228 |
gc/arguments/TestG1HeapRegionSize.java \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
229 |
gc/arguments/TestG1HeapSizeFlags.java \ |
28832
4c2704386850
8068942: Improve validation of -XX:G1ConfidencePercent value
kbarrett
parents:
28504
diff
changeset
|
230 |
gc/arguments/TestG1PercentageOptions.java \ |
24943
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
231 |
gc/arguments/TestMaxHeapSizeTools.java \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
232 |
gc/arguments/TestMaxNewSize.java \ |
26939 | 233 |
gc/arguments/TestParallelGCThreads.java \ |
24943
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
234 |
gc/arguments/TestUseCompressedOopsErgo.java \ |
25908
8adb2fb6fc3c
8048269: Add flag to turn off class unloading after G1 concurrent mark
stefank
parents:
25738
diff
changeset
|
235 |
gc/class_unloading/TestG1ClassUnloadingHWM.java \ |
24943
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
236 |
gc/g1/ \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
237 |
gc/metaspace/G1AddMetaspaceDependency.java \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
238 |
gc/metaspace/TestMetaspacePerfCounters.java \ |
28484
8a7e30de7ebb
8067368: TestConcMarkCycleWB.java crashed at G1CollectedHeap::heap()+0xb
sjohanss
parents:
28397
diff
changeset
|
239 |
gc/startup_warnings/TestG1.java \ |
28936
f80234a02855
8071811: gc/arguments/TestG1ConcRefinementThreads.java failed on Exception: java.lang.RuntimeException: Actual G1ConcRefinementThreads(0) is not equal to expected value(23)
skovalev
parents:
28839
diff
changeset
|
240 |
gc/whitebox/TestConcMarkCycleWB.java \ |
f80234a02855
8071811: gc/arguments/TestG1ConcRefinementThreads.java failed on Exception: java.lang.RuntimeException: Actual G1ConcRefinementThreads(0) is not equal to expected value(23)
skovalev
parents:
28839
diff
changeset
|
241 |
gc/arguments/TestG1ConcRefinementThreads.java |
24943
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
242 |
|
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
243 |
# All tests that explicitly set the serial GC |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
244 |
# |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
245 |
needs_serialgc = \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
246 |
gc/TestSystemGC.java \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
247 |
gc/arguments/TestAlignmentToUseLargePages.java \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
248 |
gc/arguments/TestMaxNewSize.java \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
249 |
gc/arguments/TestSerialHeapSizeFlags.java \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
250 |
gc/arguments/TestUseCompressedOopsErgo.java \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
251 |
gc/defnew/HeapChangeLogging.java \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
252 |
gc/metaspace/TestMetaspacePerfCounters.java \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
253 |
gc/metaspace/TestPerfCountersAndMemoryPools.java \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
254 |
gc/startup_warnings/TestSerialGC.java |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
255 |
|
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
256 |
# All tests that explicitly set the parallel GC |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
257 |
# |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
258 |
needs_parallelgc = \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
259 |
gc/TestSystemGC.java \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
260 |
gc/arguments/TestAlignmentToUseLargePages.java \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
261 |
gc/arguments/TestMaxNewSize.java \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
262 |
gc/arguments/TestMinInitialErgonomics.java \ |
26939 | 263 |
gc/arguments/TestParallelGCThreads.java \ |
24943
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
264 |
gc/arguments/TestUseCompressedOopsErgo.java \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
265 |
gc/metaspace/TestMetaspacePerfCounters.java \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
266 |
gc/parallelScavenge/ \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
267 |
gc/startup_warnings/TestParallelGC.java \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
268 |
gc/startup_warnings/TestParallelScavengeSerialOld.java |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
269 |
|
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
270 |
# All tests that explicitly set the CMS GC |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
271 |
# |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
272 |
needs_cmsgc = \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
273 |
gc/6581734/Test6581734.java \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
274 |
gc/TestSystemGC.java \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
275 |
gc/arguments/TestAlignmentToUseLargePages.java \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
276 |
gc/arguments/TestCMSHeapSizeFlags.java \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
277 |
gc/arguments/TestMaxNewSize.java \ |
26939 | 278 |
gc/arguments/TestParallelGCThreads.java \ |
24943
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
279 |
gc/arguments/TestUseCompressedOopsErgo.java \ |
25908
8adb2fb6fc3c
8048269: Add flag to turn off class unloading after G1 concurrent mark
stefank
parents:
25738
diff
changeset
|
280 |
gc/class_unloading/TestCMSClassUnloadingEnabledHWM.java \ |
24943
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
281 |
gc/concurrentMarkSweep/ \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
282 |
gc/startup_warnings/TestCMS.java \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
283 |
gc/startup_warnings/TestDefNewCMS.java \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
284 |
gc/startup_warnings/TestParNewCMS.java |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
285 |
|
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
286 |
# All tests that explicitly set some GC |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
287 |
# |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
288 |
needs_gc = \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
289 |
:needs_g1gc \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
290 |
:needs_serialgc \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
291 |
:needs_parallelgc \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
292 |
:needs_cmsgc |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
293 |
|
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
294 |
# All tests that do not set any GC explicitly |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
295 |
# |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
296 |
not_needs_gc = \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
297 |
:jdk \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
298 |
-:needs_gc |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
299 |
|
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
300 |
# All tests that could be executed with the G1 GC without VM flags conflict |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
301 |
# |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
302 |
applicable_g1gc = \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
303 |
:jdk \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
304 |
-:needs_serialgc \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
305 |
-:needs_parallelgc \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
306 |
-:needs_cmsgc |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
307 |
|
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
308 |
# All tests that could be executed with the serial GC without VM flags conflict |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
309 |
# |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
310 |
applicable_serialgc = \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
311 |
:jdk \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
312 |
-:needs_g1gc \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
313 |
-:needs_parallelgc \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
314 |
-:needs_cmsgc |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
315 |
|
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
316 |
# All tests that could be executed with the parallel GC without VM flags conflict |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
317 |
# |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
318 |
applicable_parallelgc = \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
319 |
:jdk \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
320 |
-:needs_g1gc \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
321 |
-:needs_serialgc \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
322 |
-:needs_cmsgc |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
323 |
|
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
324 |
# All tests that could be executed with the CMS GC without VM flags conflict |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
325 |
# |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
326 |
applicable_cmsgc = \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
327 |
:jdk \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
328 |
-:needs_g1gc \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
329 |
-:needs_serialgc \ |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
330 |
-:needs_parallelgc |
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
331 |
|
1a5de4af4ffe
8044673: Create jtreg groups to list GC specific tests
iignatyev
parents:
24936
diff
changeset
|
332 |
|
25628 | 333 |
# When called from top level the test suites use the hotspot_ prefix |
334 |
hotspot_wbapitest = \ |
|
335 |
sanity/ |
|
336 |
||
29179
8836e3bd543b
8072842: Add support for building native JTReg tests
ihse
parents:
28936
diff
changeset
|
337 |
hotspot_native_sanity = \ |
8836e3bd543b
8072842: Add support for building native JTReg tests
ihse
parents:
28936
diff
changeset
|
338 |
native_sanity |
8836e3bd543b
8072842: Add support for building native JTReg tests
ihse
parents:
28936
diff
changeset
|
339 |
|
26803
05d9c0cdc3f3
8050407: Add jtreg compiler tests to Hotspot JPRT jobs
zmajo
parents:
26568
diff
changeset
|
340 |
hotspot_compiler_1 = \ |
27699
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
341 |
compiler/arraycopy/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
342 |
compiler/c1/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
343 |
compiler/c2/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
344 |
-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
|
345 |
-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
|
346 |
-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
|
347 |
-compiler/c2/6340864 \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
348 |
-compiler/c2/6589834 \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
349 |
-compiler/c2/6603011 \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
350 |
-compiler/c2/6912517 \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
351 |
-compiler/c2/6792161 \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
352 |
-compiler/c2/7070134 \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
353 |
-compiler/c2/8004867 |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
354 |
|
26803
05d9c0cdc3f3
8050407: Add jtreg compiler tests to Hotspot JPRT jobs
zmajo
parents:
26568
diff
changeset
|
355 |
hotspot_compiler_2 = \ |
27699
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
356 |
compiler/classUnloading/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
357 |
compiler/codecache/ \ |
26803
05d9c0cdc3f3
8050407: Add jtreg compiler tests to Hotspot JPRT jobs
zmajo
parents:
26568
diff
changeset
|
358 |
compiler/codegen/ \ |
27699
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
359 |
compiler/cpuflags/ \ |
27700
a402738ebfcf
8050079: crash while compiling java.lang.ref.Finalizer::runFinalizer
thartmann
parents:
27699
diff
changeset
|
360 |
compiler/dependencies/ \ |
27699
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
361 |
compiler/eliminateAutobox/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
362 |
compiler/escapeAnalysis/ \ |
27011
d8db57f7a955
8059299: assert(adr_type != NULL) failed: expecting TypeKlassPtr
kvn
parents:
26941
diff
changeset
|
363 |
compiler/exceptions/ \ |
27699
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
364 |
compiler/floatingpoint/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
365 |
compiler/gcbarriers/ \ |
26803
05d9c0cdc3f3
8050407: Add jtreg compiler tests to Hotspot JPRT jobs
zmajo
parents:
26568
diff
changeset
|
366 |
compiler/inlining/ \ |
27699
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
367 |
compiler/integerArithmetic/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
368 |
compiler/interpreter/ \ |
28503
862f2b351181
8069021: Exclude compiler/codecache/stress tests from JPRT runs
kvn
parents:
28397
diff
changeset
|
369 |
-compiler/codegen/7184394 \ |
862f2b351181
8069021: Exclude compiler/codecache/stress tests from JPRT runs
kvn
parents:
28397
diff
changeset
|
370 |
-compiler/codecache/stress |
26941
96aa76b27b9c
8058891: serviceability/dcmd/CodelistTest.java - fails on all platforms
neliasso
parents:
26915
diff
changeset
|
371 |
|
27699
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
372 |
hotspot_compiler_3 = \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
373 |
compiler/intrinsics/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
374 |
compiler/jsr292/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
375 |
compiler/loopopts/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
376 |
compiler/macronodes/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
377 |
compiler/osr/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
378 |
compiler/regalloc/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
379 |
compiler/runtime/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
380 |
compiler/startup/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
381 |
compiler/types/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
382 |
compiler/uncommontrap/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
383 |
compiler/unsafe/ \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
384 |
-compiler/intrinsics/bmi/verifycode \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
385 |
-compiler/intrinsics/mathexact \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
386 |
-compiler/intrinsics/multiplytolen \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
387 |
-compiler/intrinsics/sha \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
388 |
-compiler/loopopts/7052494 \ |
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
389 |
-compiler/runtime/6826736 |
26803
05d9c0cdc3f3
8050407: Add jtreg compiler tests to Hotspot JPRT jobs
zmajo
parents:
26568
diff
changeset
|
390 |
|
05d9c0cdc3f3
8050407: Add jtreg compiler tests to Hotspot JPRT jobs
zmajo
parents:
26568
diff
changeset
|
391 |
hotspot_compiler_closed = \ |
29334
e9f65377a695
8067157: Closed compiler tests should not be in hotspot/test/TEST.groups
ppunegov
parents:
28936
diff
changeset
|
392 |
sanity/ExecuteInternalVMTests.java |
25628 | 393 |
|
394 |
hotspot_gc = \ |
|
28176
cb40f69fb5ea
8067115: Add jtreg gc tests to Hotspot JPRT jobs
brutisso
parents:
27902
diff
changeset
|
395 |
sanity/ExecuteInternalVMTests.java \ |
cb40f69fb5ea
8067115: Add jtreg gc tests to Hotspot JPRT jobs
brutisso
parents:
27902
diff
changeset
|
396 |
gc/ \ |
30182
1c980a880941
8069367: Eagerly reclaimed humongous objects left on mark stack
kbarrett
parents:
29358
diff
changeset
|
397 |
-gc/g1/TestGreyReclaimedHumongousObjects.java \ |
28176
cb40f69fb5ea
8067115: Add jtreg gc tests to Hotspot JPRT jobs
brutisso
parents:
27902
diff
changeset
|
398 |
-gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java |
25628 | 399 |
|
28378
b789f366d4c7
8067676: Add applicable closed gc jtreg tests to run in JPRT
brutisso
parents:
28203
diff
changeset
|
400 |
hotspot_gc_closed = \ |
b789f366d4c7
8067676: Add applicable closed gc jtreg tests to run in JPRT
brutisso
parents:
28203
diff
changeset
|
401 |
sanity/ExecuteInternalVMTests.java |
b789f366d4c7
8067676: Add applicable closed gc jtreg tests to run in JPRT
brutisso
parents:
28203
diff
changeset
|
402 |
|
28380 | 403 |
hotspot_gc_gcold = \ |
404 |
stress/gc/TestGCOld.java |
|
405 |
||
25628 | 406 |
hotspot_runtime = \ |
26140
5d408e1fa677
8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job
ctornqvi
parents:
25948
diff
changeset
|
407 |
runtime/ \ |
5d408e1fa677
8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job
ctornqvi
parents:
25948
diff
changeset
|
408 |
-runtime/6888954/vmerrors.sh \ |
5d408e1fa677
8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job
ctornqvi
parents:
25948
diff
changeset
|
409 |
-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
|
410 |
-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
|
411 |
-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
|
412 |
-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
|
413 |
-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
|
414 |
-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
|
415 |
-runtime/memory/ReserveMemory.java \ |
5d408e1fa677
8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job
ctornqvi
parents:
25948
diff
changeset
|
416 |
-runtime/Unsafe/RangeCheck.java \ |
5d408e1fa677
8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job
ctornqvi
parents:
25948
diff
changeset
|
417 |
-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
|
418 |
-runtime/SharedArchiveFile/DefaultUseWithClient.java \ |
26687
eb6c5d0d1d6b
8055145: [TESTBUG] runtime/7158988/FieldMonitor.java fails with VMDisconnectedException
coleenp
parents:
26568
diff
changeset
|
419 |
-runtime/Thread/CancellableThreadTest.java \ |
26816
11fbe62c7cd7
8058843: TEST.groups has runtime/runtime/7158988/FieldMonitor.java
coleenp
parents:
26687
diff
changeset
|
420 |
-runtime/7158988/FieldMonitor.java |
26140
5d408e1fa677
8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job
ctornqvi
parents:
25948
diff
changeset
|
421 |
|
5d408e1fa677
8032999: [TESTBUG] JT-Reg Runtime tests to be run as part of JPRT submit job
ctornqvi
parents:
25948
diff
changeset
|
422 |
hotspot_runtime_closed = \ |
28181
ce5d307551ea
8066862: TestMutuallyExclusivePlatformPredicates fails on all platforms
fzhinkin
parents:
28176
diff
changeset
|
423 |
sanity/ExecuteInternalVMTests.java \ |
ce5d307551ea
8066862: TestMutuallyExclusivePlatformPredicates fails on all platforms
fzhinkin
parents:
28176
diff
changeset
|
424 |
testlibrary_tests/TestMutuallyExclusivePlatformPredicates.java |
25628 | 425 |
|
426 |
hotspot_serviceability = \ |
|
26941
96aa76b27b9c
8058891: serviceability/dcmd/CodelistTest.java - fails on all platforms
neliasso
parents:
26915
diff
changeset
|
427 |
sanity/ExecuteInternalVMTests.java \ |
96aa76b27b9c
8058891: serviceability/dcmd/CodelistTest.java - fails on all platforms
neliasso
parents:
26915
diff
changeset
|
428 |
serviceability/dcmd/compiler |
25628 | 429 |
|
28173
51423507bb7e
8067452: Rename hotspot_all in hotspot/test/TEST.groups
ehelin
parents:
27902
diff
changeset
|
430 |
hotspot_jprt = \ |
51423507bb7e
8067452: Rename hotspot_all in hotspot/test/TEST.groups
ehelin
parents:
27902
diff
changeset
|
431 |
:hotspot_wbapitest \ |
26803
05d9c0cdc3f3
8050407: Add jtreg compiler tests to Hotspot JPRT jobs
zmajo
parents:
26568
diff
changeset
|
432 |
:hotspot_compiler_1 \ |
05d9c0cdc3f3
8050407: Add jtreg compiler tests to Hotspot JPRT jobs
zmajo
parents:
26568
diff
changeset
|
433 |
:hotspot_compiler_2 \ |
05d9c0cdc3f3
8050407: Add jtreg compiler tests to Hotspot JPRT jobs
zmajo
parents:
26568
diff
changeset
|
434 |
:hotspot_compiler_3 \ |
05d9c0cdc3f3
8050407: Add jtreg compiler tests to Hotspot JPRT jobs
zmajo
parents:
26568
diff
changeset
|
435 |
:hotspot_compiler_closed \ |
25628 | 436 |
:hotspot_gc \ |
28378
b789f366d4c7
8067676: Add applicable closed gc jtreg tests to run in JPRT
brutisso
parents:
28203
diff
changeset
|
437 |
:hotspot_gc_closed \ |
28380 | 438 |
:hotspot_gc_gcold \ |
25628 | 439 |
:hotspot_runtime \ |
28173
51423507bb7e
8067452: Rename hotspot_all in hotspot/test/TEST.groups
ehelin
parents:
27902
diff
changeset
|
440 |
:hotspot_runtime_closed \ |
25628 | 441 |
:hotspot_serviceability |
27423
a52be21f172a
8028481: [TESTBUG] compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java should be in needs_nashorn test group
vlivanov
parents:
27013
diff
changeset
|
442 |
|
a52be21f172a
8028481: [TESTBUG] compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java should be in needs_nashorn test group
vlivanov
parents:
27013
diff
changeset
|
443 |
#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
|
444 |
# |
a52be21f172a
8028481: [TESTBUG] compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java should be in needs_nashorn test group
vlivanov
parents:
27013
diff
changeset
|
445 |
needs_nashorn = \ |
a52be21f172a
8028481: [TESTBUG] compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java should be in needs_nashorn test group
vlivanov
parents:
27013
diff
changeset
|
446 |
compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java |
a52be21f172a
8028481: [TESTBUG] compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java should be in needs_nashorn test group
vlivanov
parents:
27013
diff
changeset
|
447 |
|
a52be21f172a
8028481: [TESTBUG] compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java should be in needs_nashorn test group
vlivanov
parents:
27013
diff
changeset
|
448 |
#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
|
449 |
# |
a52be21f172a
8028481: [TESTBUG] compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java should be in needs_nashorn test group
vlivanov
parents:
27013
diff
changeset
|
450 |
not_needs_nashorn = \ |
a52be21f172a
8028481: [TESTBUG] compiler/jsr292/CreatesInterfaceDotEqualsCallInfo.java should be in needs_nashorn test group
vlivanov
parents:
27013
diff
changeset
|
451 |
:jdk \ |
27699
9913b19c0948
8062854: move compiler jtreg test to corresponding subfolders and use those in TEST.groups
zmajo
parents:
27645
diff
changeset
|
452 |
-:needs_nashorn |