2016-12-07 11:37:35 +00:00
|
|
|
#
|
2021-02-26 16:21:12 +00:00
|
|
|
# Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
|
2016-12-07 11:37:35 +00:00
|
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
|
|
#
|
|
|
|
# This code is free software; you can redistribute it and/or modify it
|
|
|
|
# under the terms of the GNU General Public License version 2 only, as
|
|
|
|
# published by the Free Software Foundation.
|
|
|
|
#
|
|
|
|
# This code is distributed in the hope that it will be useful, but WITHOUT
|
|
|
|
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
|
|
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
|
|
# version 2 for more details (a copy is included in the LICENSE file that
|
|
|
|
# accompanied this code).
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License version
|
|
|
|
# 2 along with this work; if not, write to the Free Software Foundation,
|
|
|
|
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
|
|
#
|
|
|
|
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
|
|
# or visit www.oracle.com if you need additional information or have any
|
|
|
|
# questions.
|
|
|
|
#
|
|
|
|
|
|
|
|
#############################################################################
|
|
|
|
#
|
|
|
|
# List of quarantined tests -- tests that should not be run by default, because
|
|
|
|
# they may fail due to known reason. The reason (CR#) must be mandatory specified.
|
|
|
|
#
|
|
|
|
# List items are testnames followed by labels, all MUST BE commented
|
|
|
|
# as to why they are here and use a label:
|
|
|
|
# generic-all Problems on all platforms
|
8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports
Reviewed-by: alanb, bchristi, dcubed, dfuchs, eosterlund, erikj, glaubitz, ihse, iignatyev, jjiang, kbarrett, ksrini, kvn, naoto, prr, rriggs, serb, sspitsyn, stefank, tschatzl, valeriep, weijun, weijun
2020-05-21 00:33:37 +00:00
|
|
|
# generic-ARCH Where ARCH is one of: x64, i586, ppc64, ppc64le, s390x etc.
|
|
|
|
# OSNAME-all Where OSNAME is one of: linux, windows, macosx, aix
|
|
|
|
# OSNAME-ARCH Specific on to one OSNAME and ARCH, e.g. macosx-x64
|
|
|
|
# OSNAME-REV Specific on to one OSNAME and REV, e.g. macosx-10.7.4
|
2016-12-07 11:37:35 +00:00
|
|
|
#
|
|
|
|
# More than one label is allowed but must be on the same line.
|
|
|
|
#
|
|
|
|
#############################################################################
|
|
|
|
|
|
|
|
# :hotspot_compiler
|
|
|
|
|
2017-08-04 23:01:26 +00:00
|
|
|
compiler/ciReplay/TestSAServer.java 8029528 generic-all
|
2019-06-11 12:03:29 +00:00
|
|
|
compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest.java 8225370 generic-all
|
2018-07-26 17:08:42 +00:00
|
|
|
compiler/jvmci/compilerToVM/GetFlagValueTest.java 8204459 generic-all
|
2021-04-13 15:03:56 +00:00
|
|
|
compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/NativeCallTest.java 8262901 macosx-aarch64
|
2016-12-07 11:37:35 +00:00
|
|
|
compiler/tiered/LevelTransitionTest.java 8067651 generic-all
|
2019-06-11 21:59:46 +00:00
|
|
|
|
2018-07-31 16:48:25 +00:00
|
|
|
compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig.java 8190680 generic-all
|
|
|
|
|
2018-10-09 14:03:56 +00:00
|
|
|
compiler/runtime/Test8168712.java 8211769,8211771 generic-ppc64,generic-ppc64le,linux-s390x
|
|
|
|
|
2019-08-01 19:54:45 +00:00
|
|
|
compiler/rtm/locking/TestRTMAbortRatio.java 8183263 generic-x64
|
|
|
|
compiler/rtm/locking/TestRTMAbortThreshold.java 8183263 generic-x64
|
|
|
|
compiler/rtm/locking/TestRTMAfterNonRTMDeopt.java 8183263 generic-x64
|
|
|
|
compiler/rtm/locking/TestRTMDeoptOnHighAbortRatio.java 8183263 generic-x64
|
|
|
|
compiler/rtm/locking/TestRTMDeoptOnLowAbortRatio.java 8183263 generic-x64
|
|
|
|
compiler/rtm/locking/TestRTMLockingCalculationDelay.java 8183263 generic-x64
|
|
|
|
compiler/rtm/locking/TestRTMLockingThreshold.java 8183263 generic-x64
|
2019-08-30 09:11:33 +00:00
|
|
|
compiler/rtm/locking/TestRTMSpinLoopCount.java 8183263 generic-x64
|
2019-08-01 19:54:45 +00:00
|
|
|
compiler/rtm/locking/TestUseRTMDeopt.java 8183263 generic-x64
|
2019-08-30 09:11:33 +00:00
|
|
|
compiler/rtm/locking/TestUseRTMXendForLockBusy.java 8183263 generic-x64
|
2019-08-01 19:54:45 +00:00
|
|
|
compiler/rtm/print/TestPrintPreciseRTMLockingStatistics.java 8183263 generic-x64
|
|
|
|
|
2020-02-12 19:31:36 +00:00
|
|
|
compiler/c2/Test8004741.java 8235801 generic-all
|
|
|
|
|
2021-04-16 20:21:15 +00:00
|
|
|
compiler/whitebox/ClearMethodStateTest.java 8265360 macosx-aarch64
|
|
|
|
compiler/whitebox/EnqueueMethodForCompilationTest.java 8265360 macosx-aarch64
|
|
|
|
compiler/whitebox/MakeMethodNotCompilableTest.java 8265360 macosx-aarch64
|
|
|
|
|
2021-04-24 00:56:10 +00:00
|
|
|
compiler/codecache/jmx/PoolsIndependenceTest.java 8264632 macosx-x64
|
|
|
|
|
2021-06-15 20:36:38 +00:00
|
|
|
|
2016-12-07 11:37:35 +00:00
|
|
|
#############################################################################
|
|
|
|
|
|
|
|
# :hotspot_gc
|
|
|
|
|
2018-08-28 22:03:33 +00:00
|
|
|
gc/epsilon/TestMemoryMXBeans.java 8206434 generic-all
|
2016-12-07 11:37:35 +00:00
|
|
|
gc/g1/humongousObjects/objectGraphTest/TestObjectGraphAfterGC.java 8156755 generic-all
|
2017-01-19 23:52:16 +00:00
|
|
|
gc/g1/logging/TestG1LoggingFailure.java 8169634 generic-all
|
2017-04-25 09:58:37 +00:00
|
|
|
gc/g1/humongousObjects/TestHeapCounters.java 8178918 generic-all
|
2019-08-06 15:40:23 +00:00
|
|
|
gc/stress/gclocker/TestExcessGCLockerCollections.java 8229120 generic-all
|
2018-01-10 09:21:25 +00:00
|
|
|
gc/stress/gclocker/TestGCLockerWithParallel.java 8180622 generic-all
|
2018-02-22 21:16:06 +00:00
|
|
|
gc/stress/gclocker/TestGCLockerWithG1.java 8180622 generic-all
|
2018-01-11 09:40:01 +00:00
|
|
|
gc/stress/TestJNIBlockFullGC/TestJNIBlockFullGC.java 8192647 generic-all
|
2020-04-07 20:56:53 +00:00
|
|
|
gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java 8241293 macosx-x64
|
2016-12-07 11:37:35 +00:00
|
|
|
|
|
|
|
#############################################################################
|
|
|
|
|
|
|
|
# :hotspot_runtime
|
|
|
|
|
2021-01-13 19:52:04 +00:00
|
|
|
runtime/cds/appcds/jigsaw/modulepath/ModulePathAndCP_JFR.java 8253437 windows-x64
|
2020-09-22 22:20:46 +00:00
|
|
|
runtime/cds/DeterministicDump.java 8253495 generic-all
|
2021-07-22 14:04:34 +00:00
|
|
|
runtime/InvocationTests/invokevirtualTests.java 8271125 generic-all
|
2019-04-05 05:59:13 +00:00
|
|
|
runtime/jni/terminatedThread/TestTerminatedThread.java 8219652 aix-ppc64
|
2021-05-20 14:17:57 +00:00
|
|
|
runtime/os/TestTracePageSizes.java#no-options 8267460 linux-aarch64
|
|
|
|
runtime/os/TestTracePageSizes.java#explicit-large-page-size 8267460 linux-aarch64
|
|
|
|
runtime/os/TestTracePageSizes.java#compiler-options 8267460 linux-aarch64
|
|
|
|
runtime/os/TestTracePageSizes.java#with-G1 8267460 linux-aarch64
|
|
|
|
runtime/os/TestTracePageSizes.java#with-Parallel 8267460 linux-aarch64
|
|
|
|
runtime/os/TestTracePageSizes.java#with-Serial 8267460 linux-aarch64
|
2016-12-07 11:37:35 +00:00
|
|
|
|
|
|
|
#############################################################################
|
|
|
|
|
|
|
|
# :hotspot_serviceability
|
|
|
|
|
2020-04-01 23:27:03 +00:00
|
|
|
serviceability/sa/sadebugd/DebugdConnectTest.java 8239062 macosx-x64
|
2020-03-19 17:20:45 +00:00
|
|
|
serviceability/sa/TestRevPtrsForInvokeDynamic.java 8241235 generic-all
|
2021-02-25 21:13:37 +00:00
|
|
|
resourcehogs/serviceability/sa/TestHeapDumpForLargeArray.java 8262386 generic-all
|
2018-02-22 21:16:06 +00:00
|
|
|
|
2018-11-21 02:36:57 +00:00
|
|
|
serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatIntervalTest.java 8214032 generic-all
|
2019-05-22 16:32:02 +00:00
|
|
|
serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatArrayCorrectnessTest.java 8224150 generic-all
|
2020-06-25 22:29:53 +00:00
|
|
|
serviceability/jvmti/ModuleAwareAgents/ThreadStart/MAAThreadStart.java 8225354 windows-all
|
2021-06-24 20:26:23 +00:00
|
|
|
serviceability/dcmd/gc/RunFinalizationTest.java 8227120 linux-all,windows-x64
|
2021-06-11 20:24:35 +00:00
|
|
|
serviceability/jvmti/CompiledMethodLoad/Zombie.java 8245877 linux-aarch64
|
2018-11-21 02:36:57 +00:00
|
|
|
|
2021-07-08 19:23:21 +00:00
|
|
|
serviceability/sa/ClhsdbCDSCore.java 8269982 macosx-aarch64
|
|
|
|
serviceability/sa/ClhsdbFindPC.java#id1 8269982 macosx-aarch64
|
|
|
|
serviceability/sa/ClhsdbFindPC.java#id3 8269982 macosx-aarch64
|
|
|
|
serviceability/sa/ClhsdbPstack.java#id1 8269982 macosx-aarch64
|
|
|
|
|
2016-12-07 11:37:35 +00:00
|
|
|
#############################################################################
|
|
|
|
|
|
|
|
# :hotspot_misc
|
|
|
|
|
|
|
|
#############################################################################
|
2019-07-31 23:48:51 +00:00
|
|
|
|
|
|
|
|
2018-05-02 23:43:56 +00:00
|
|
|
#############################################################################
|
|
|
|
|
|
|
|
# :vmTestbase_*
|
|
|
|
|
|
|
|
#############################################################################
|
|
|
|
|
|
|
|
vmTestbase/nsk/monitoring/MemoryPoolMBean/isCollectionUsageThresholdExceeded/isexceeded003/TestDescription.java 8153598 generic-all
|
|
|
|
vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded001/TestDescription.java 8198668 generic-all
|
|
|
|
vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded002/TestDescription.java 8153598 generic-all
|
|
|
|
vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded003/TestDescription.java 8198668 generic-all
|
|
|
|
vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded004/TestDescription.java 8153598 generic-all
|
|
|
|
vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded005/TestDescription.java 8153598 generic-all
|
|
|
|
vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Deadlock/JavaDeadlock001/TestDescription.java 8060733 generic-all
|
|
|
|
|
2021-07-20 21:55:38 +00:00
|
|
|
vmTestbase/nsk/jdi/HiddenClass/events/events001.java 8257705 generic-all
|
2018-05-05 16:24:29 +00:00
|
|
|
vmTestbase/nsk/jdi/ThreadReference/stop/stop001/TestDescription.java 7034630 generic-all
|
|
|
|
|
2018-07-27 06:59:46 +00:00
|
|
|
vmTestbase/metaspace/gc/firstGC_10m/TestDescription.java 8208250 generic-all
|
|
|
|
vmTestbase/metaspace/gc/firstGC_50m/TestDescription.java 8208250 generic-all
|
|
|
|
vmTestbase/metaspace/gc/firstGC_99m/TestDescription.java 8208250 generic-all
|
|
|
|
vmTestbase/metaspace/gc/firstGC_default/TestDescription.java 8208250 generic-all
|
2018-05-22 20:05:22 +00:00
|
|
|
|
2018-05-25 00:12:15 +00:00
|
|
|
vmTestbase/nsk/jvmti/AttachOnDemand/attach045/TestDescription.java 8202971 generic-all
|
2019-04-05 05:59:13 +00:00
|
|
|
vmTestbase/nsk/jvmti/scenarios/jni_interception/JI05/ji05t001/TestDescription.java 8219652 aix-ppc64
|
|
|
|
vmTestbase/nsk/jvmti/scenarios/jni_interception/JI06/ji06t001/TestDescription.java 8219652 aix-ppc64
|
|
|
|
vmTestbase/nsk/jvmti/SetJNIFunctionTable/setjniftab001/TestDescription.java 8219652 aix-ppc64
|
2021-06-10 13:09:26 +00:00
|
|
|
vmTestbase/nsk/jvmti/SuspendThread/suspendthrd003/TestDescription.java 8264605 generic-all
|
|
|
|
vmTestbase/nsk/jvmti/PopFrame/popframe011/TestDescription.java 8266593 generic-all
|
2018-05-25 00:12:15 +00:00
|
|
|
|
2020-07-02 18:38:00 +00:00
|
|
|
vmTestbase/gc/lock/jni/jnilock002/TestDescription.java 8192647 generic-all
|
2018-06-01 22:48:55 +00:00
|
|
|
|
2020-01-27 23:35:10 +00:00
|
|
|
vmTestbase/jit/escape/LockCoarsening/LockCoarsening001.java 8148743 generic-all
|
|
|
|
vmTestbase/jit/escape/LockCoarsening/LockCoarsening002.java 8208259 generic-all
|
2018-05-17 21:52:47 +00:00
|
|
|
|
2018-05-17 07:23:28 +00:00
|
|
|
vmTestbase/vm/mlvm/indy/func/jvmti/redefineClassInBootstrap/TestDescription.java 8013267 generic-all
|
2021-04-14 17:32:53 +00:00
|
|
|
vmTestbase/vm/mlvm/meth/stress/jdi/breakpointInCompiledCode/Test.java 8257761 generic-all
|
2018-05-17 07:23:28 +00:00
|
|
|
vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2none_a/TestDescription.java 8013267 generic-all
|
|
|
|
vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manyDiff_b/TestDescription.java 8013267 generic-all
|
|
|
|
vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manySame_b/TestDescription.java 8013267 generic-all
|
2018-05-22 17:08:04 +00:00
|
|
|
|
2018-05-31 03:54:45 +00:00
|
|
|
vmTestbase/nsk/jdwp/ThreadReference/ForceEarlyReturn/forceEarlyReturn001/forceEarlyReturn001.java 7199837 generic-all
|
|
|
|
|
2018-05-02 23:43:56 +00:00
|
|
|
#############################################################################
|