1 #
  2 # Copyright (c) 2022, 2023, 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 serviceability/dcmd/thread/PrintConcurrentLocksTest.java 8308033 generic-all
 31 serviceability/dcmd/thread/PrintTest.java 8308033 generic-all
 32 serviceability/dcmd/thread/ThreadDumpToFileTest.java 8308033 generic-all
 33 serviceability/tmtools/jstack/DaemonThreadTest.java 8308033 generic-all
 34 vmTestbase/nsk/jdi/ObjectReference/referringObjects/referringObjects001/referringObjects001.java 8308978 generic-all
 35 vmTestbase/nsk/jdi/ReferenceType/instances/instances001/instances001.java 8308978 generic-all
 36 vmTestbase/nsk/jdi/ReferenceType/instances/instances003/instances003.java 8308978 generic-all
 37 vmTestbase/nsk/jdi/ReferenceType/instances/instances004/TestDescription.java 8308978 generic-all
 38 vmTestbase/nsk/jdi/MonitorWaitedRequest/addThreadFilter/TestDescription.java 8308978 generic-all
 39 vmTestbase/nsk/jdi/VirtualMachine/instanceCounts/instancecounts002/TestDescription.java 8308978 generic-all
 40 vmTestbase/nsk/jdi/stress/serial/monitorEvents002/TestDescription.java 8308978 generic-all
 41 vmTestbase/nsk/jdi/stress/serial/heapwalking001/TestDescription.java 8308978 generic-all
 42 vmTestbase/nsk/jdi/stress/serial/heapwalking002/TestDescription.java 8308978 generic-all
 43 vmTestbase/nsk/jdi/stress/serial/mixed001/TestDescription.java 8308978 generic-all
 44 vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t001/TestDescription.java 8308978 generic-all
 45 vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t002/TestDescription.java 8308978 generic-all
 46 
 47 ####
 48 ## Classes not unloaded as expected (TODO, need to check if FJ keeps a reference)
 49 
 50 vmTestbase/nsk/jvmti/CompiledMethodUnload/compmethunload001/TestDescription.java 8300711 generic-all
 51 
 52 ####
 53 ## Tests for functionality which currently is not supported for virtual threads
 54 
 55 vmTestbase/nsk/jvmti/GetCurrentThreadCpuTime/curthrcputime001/TestDescription.java 8300708 generic-all
 56 vmTestbase/nsk/jvmti/GetThreadCpuTime/thrcputime001/TestDescription.java 8300708 generic-all
 57 vmTestbase/nsk/jvmti/NotifyFramePop/nframepop002/TestDescription.java    8300708 generic-all
 58 vmTestbase/nsk/jvmti/NotifyFramePop/nframepop003/TestDescription.java    8300708 generic-all
 59 vmTestbase/nsk/jvmti/StopThread/stopthrd006/TestDescription.java         8300708 generic-all
 60 vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t012/TestDescription.java 8300708 generic-all
 61 vmTestbase/nsk/jvmti/SetLocalVariable/setlocal004/TestDescription.java   8300708 generic-all
 62 vmTestbase/nsk/jvmti/SetLocalVariable/setlocal003/TestDescription.java   8300708 generic-all
 63 vmTestbase/nsk/jvmti/SetLocalVariable/setlocal002/TestDescription.java   8300708 generic-all
 64 vmTestbase/nsk/jvmti/SetLocalVariable/setlocal001/TestDescription.java   8300708 generic-all
 65 vmTestbase/nsk/jvmti/unit/GetLocalVariable/getlocal003/TestDescription.java 8300708 generic-all
 66 
 67 ####
 68 ## Test fails because it expects to find vthreads in GetAllThreads
 69 vmTestbase/nsk/jvmti/scenarios/allocation/AP11/ap11t001/TestDescription.java 8300712 generic-all
 70 
 71 ####
 72 ## assert in src/hotspot/share/oops/instanceStackChunkKlass.cpp:1042
 73 vmTestbase/nsk/jvmti/GetObjectMonitorUsage/objmonusage006/TestDescription.java 8300709 generic-all
 74 
 75 ####
 76 ## NSK JDWP Tests failing with wrapper
 77 
 78 vmTestbase/nsk/jdwp/ThreadReference/ForceEarlyReturn/forceEarlyReturn002/forceEarlyReturn002.java 8286789 generic-all
 79 
 80 
 81 ##########
 82 ## NSK JDB Tests failing with wrapper
 83 
 84 ####
 85 ## The tests expect an NPE to be uncaught, but nsk.share.MainWrapper
 86 ## introduces exception handlers.
 87 
 88 vmTestbase/nsk/jdb/uncaught_exception/uncaught_exception002/uncaught_exception002.java 8278470 generic-all
 89 vmTestbase/nsk/jdb/where/where005/where005.java 8278470 generic-all
 90 
 91 ###
 92 # Test expects that the "up" command should print "End of stack" because there are
 93 # normally no frames above the test's main method. However, nsk.share.MainWrapper
 94 # introduces more frames above the test's main method, so the test fails.
 95 
 96 vmTestbase/nsk/jdb/list/list003/list003.java        8300707 generic-all
 97 vmTestbase/nsk/jdb/repeat/repeat001/repeat001.java  8300707 generic-all
 98 
 99 ####
100 ## NSK JDI tests failing with wrapper
101 
102 ####
103 ## The test expects an NPE to be uncaught, but nsk.share.MainWrapper
104 ## introduces exception handlers.
105 
106 vmTestbase/nsk/jdi/ExceptionEvent/catchLocation/location002/TestDescription.java 8278470 generic-all
107 
108 ###
109 # This test always times out on windows. This is due to the test forcing OOME in the
110 # debuggee, which has the side affect of making the Read-Poller thread exit. Because
111 # of this no vthreads can complete their reads, and the test times out as a result.
112 
113 vmTestbase/nsk/jdi/VMOutOfMemoryException/VMOutOfMemoryException001/VMOutOfMemoryException001.java 8285417 windows-all
114 
115 ##########
116 ## Tests incompatible with  with virtual test thread factory.
117 ## There is no goal to run all test with virtual test thread factory.
118 ## So any test migth be added as incompatible, the bug is not required.
119 
120 gc/arguments/TestNewSizeThreadIncrease.java 0000000 generic-all
121 gc/g1/TestSkipRebuildRemsetPhase.java 0000000 generic-all
122 runtime/ErrorHandling/MachCodeFramesInErrorFile.java 0000000 generic-all
123 runtime/Thread/AsyncExceptionOnMonitorEnter.java 0000000 generic-all
124 runtime/Thread/StopAtExit.java 0000000 generic-all
125 runtime/handshake/HandshakeWalkStackTest.java 0000000 generic-all