8382843: Update ProblemList comments for preview features

Reviewed-by: ayang, liach
This commit is contained in:
Daniel D. Daugherty 2026-04-22 19:20:46 +00:00
parent fc5fabfb0b
commit 03996ff5e0
24 changed files with 165 additions and 72 deletions

View File

@ -45,10 +45,14 @@
# Preview project specific failures go here at the end of the file.
#
# These are NOT failures that occur with the '--enable-preview' option
# specified; those go in the appropriate ProblemList-enable-preview.txt file.
# specified in the task definition; those go in the appropriate
# ProblemList-enable-preview.txt file.
#
# These are failures that occur WITHOUT the '--enable-preview' option
# specified AND occur because of some issue with preview project code,
# in either implementation or test code.
# specified in the task definition OR the '--enable-preview' option
# MAY BE specified in the test itself. In either case, the failure
# occurs because of some issue with preview project code, in either
# implementation or test code.
#############################################################################

View File

@ -62,10 +62,14 @@ compiler/arraycopy/TestCloneWithStressReflectiveCode.java 8323727 generic-all
# Preview project specific failures go here at the end of the file.
#
# These are NOT failures that occur with the '--enable-preview' option
# specified; those go in the appropriate ProblemList-enable-preview.txt file.
# specified in the task definition; those go in the appropriate
# ProblemList-enable-preview.txt file.
#
# These are failures that occur WITHOUT the '--enable-preview' option
# specified AND occur because of some issue with preview project code,
# in either implementation or test code.
# specified in the task definition OR the '--enable-preview' option
# MAY BE specified in the test itself. In either case, the failure
# occurs because of some issue with preview project code, in either
# implementation or test code.
#############################################################################

View File

@ -41,10 +41,14 @@ gtest/NMTGtests.java#nmt-summary 8356201 generic-all
# Preview project specific failures go here at the end of the file.
#
# These are NOT failures that occur with the '--enable-preview' option
# specified; those go in the appropriate ProblemList-enable-preview.txt file.
# specified in the task definition; those go in the appropriate
# ProblemList-enable-preview.txt file.
#
# These are failures that occur WITHOUT the '--enable-preview' option
# specified AND occur because of some issue with preview project code,
# in either implementation or test code.
# specified in the task definition OR the '--enable-preview' option
# MAY BE specified in the test itself. In either case, the failure
# occurs because of some issue with preview project code, in either
# implementation or test code.
#############################################################################

View File

@ -82,10 +82,14 @@ vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended002/TestDescription.ja
# Preview project specific failures go here at the end of the file.
#
# These are NOT failures that occur with the '--enable-preview' option
# specified; those go in the appropriate ProblemList-enable-preview.txt file.
# specified in the task definition; those go in the appropriate
# ProblemList-enable-preview.txt file.
#
# These are failures that occur WITHOUT the '--enable-preview' option
# specified AND occur because of some issue with preview project code,
# in either implementation or test code.
# specified in the task definition OR the '--enable-preview' option
# MAY BE specified in the test itself. In either case, the failure
# occurs because of some issue with preview project code, in either
# implementation or test code.
#############################################################################

View File

@ -52,10 +52,14 @@ gc/arguments/TestNewSizeFlags.java 8299116 macosx-aarch64
# Preview project specific failures go here at the end of the file.
#
# These are NOT failures that occur with the '--enable-preview' option
# specified; those go in the appropriate ProblemList-enable-preview.txt file.
# specified in the task definition; those go in the appropriate
# ProblemList-enable-preview.txt file.
#
# These are failures that occur WITHOUT the '--enable-preview' option
# specified AND occur because of some issue with preview project code,
# in either implementation or test code.
# specified in the task definition OR the '--enable-preview' option
# MAY BE specified in the test itself. In either case, the failure
# occurs because of some issue with preview project code, in either
# implementation or test code.
#############################################################################

View File

@ -23,10 +23,13 @@
#############################################################################
#
# List of quarantined tests for testing with --enable-preview
# List of quarantined tests for testing with the '--enable-preview' option
# where the option IS specified in the task definition and NOT in the test.
#
# These are failures that ONLY occur with the '--enable-preview' option
# specified. There are separate sub-sections for each preview project.
# If the '--enable-preview' option is NOT specified in the task definition,
# and the option IS specified in the test, then an entry here WILL NOT work.
#
# There are separate sub-sections for each preview project.
#
#############################################################################

