mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-15 13:49:42 +02:00

8355748: Add SourceVersion.RELEASE_26 8355751: Add source 26 and target 26 to javac Co-authored-by: Joe Darcy <darcy@openjdk.org> Reviewed-by: iris, coleenp, darcy
189 lines
9.6 KiB
Text
189 lines
9.6 KiB
Text
#
|
|
# Copyright (c) 2016, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
# 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
|
|
# 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
|
|
#
|
|
# More than one label is allowed but must be on the same line.
|
|
#
|
|
#############################################################################
|
|
|
|
|
|
#############################################################################
|
|
|
|
# :hotspot_compiler
|
|
|
|
compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest.java 8225370 generic-all
|
|
|
|
compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig.java 8190680 generic-all
|
|
|
|
compiler/runtime/Test8168712.java#with-dtrace 8211769,8211771 generic-ppc64,generic-ppc64le,linux-s390x
|
|
compiler/runtime/Test8168712.java#without-dtrace 8211769,8211771 generic-ppc64,generic-ppc64le,linux-s390x
|
|
compiler/loopopts/TestUnreachableInnerLoop.java 8288981 linux-s390x
|
|
|
|
compiler/c2/Test8004741.java 8235801 generic-all
|
|
compiler/c2/irTests/TestDuplicateBackedge.java 8318904 generic-all
|
|
|
|
compiler/codecache/jmx/PoolsIndependenceTest.java 8264632 macosx-all
|
|
|
|
compiler/vectorapi/reshape/TestVectorReinterpret.java 8320897,8348519 aix-ppc64,linux-ppc64le,linux-s390x
|
|
compiler/vectorapi/VectorRebracket128Test.java 8330538 generic-all
|
|
|
|
compiler/jvmci/TestUncaughtErrorInCompileMethod.java 8309073 generic-all
|
|
compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/DataPatchTest.java 8331704 linux-riscv64
|
|
compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/MaxOopMapStackOffsetTest.java 8331704 linux-riscv64
|
|
compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/NativeCallTest.java 8331704 linux-riscv64
|
|
compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/SimpleDebugInfoTest.java 8331704 linux-riscv64
|
|
compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/SimpleCodeInstallationTest.java 8331704 linux-riscv64
|
|
compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/VirtualObjectDebugInfoTest.java 8331704 linux-riscv64
|
|
|
|
compiler/floatingpoint/TestSubnormalFloat.java 8317810 generic-i586
|
|
compiler/floatingpoint/TestSubnormalDouble.java 8317810 generic-i586
|
|
|
|
compiler/codecache/CodeCacheFullCountTest.java 8332954 generic-all
|
|
|
|
compiler/interpreter/Test6833129.java 8335266 generic-i586
|
|
|
|
compiler/ciReplay/TestInliningProtectionDomain.java 8349191 generic-all
|
|
compiler/ciReplay/TestIncrementalInlining.java 8349191 generic-all
|
|
|
|
compiler/c2/TestVerifyConstraintCasts.java 8355574 generic-all
|
|
|
|
compiler/startup/StartupOutput.java 8358129 windows-all
|
|
|
|
#############################################################################
|
|
|
|
# :hotspot_gc
|
|
|
|
gc/epsilon/TestMemoryMXBeans.java 8206434 generic-all
|
|
gc/g1/humongousObjects/objectGraphTest/TestObjectGraphAfterGC.java 8156755 generic-all
|
|
gc/g1/logging/TestG1LoggingFailure.java 8169634 generic-all
|
|
gc/g1/humongousObjects/TestHeapCounters.java 8178918 generic-all
|
|
gc/TestAllocHumongousFragment.java#adaptive 8298781 generic-all
|
|
gc/TestAllocHumongousFragment.java#aggressive 8298781 generic-all
|
|
gc/TestAllocHumongousFragment.java#g1 8298781 generic-all
|
|
gc/TestAllocHumongousFragment.java#static 8298781 generic-all
|
|
gc/shenandoah/oom/TestAllocOutOfMemory.java#large 8344312 linux-ppc64le
|
|
gc/shenandoah/TestEvilSyncBug.java#generational 8345501 generic-all
|
|
|
|
#############################################################################
|
|
|
|
# :hotspot_runtime
|
|
|
|
runtime/jni/terminatedThread/TestTerminatedThread.java 8317789 aix-ppc64
|
|
runtime/Monitor/SyncOnValueBasedClassTest.java 8340995 linux-s390x
|
|
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#G1 8267460 linux-aarch64
|
|
runtime/os/TestTracePageSizes.java#Parallel 8267460 linux-aarch64
|
|
runtime/os/TestTracePageSizes.java#Serial 8267460 linux-aarch64
|
|
runtime/StackGuardPages/TestStackGuardPagesNative.java 8303612 linux-all
|
|
runtime/ErrorHandling/MachCodeFramesInErrorFile.java 8313315 linux-ppc64le
|
|
runtime/NMT/VirtualAllocCommitMerge.java 8309698 linux-s390x
|
|
|
|
applications/jcstress/copy.java 8229852 linux-all
|
|
|
|
containers/docker/TestJcmd.java 8278102 linux-all
|
|
containers/docker/TestMemoryAwareness.java 8303470 linux-all
|
|
containers/docker/TestJFREvents.java 8327723 linux-x64
|
|
containers/docker/TestJcmdWithSideCar.java 8341518 linux-x64
|
|
|
|
#############################################################################
|
|
|
|
# :hotspot_serviceability
|
|
|
|
serviceability/sa/sadebugd/DebugdConnectTest.java 8239062,8270326 macosx-x64,macosx-aarch64
|
|
serviceability/sa/TestRevPtrsForInvokeDynamic.java 8241235 generic-all
|
|
|
|
serviceability/jvmti/ModuleAwareAgents/ThreadStart/MAAThreadStart.java 8225354 windows-all
|
|
serviceability/jvmti/vthread/GetThreadStateMountedTest/GetThreadStateMountedTest.java 8318090,8318729 generic-all
|
|
serviceability/jvmti/vthread/GetSetLocalTest/GetSetLocalTest.java 8286836 generic-all
|
|
serviceability/jvmti/vthread/CarrierThreadEventNotification/CarrierThreadEventNotification.java 8333681 generic-all
|
|
serviceability/dcmd/gc/RunFinalizationTest.java 8227120 generic-all
|
|
|
|
serviceability/sa/ClhsdbCDSCore.java 8318754 macosx-aarch64
|
|
serviceability/sa/ClhsdbFindPC.java#xcomp-core 8318754 macosx-aarch64
|
|
serviceability/sa/ClhsdbFindPC.java#no-xcomp-core 8318754 macosx-aarch64
|
|
serviceability/sa/ClhsdbPmap.java#core 8318754 macosx-aarch64
|
|
serviceability/sa/ClhsdbPstack.java#core 8318754 macosx-aarch64
|
|
serviceability/sa/TestJmapCore.java 8318754 macosx-aarch64
|
|
serviceability/sa/TestJmapCoreMetaspace.java 8318754 macosx-aarch64
|
|
|
|
serviceability/jvmti/stress/StackTrace/NotSuspended/GetStackTraceNotSuspendedStressTest.java 8315980 linux-all,windows-x64
|
|
|
|
serviceability/sa/JhsdbThreadInfoTest.java 8344261 generic-all
|
|
serviceability/sa/TestJhsdbJstackLock.java 8344261 generic-all
|
|
serviceability/sa/sadebugd/DebugdConnectTest.java 8344261 generic-all
|
|
serviceability/attach/RemovingUnixDomainSocketTest.java 8344261 generic-all
|
|
|
|
#############################################################################
|
|
|
|
# :hotspot_misc
|
|
|
|
#############################################################################
|
|
|
|
|
|
#############################################################################
|
|
|
|
# :vmTestbase_*
|
|
|
|
#############################################################################
|
|
|
|
vmTestbase/gc/gctests/FinalizeTest04/FinalizeTest04.java 8284234 generic-all
|
|
vmTestbase/gc/gctests/PhantomReference/phantom001/phantom001.java 8284234 generic-all
|
|
|
|
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
|
|
|
|
vmTestbase/nsk/jvmti/AttachOnDemand/attach045/TestDescription.java 8358094 generic-all
|
|
vmTestbase/nsk/jvmti/scenarios/capability/CM03/cm03t001/TestDescription.java 8073470 linux-all
|
|
vmTestbase/nsk/jvmti/InterruptThread/intrpthrd003/TestDescription.java 8288911 macosx-all
|
|
|
|
vmTestbase/jit/escape/LockCoarsening/LockCoarsening001.java 8148743 generic-all
|
|
vmTestbase/jit/escape/LockCoarsening/LockCoarsening002.java 8208259 generic-all
|
|
|
|
vmTestbase/vm/mlvm/indy/func/jvmti/redefineClassInBootstrap/TestDescription.java 8013267 generic-all
|
|
vmTestbase/vm/mlvm/meth/stress/jdi/breakpointInCompiledCode/Test.java 8257761 generic-all
|
|
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
|
|
vmTestbase/vm/mlvm/meth/stress/compiler/deoptimize/Test.java#id1 8324756 generic-all
|
|
|
|
vmTestbase/nsk/jdwp/ThreadReference/ForceEarlyReturn/forceEarlyReturn001/forceEarlyReturn001.java 7199837 generic-all
|
|
|
|
vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Multi/Multi005/TestDescription.java 8076494 windows-x64
|
|
|
|
vmTestbase/nsk/monitoring/ThreadMXBean/findMonitorDeadlockedThreads/find006/TestDescription.java 8310144 macosx-aarch64
|