1 # 2 # Copyright (c) 2016, 2025, Oracle and/or its affiliates. All rights reserved. 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 ############################################################################# 25 # 26 # List of quarantined tests -- tests that should not be run by default, because 27 # they may fail due to known reason. The reason (CR#) must be mandatory specified. 28 # 29 # List items are testnames followed by labels, all MUST BE commented 30 # as to why they are here and use a label: 31 # generic-all Problems on all platforms 32 # generic-ARCH Where ARCH is one of: x64, i586, ppc64, ppc64le, s390x etc. 33 # OSNAME-all Where OSNAME is one of: linux, windows, macosx, aix 34 # OSNAME-ARCH Specific on to one OSNAME and ARCH, e.g. macosx-x64 35 # OSNAME-REV Specific on to one OSNAME and REV, e.g. macosx-10.7.4 36 # 37 # More than one label is allowed but must be on the same line. 38 # 39 ############################################################################# 40 41 42 ############################################################################# 43 44 # :hotspot_compiler 45 46 compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest.java 8225370 generic-all 47 48 compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig.java 8190680 generic-all 49 50 compiler/runtime/Test8168712.java 8211769,8211771 generic-ppc64,generic-ppc64le,linux-s390x 51 compiler/loopopts/TestUnreachableInnerLoop.java 8288981 linux-s390x 52 53 compiler/c2/Test8004741.java 8235801 generic-all 54 compiler/c2/irTests/TestDuplicateBackedge.java 8318904 generic-all 55 56 compiler/codecache/jmx/PoolsIndependenceTest.java 8264632 macosx-all 57 58 compiler/vectorapi/reshape/TestVectorReinterpret.java 8320897,8348519 aix-ppc64,linux-ppc64le,linux-s390x 59 compiler/vectorapi/VectorLogicalOpIdentityTest.java 8302459 linux-x64,windows-x64 60 compiler/vectorapi/VectorRebracket128Test.java 8330538 generic-all 61 62 compiler/jvmci/TestUncaughtErrorInCompileMethod.java 8309073 generic-all 63 compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/DataPatchTest.java 8331704 linux-riscv64 64 compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/MaxOopMapStackOffsetTest.java 8331704 linux-riscv64 65 compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/NativeCallTest.java 8331704 linux-riscv64 66 compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/SimpleDebugInfoTest.java 8331704 linux-riscv64 67 compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/SimpleCodeInstallationTest.java 8331704 linux-riscv64 68 compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/VirtualObjectDebugInfoTest.java 8331704 linux-riscv64 69 70 compiler/floatingpoint/TestSubnormalFloat.java 8317810 generic-i586 71 compiler/floatingpoint/TestSubnormalDouble.java 8317810 generic-i586 72 73 compiler/startup/StartupOutput.java 8347406 generic-x64 74 75 compiler/codecache/CodeCacheFullCountTest.java 8332954 generic-all 76 77 compiler/interpreter/Test6833129.java 8335266 generic-i586 78 79 compiler/c2/irTests/scalarReplacement/ScalarReplacementWithGCBarrierTests.java 8342488 generic-all 80 compiler/c2/TestMergeStores.java#id1 8348959 generic-all 81 82 ############################################################################# 83 84 # :hotspot_gc 85 86 gc/epsilon/TestMemoryMXBeans.java 8206434 generic-all 87 gc/g1/humongousObjects/objectGraphTest/TestObjectGraphAfterGC.java 8156755 generic-all 88 gc/g1/logging/TestG1LoggingFailure.java 8169634 generic-all 89 gc/g1/humongousObjects/TestHeapCounters.java 8178918 generic-all 90 gc/TestAllocHumongousFragment.java#adaptive 8298781 generic-all 91 gc/TestAllocHumongousFragment.java#aggressive 8298781 generic-all 92 gc/TestAllocHumongousFragment.java#iu-aggressive 8298781 generic-all 93 gc/TestAllocHumongousFragment.java#g1 8298781 generic-all 94 gc/TestAllocHumongousFragment.java#static 8298781 generic-all 95 gc/TestAlwaysPreTouchBehavior.java#ParallelCollector 8334513 generic-all 96 gc/TestAlwaysPreTouchBehavior.java#SerialCollector 8334513 generic-all 97 gc/TestAlwaysPreTouchBehavior.java#Shenandoah 8334513 generic-all 98 gc/TestAlwaysPreTouchBehavior.java#G1 8334513 generic-all 99 gc/TestAlwaysPreTouchBehavior.java#Z 8334513 generic-all 100 gc/TestAlwaysPreTouchBehavior.java#Epsilon 8334513 generic-all 101 gc/shenandoah/oom/TestAllocOutOfMemory.java#large 8344312 linux-ppc64le 102 gc/shenandoah/TestEvilSyncBug.java#generational 8345501 generic-all 103 104 ############################################################################# 105 106 # :hotspot_runtime 107 108 runtime/cds/appcds/redefineClass/RedefineRunningMethods_Shared.java 8304168 generic-all 109 runtime/jni/terminatedThread/TestTerminatedThread.java 8317789 aix-ppc64 110 runtime/handshake/HandshakeSuspendExitTest.java 8294313 generic-all 111 runtime/Monitor/SyncOnValueBasedClassTest.java 8340995 linux-s390x 112 runtime/os/TestTracePageSizes.java#no-options 8267460 linux-aarch64 113 runtime/os/TestTracePageSizes.java#explicit-large-page-size 8267460 linux-aarch64 114 runtime/os/TestTracePageSizes.java#compiler-options 8267460 linux-aarch64 115 runtime/os/TestTracePageSizes.java#G1 8267460 linux-aarch64 116 runtime/os/TestTracePageSizes.java#Parallel 8267460 linux-aarch64 117 runtime/os/TestTracePageSizes.java#Serial 8267460 linux-aarch64 118 runtime/ErrorHandling/CreateCoredumpOnCrash.java 8267433 macosx-x64 119 runtime/StackGuardPages/TestStackGuardPagesNative.java 8303612 linux-all 120 runtime/ErrorHandling/MachCodeFramesInErrorFile.java 8313315 linux-ppc64le 121 runtime/NMT/VirtualAllocCommitMerge.java 8309698 linux-s390x 122 123 applications/jcstress/copy.java 8229852 linux-all 124 125 containers/docker/TestJcmd.java 8278102 linux-all 126 containers/docker/TestMemoryAwareness.java 8303470 linux-all 127 containers/docker/TestJFREvents.java 8327723 linux-x64 128 containers/docker/TestJcmdWithSideCar.java 8341518 linux-x64 129 130 131 # Valhalla 132 runtime/AccModule/ConstModule.java 8294051 generic-all 133 runtime/valhalla/inlinetypes/CircularityTest.java 8349037 generic-all 134 runtime/valhalla/inlinetypes/PreloadCircularityTest.java 8349631 linux-aarch64-debug 135 runtime/valhalla/inlinetypes/ValuePreloadTest.java 8349630 linux-aarch64-debug 136 compiler/gcbarriers/TestG1BarrierGeneration.java 8343420 generic-all 137 138 # Valhalla + COH 139 compiler/c2/autovectorization/TestIndexOverflowIR.java 8348568 generic-all 140 compiler/c2/irTests/TestVectorConditionalMove.java 8348568 generic-all 141 compiler/c2/irTests/TestVectorizationMismatchedAccess.java 8348568 generic-all 142 compiler/c2/irTests/TestVectorizationNotRun.java 8348568 generic-all 143 compiler/c2/TestCastX2NotProcessedIGVN.java 8348568 generic-all 144 compiler/loopopts/superword/TestAlignVector.java 8348568 generic-all 145 compiler/loopopts/superword/TestAlignVector.java#NoAlignVector-COH 8348568 generic-all 146 compiler/loopopts/superword/TestAlignVector.java#VerifyAlignVector-COH 8348568 generic-all 147 compiler/loopopts/superword/TestIndependentPacksWithCyclicDependency.java 8348568 generic-all 148 compiler/loopopts/superword/TestMulAddS2I.java 8348568 generic-all 149 compiler/loopopts/superword/TestScheduleReordersScalarMemops.java 8348568 generic-all 150 compiler/loopopts/superword/TestSplitPacks.java 8348568 generic-all 151 compiler/loopopts/superword/TestUnorderedReductionPartialVectorization.java 8348568 generic-all 152 compiler/vectorization/TestFloatConversionsVector.java 8348568 generic-all 153 compiler/vectorization/runner/ArrayTypeConvertTest.java 8348568 generic-all 154 compiler/vectorization/runner/LoopCombinedOpTest.java 8348568 generic-all 155 compiler/vectorization/runner/VectorizationTestRunner.java 8348568 generic-all 156 157 gc/stress/gcbasher/TestGCBasherWithParallel.java 8348568 generic-all 158 159 gtest/CompressedKlassGtest.java#use-zero-based-encoding-coh 8348568 generic-all 160 gtest/CompressedKlassGtest.java#use-zero-based-encoding-coh-large-class-space 8348568 generic-all 161 gtest/MetaspaceGtests.java#UseCompactObjectHeaders 8348568 generic-all 162 163 runtime/CompressedOops/CompressedClassPointersEncodingScheme.java 8348568 generic-all 164 runtime/FieldLayout/BaseOffsets.java#no-coops-with-coh 8348568 generic-all 165 runtime/FieldLayout/BaseOffsets.java#with-coop--with-coh 8348568 generic-all 166 runtime/cds/TestDefaultArchiveLoading.java#coops_coh 8348568 generic-all 167 runtime/cds/TestDefaultArchiveLoading.java#nocoops_coh 8348568 generic-all 168 runtime/cds/appcds/TestZGCWithCDS.java 8348568 generic-all 169 170 ############################################################################# 171 172 # :hotspot_serviceability 173 174 serviceability/sa/sadebugd/DebugdConnectTest.java 8239062,8270326 macosx-x64,macosx-aarch64 175 serviceability/sa/TestRevPtrsForInvokeDynamic.java 8241235 generic-all 176 177 serviceability/jvmti/ModuleAwareAgents/ThreadStart/MAAThreadStart.java 8225354 windows-all 178 serviceability/jvmti/vthread/GetThreadStateMountedTest/GetThreadStateMountedTest.java 8318090,8318729 generic-all 179 serviceability/jvmti/vthread/GetSetLocalTest/GetSetLocalTest.java 8286836 generic-all 180 serviceability/jvmti/vthread/CarrierThreadEventNotification/CarrierThreadEventNotification.java 8333681 generic-all 181 serviceability/dcmd/gc/RunFinalizationTest.java 8227120 generic-all 182 183 serviceability/sa/ClhsdbCDSCore.java 8318754 macosx-aarch64 184 serviceability/sa/ClhsdbFindPC.java#xcomp-core 8318754 macosx-aarch64 185 serviceability/sa/ClhsdbFindPC.java#no-xcomp-core 8318754 macosx-aarch64 186 serviceability/sa/ClhsdbPmap.java#core 8318754 macosx-aarch64 187 serviceability/sa/ClhsdbPstack.java#core 8318754 macosx-aarch64 188 serviceability/sa/TestJmapCore.java 8318754 macosx-aarch64 189 serviceability/sa/TestJmapCoreMetaspace.java 8318754 macosx-aarch64 190 191 serviceability/jvmti/stress/StackTrace/NotSuspended/GetStackTraceNotSuspendedStressTest.java 8315980 linux-all,windows-x64 192 193 # Valhalla TODO: 194 serviceability/jvmti/valhalla/HeapDump/HeapDump.java 8317416 generic-all 195 196 serviceability/sa/ClhsdbCDSCore.java 8190936 generic-all 197 serviceability/sa/ClhsdbCDSJstackPrintAll.java 8190936 generic-all 198 serviceability/sa/ClhsdbFindPC.java 8190936 generic-all 199 serviceability/sa/ClhsdbInspect.java 8190936 generic-all 200 serviceability/sa/ClhsdbLongConstant.java 8190936 generic-all 201 serviceability/sa/ClhsdbJdis.java 8190936 generic-all 202 serviceability/sa/ClhsdbJstack.java 8190936 generic-all 203 serviceability/sa/ClhsdbPrintAll.java 8190936 generic-all 204 serviceability/sa/ClhsdbPrintAs.java 8190936 generic-all 205 serviceability/sa/ClhsdbPrintStatics.java 8190936 generic-all 206 serviceability/sa/ClhsdbSource.java 8190936 generic-all 207 serviceability/sa/ClhsdbSymbol.java 8190936 generic-all 208 serviceability/sa/ClhsdbWhere.java 8190936 generic-all 209 serviceability/sa/JhsdbThreadInfoTest.java 8190936 generic-all 210 serviceability/sa/TestClassDump.java 8190936 generic-all 211 serviceability/sa/TestClhsdbJstackLock.java 8190936 generic-all 212 serviceability/sa/TestCpoolForInvokeDynamic.java 8190936 generic-all 213 serviceability/sa/TestHeapDumpForInvokeDynamic.java 8190936 generic-all 214 serviceability/sa/TestHeapDumpForLargeArray.java 8190936 generic-all 215 serviceability/sa/TestIntConstant.java 8190936 generic-all 216 serviceability/sa/TestJhsdbJstackLock.java 8190936 generic-all 217 serviceability/sa/TestJmapCore.java 8190936 generic-all 218 serviceability/sa/TestJmapCoreMetaspace.java 8190936 generic-all 219 serviceability/sa/TestPrintMdo.java 8190936 generic-all 220 serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java 8190936 generic-all 221 serviceability/sa/ClhsdbDumpclass.java 8190936 generic-all 222 223 224 ############################################################################# 225 226 # :hotspot_misc 227 228 ############################################################################# 229 230 231 ############################################################################# 232 233 # :vmTestbase_* 234 235 ############################################################################# 236 237 vmTestbase/metaspace/gc/firstGC_10m/TestDescription.java 8208250 generic-all 238 vmTestbase/metaspace/gc/firstGC_50m/TestDescription.java 8208250 generic-all 239 vmTestbase/metaspace/gc/firstGC_99m/TestDescription.java 8208250 generic-all 240 vmTestbase/metaspace/gc/firstGC_default/TestDescription.java 8208250 generic-all 241 242 vmTestbase/nsk/jvmti/AttachOnDemand/attach045/TestDescription.java 8202971 generic-all 243 vmTestbase/nsk/jvmti/scenarios/capability/CM03/cm03t001/TestDescription.java 8073470 linux-all 244 vmTestbase/nsk/jvmti/InterruptThread/intrpthrd003/TestDescription.java 8288911 macosx-all 245 246 vmTestbase/jit/escape/LockCoarsening/LockCoarsening001.java 8148743 generic-all 247 vmTestbase/jit/escape/LockCoarsening/LockCoarsening002.java 8208259 generic-all 248 249 vmTestbase/vm/mlvm/indy/func/jvmti/redefineClassInBootstrap/TestDescription.java 8013267 generic-all 250 vmTestbase/vm/mlvm/meth/stress/jdi/breakpointInCompiledCode/Test.java 8257761 generic-all 251 vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2none_a/TestDescription.java 8013267 generic-all 252 vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manyDiff_b/TestDescription.java 8013267 generic-all 253 vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manySame_b/TestDescription.java 8013267 generic-all 254 vmTestbase/vm/mlvm/meth/stress/compiler/deoptimize/Test.java#id1 8324756 generic-all 255 256 vmTestbase/nsk/jdwp/ThreadReference/ForceEarlyReturn/forceEarlyReturn001/forceEarlyReturn001.java 7199837 generic-all 257 258 vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Multi/Multi005/TestDescription.java 8076494 windows-x64 259 260 vmTestbase/vm/mlvm/hiddenloader/stress/byteMutation/Test.java 8317172 generic-all 261 262 vmTestbase/nsk/monitoring/ThreadMXBean/findMonitorDeadlockedThreads/find006/TestDescription.java 8310144 macosx-aarch64