View File

@ -100,10 +100,14 @@ serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorVMEventsTest.java#id1
# Preview project specific failures go here at the end of the file.
#
# These are NOT failures that occur with the '--enable-preview' option
# specified; those go in the appropriate ProblemList-enable-preview.txt file.
# specified in the task definition; those go in the appropriate
# ProblemList-enable-preview.txt file.
#
# These are failures that occur WITHOUT the '--enable-preview' option
# specified AND occur because of some issue with preview project code,
# in either implementation or test code.
# specified in the task definition OR the '--enable-preview' option
# MAY BE specified in the test itself. In either case, the failure
# occurs because of some issue with preview project code, in either
# implementation or test code.
#############################################################################

View File

@ -43,10 +43,14 @@ compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/VirtualObjectDebugInf
# Preview project specific failures go here at the end of the file.
#
# These are NOT failures that occur with the '--enable-preview' option
# specified; those go in the appropriate ProblemList-enable-preview.txt file.
# specified in the task definition; those go in the appropriate
# ProblemList-enable-preview.txt file.
#
# These are failures that occur WITHOUT the '--enable-preview' option
# specified AND occur because of some issue with preview project code,
# in either implementation or test code.
# specified in the task definition OR the '--enable-preview' option
# MAY BE specified in the test itself. In either case, the failure
# occurs because of some issue with preview project code, in either
# implementation or test code.
#############################################################################

View File

@ -195,9 +195,13 @@ vmTestbase/nsk/monitoring/ThreadMXBean/findMonitorDeadlockedThreads/find006/Test
# Preview project specific failures go here at the end of the file.
#
# These are NOT failures that occur with the '--enable-preview' option
# specified; those go in the appropriate ProblemList-enable-preview.txt file.
# specified in the task definition; those go in the appropriate
# ProblemList-enable-preview.txt file.
#
# These are failures that occur WITHOUT the '--enable-preview' option
# specified AND occur because of some issue with preview project code,
# in either implementation or test code.
# specified in the task definition OR the '--enable-preview' option
# MAY BE specified in the test itself. In either case, the failure
# occurs because of some issue with preview project code, in either
# implementation or test code.
#############################################################################

View File

@ -28,10 +28,14 @@
# Preview project specific failures go here at the end of the file.
#
# These are NOT failures that occur with the '--enable-preview' option
# specified; those go in the appropriate ProblemList-enable-preview.txt file.
# specified in the task definition; those go in the appropriate
# ProblemList-enable-preview.txt file.
#
# These are failures that occur WITHOUT the '--enable-preview' option
# specified AND occur because of some issue with preview project code,
# in either implementation or test code.
# specified in the task definition OR the '--enable-preview' option
# MAY BE specified in the test itself. In either case, the failure
# occurs because of some issue with preview project code, in either
# implementation or test code.
#############################################################################

View File

@ -49,10 +49,14 @@ java/util/Locale/UseOldISOCodesTest.java 0000000 generic-a
# Preview project specific failures go here at the end of the file.
#
# These are NOT failures that occur with the '--enable-preview' option
# specified; those go in the appropriate ProblemList-enable-preview.txt file.
# specified in the task definition; those go in the appropriate
# ProblemList-enable-preview.txt file.
#
# These are failures that occur WITHOUT the '--enable-preview' option
# specified AND occur because of some issue with preview project code,
# in either implementation or test code.
# specified in the task definition OR the '--enable-preview' option
# MAY BE specified in the test itself. In either case, the failure
# occurs because of some issue with preview project code, in either
# implementation or test code.
#############################################################################

View File

@ -30,10 +30,14 @@
# Preview project specific failures go here at the end of the file.
#
# These are NOT failures that occur with the '--enable-preview' option
# specified; those go in the appropriate ProblemList-enable-preview.txt file.
# specified in the task definition; those go in the appropriate
# ProblemList-enable-preview.txt file.
#
# These are failures that occur WITHOUT the '--enable-preview' option
# specified AND occur because of some issue with preview project code,
# in either implementation or test code.
# specified in the task definition OR the '--enable-preview' option
# MAY BE specified in the test itself. In either case, the failure
# occurs because of some issue with preview project code, in either
# implementation or test code.
#############################################################################

