1 #
  2 # Copyright (c) 2022, 2024, 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 # Bugs
 26 
 27 serviceability/AsyncGetCallTrace/MyPackage/ASGCTBaseTest.java 8308026 generic-all
 28 serviceability/jvmti/GetThreadListStackTraces/OneGetThreadListStackTraces.java 8308027 generic-all
 29 serviceability/jvmti/Heap/IterateHeapWithEscapeAnalysisEnabled.java 8264699 generic-all
 30 
 31 ####
 32 ## Classes not unloaded as expected (TODO, need to check if FJ keeps a reference)
 33 
 34 vmTestbase/nsk/jvmti/CompiledMethodUnload/compmethunload001/TestDescription.java 8300711 generic-all
 35 
 36 ####
 37 ## Tests for functionality which currently is not supported for virtual threads
 38 
 39 vmTestbase/nsk/jvmti/GetCurrentThreadCpuTime/curthrcputime001/TestDescription.java 8300708 generic-all
 40 vmTestbase/nsk/jvmti/GetThreadCpuTime/thrcputime001/TestDescription.java 8300708 generic-all
 41 vmTestbase/nsk/jvmti/NotifyFramePop/nframepop002/TestDescription.java    8300708 generic-all
 42 vmTestbase/nsk/jvmti/NotifyFramePop/nframepop003/TestDescription.java    8300708 generic-all
 43 vmTestbase/nsk/jvmti/StopThread/stopthrd006/TestDescription.java         8300708 generic-all
 44 vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t012/TestDescription.java 8300708 generic-all
 45 vmTestbase/nsk/jvmti/SetLocalVariable/setlocal004/TestDescription.java   8300708 generic-all
 46 vmTestbase/nsk/jvmti/SetLocalVariable/setlocal003/TestDescription.java   8300708 generic-all
 47 vmTestbase/nsk/jvmti/SetLocalVariable/setlocal002/TestDescription.java   8300708 generic-all
 48 vmTestbase/nsk/jvmti/SetLocalVariable/setlocal001/TestDescription.java   8300708 generic-all
 49 vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal003/TestDescription.java 8300708 generic-all
 50 
 51 ####
 52 ## Test fails because it expects to find vthreads in GetAllThreads
 53 vmTestbase/nsk/jvmti/scenarios/allocation/AP11/ap11t001/TestDescription.java 8300712 generic-all
 54 
 55 ##########
 56 ## NSK JDB Tests failing with wrapper
 57 
 58 ####
 59 ## The tests expect an NPE to be uncaught, but nsk.share.MainWrapper
 60 ## introduces exception handlers.
 61 
 62 vmTestbase/nsk/jdb/uncaught_exception/uncaught_exception002/uncaught_exception002.java 8278470 generic-all
 63 vmTestbase/nsk/jdb/where/where005/where005.java 8278470 generic-all
 64 
 65 ###
 66 # Test expects that the "up" command should print "End of stack" because there are
 67 # normally no frames above the test's main method. However, nsk.share.MainWrapper
 68 # introduces more frames above the test's main method, so the test fails.
 69 
 70 vmTestbase/nsk/jdb/list/list003/list003.java        8300707 generic-all
 71 vmTestbase/nsk/jdb/repeat/repeat001/repeat001.java  8300707 generic-all
 72 
 73 ####
 74 ## NSK JDI tests failing with wrapper
 75 
 76 ####
 77 ## The test expects an NPE to be uncaught, but nsk.share.MainWrapper
 78 ## introduces exception handlers.
 79 
 80 vmTestbase/nsk/jdi/ExceptionEvent/catchLocation/location002/TestDescription.java 8278470 generic-all
 81 
 82 ###
 83 # This test times out on Windows and Linux. This is due to the test forcing OOME in
 84 # the debuggee, which can lead to I/O poller threads exiting. Because
 85 # of this no vthreads can complete their reads, and the test times out as a result.
 86 
 87 vmTestbase/nsk/jdi/VMOutOfMemoryException/VMOutOfMemoryException001/VMOutOfMemoryException001.java 8285417 generic-all
 88 
 89 ###
 90 # The test first suspends a vthread and all the carriers and then it resumes the vthread expecting it
 91 # to run to completion. In mainline it only works because the suspension step happens while the vthread is
 92 # pinned to the carrier blocked on synchronized. So the carrier only actually suspends on the next unmount
 93 # transition which in this test happens once the vthread has finished executing the expected code.
 94 
 95 vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended002/TestDescription.java 0000000 generic-all
 96 
 97 ###
 98 # The test sends a StopThread to a vthread expecting that is currently pinned to the carrier blocked on
 99 # synchronized. Since the vthread is now unmounted StopThread returns JVMTI_ERROR_OPAQUE_FRAME error.
100 
101 vmTestbase/nsk/jdb/kill/kill001/kill001.java 0000000 generic-all
102 
103 # Unknown reasons, should be investigated
104 vmTestbase/gc/gctests/MemoryEaterMT/MemoryEaterMT.java 0000000 generic-all
105 
106 
107 ##########
108 ## Tests incompatible with  with virtual test thread factory.
109 ## There is no goal to run all test with virtual test thread factory.
110 ## So any test migth be added as incompatible, the bug is not required.
111 
112 gc/arguments/TestNewSizeThreadIncrease.java 0000000 generic-all
113 gc/g1/TestSkipRebuildRemsetPhase.java 0000000 generic-all
114 runtime/cds/appcds/jigsaw/classpathtests/EmptyClassInBootClassPath.java 0000000 generic-all
115 runtime/cds/appcds/jigsaw/modulepath/OptimizeModuleHandlingTest.java 0000000 generic-all
116 gc/g1/TestSkipRebuildRemsetPhase.java 0000000 generic-all
117 runtime/ErrorHandling/MachCodeFramesInErrorFile.java 0000000 generic-all
118 runtime/Thread/AsyncExceptionOnMonitorEnter.java 0000000 generic-all
119 runtime/Thread/StopAtExit.java 0000000 generic-all
120 runtime/handshake/HandshakeWalkStackTest.java 0000000 generic-all
121 
122 # too fragile when main thread is a virtual thread
123 runtime/Thread/ThreadCountLimit.java#id0 0000000 generic-all
124 
125 # Invalid code heap sizes
126 compiler/arguments/TestC1Globals.java#id0 0000000 generic-all
127 compiler/arguments/TestC1Globals.java#id1 0000000 generic-all
128 compiler/arguments/TestC1Globals.java#id2 0000000 generic-all
129 
130 # OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "main"
131 compiler/codecache/CodeCacheFullCountTest.java 8332926 generic-all
132 
133 # no regions should be selected expected: true but was: false
134 gc/g1/TestMixedGCLiveThreshold.java#25percent 8334759 windows-all