View File

@ -39,10 +39,14 @@ java/lang/ScopedValue/StressStackOverflow.java#TieredStopAtLevel1 8309646 generi
# Preview project specific failures go here at the end of the file.
#
# These are NOT failures that occur with the '--enable-preview' option
# specified; those go in the appropriate ProblemList-enable-preview.txt file.
# specified in the task definition; those go in the appropriate
# ProblemList-enable-preview.txt file.
#
# These are failures that occur WITHOUT the '--enable-preview' option
# specified AND occur because of some issue with preview project code,
# in either implementation or test code.
# specified in the task definition OR the '--enable-preview' option
# MAY BE specified in the test itself. In either case, the failure
# occurs because of some issue with preview project code, in either
# implementation or test code.
#############################################################################

View File

@ -35,10 +35,14 @@ java/lang/reflect/callerCache/ReflectionCallerCacheTest.java 8332028 generic-
# Preview project specific failures go here at the end of the file.
#
# These are NOT failures that occur with the '--enable-preview' option
# specified; those go in the appropriate ProblemList-enable-preview.txt file.
# specified in the task definition; those go in the appropriate
# ProblemList-enable-preview.txt file.
#
# These are failures that occur WITHOUT the '--enable-preview' option
# specified AND occur because of some issue with preview project code,
# in either implementation or test code.
# specified in the task definition OR the '--enable-preview' option
# MAY BE specified in the test itself. In either case, the failure
# occurs because of some issue with preview project code, in either
# implementation or test code.
#############################################################################

View File

@ -23,10 +23,13 @@
#############################################################################
#
# List of quarantined tests for testing with --enable-preview
# List of quarantined tests for testing with the '--enable-preview' option
# where the option IS specified in the task definition and NOT in the test.
#
# These are failures that ONLY occur with the '--enable-preview' option
# specified. There are separate sub-sections for each preview project.
# If the '--enable-preview' option is NOT specified in the task definition,
# and the option IS specified in the test, then an entry here WILL NOT work.
#
# There are separate sub-sections for each preview project.
#
#############################################################################

View File

@ -35,10 +35,14 @@ java/lang/ref/ReachabilityFenceTest.java 0000
# Preview project specific failures go here at the end of the file.
#
# These are NOT failures that occur with the '--enable-preview' option
# specified; those go in the appropriate ProblemList-enable-preview.txt file.
# specified in the task definition; those go in the appropriate
# ProblemList-enable-preview.txt file.
#
# These are failures that occur WITHOUT the '--enable-preview' option
# specified AND occur because of some issue with preview project code,
# in either implementation or test code.
# specified in the task definition OR the '--enable-preview' option
# MAY BE specified in the test itself. In either case, the failure
# occurs because of some issue with preview project code, in either
# implementation or test code.
#############################################################################

View File

@ -63,10 +63,14 @@ jdk/jfr/startupargs/TestOldObjectQueueSize.java 8342951 generic-all
# Preview project specific failures go here at the end of the file.
#
# These are NOT failures that occur with the '--enable-preview' option
# specified; those go in the appropriate ProblemList-enable-preview.txt file.
# specified in the task definition; those go in the appropriate
# ProblemList-enable-preview.txt file.
#
# These are failures that occur WITHOUT the '--enable-preview' option
# specified AND occur because of some issue with preview project code,
# in either implementation or test code.
# specified in the task definition OR the '--enable-preview' option
# MAY BE specified in the test itself. In either case, the failure
# occurs because of some issue with preview project code, in either
# implementation or test code.
#############################################################################

View File

@ -34,10 +34,14 @@ com/sun/jdi/ThreadMemoryLeakTest.java 8307402 generic-all
# Preview project specific failures go here at the end of the file.
#
# These are NOT failures that occur with the '--enable-preview' option
# specified; those go in the appropriate ProblemList-enable-preview.txt file.
# specified in the task definition; those go in the appropriate
# ProblemList-enable-preview.txt file.
#
# These are failures that occur WITHOUT the '--enable-preview' option
# specified AND occur because of some issue with preview project code,
# in either implementation or test code.
# specified in the task definition OR the '--enable-preview' option
# MAY BE specified in the test itself. In either case, the failure
# occurs because of some issue with preview project code, in either
# implementation or test code.
#############################################################################

View File

@ -798,10 +798,14 @@ tools/sincechecker/modules/jdk.management.jfr/JdkManagementJfrCheckSince.java 83
# Preview project specific failures go here at the end of the file.
#
# These are NOT failures that occur with the '--enable-preview' option
# specified; those go in the appropriate ProblemList-enable-preview.txt file.
# specified in the task definition; those go in the appropriate
# ProblemList-enable-preview.txt file.
#
# These are failures that occur WITHOUT the '--enable-preview' option
# specified AND occur because of some issue with preview project code,
# in either implementation or test code.
# specified in the task definition OR the '--enable-preview' option
# MAY BE specified in the test itself. In either case, the failure
# occurs because of some issue with preview project code, in either
# implementation or test code.
#############################################################################

View File

@ -30,10 +30,14 @@
# Preview project specific failures go here at the end of the file.
#
# These are NOT failures that occur with the '--enable-preview' option
# specified; those go in the appropriate ProblemList-enable-preview.txt file.
# specified in the task definition; those go in the appropriate
# ProblemList-enable-preview.txt file.
#
# These are failures that occur WITHOUT the '--enable-preview' option
# specified AND occur because of some issue with preview project code,
# in either implementation or test code.
# specified in the task definition OR the '--enable-preview' option
# MAY BE specified in the test itself. In either case, the failure
# occurs because of some issue with preview project code, in either
# implementation or test code.
#############################################################################

View File

@ -23,10 +23,13 @@
#############################################################################
#
# List of quarantined tests for testing with --enable-preview
# List of quarantined tests for testing with the '--enable-preview' option
# where the option IS specified in the task definition and NOT in the test.
#
# These are failures that ONLY occur with the '--enable-preview' option
# specified. There are separate sub-sections for each preview project.
# If the '--enable-preview' option is NOT specified in the task definition,
# and the option IS specified in the test, then an entry here WILL NOT work.
#
# There are separate sub-sections for each preview project.
#
#############################################################################

View File

@ -77,10 +77,14 @@ tools/javap/output/RepeatingTypeAnnotations.java
# Preview project specific failures go here at the end of the file.
#
# These are NOT failures that occur with the '--enable-preview' option
# specified; those go in the appropriate ProblemList-enable-preview.txt file.
# specified in the task definition; those go in the appropriate
# ProblemList-enable-preview.txt file.
#
# These are failures that occur WITHOUT the '--enable-preview' option
# specified AND occur because of some issue with preview project code,
# in either implementation or test code.
# specified in the task definition OR the '--enable-preview' option
# MAY BE specified in the test itself. In either case, the failure
# occurs because of some issue with preview project code, in either
# implementation or test code.
#############################################################################

View File

@ -30,10 +30,14 @@
# Preview project specific failures go here at the end of the file.
#
# These are NOT failures that occur with the '--enable-preview' option
# specified; those go in the appropriate ProblemList-enable-preview.txt file.
# specified in the task definition; those go in the appropriate
# ProblemList-enable-preview.txt file.
#
# These are failures that occur WITHOUT the '--enable-preview' option
# specified AND occur because of some issue with preview project code,
# in either implementation or test code.
# specified in the task definition OR the '--enable-preview' option
# MAY BE specified in the test itself. In either case, the failure
# occurs because of some issue with preview project code, in either
# implementation or test code.
#############################################################################

View File

@ -43,10 +43,14 @@
# Preview project specific failures go here at the end of the file.
#
# These are NOT failures that occur with the '--enable-preview' option
# specified; those go in the appropriate ProblemList-enable-preview.txt file.
# specified in the task definition; those go in the appropriate
# ProblemList-enable-preview.txt file.
#
# These are failures that occur WITHOUT the '--enable-preview' option
# specified AND occur because of some issue with preview project code,
# in either implementation or test code.
# specified in the task definition OR the '--enable-preview' option
# MAY BE specified in the test itself. In either case, the failure
# occurs because of some issue with preview project code, in either
# implementation or test code.
#############################################################################