jdk-24/test/jdk/com/sun/jdi
2023-05-11 23:16:22 +00:00
..
cds 8305421: Work around JDK-8305420 in CDSJDITest.java 2023-04-03 22:28:58 +00:00
connect 8298692: Fix typos in test/jdk/com/sun/jdi files 2022-12-14 17:53:11 +00:00
lib/jdb 8298692: Fix typos in test/jdk/com/sun/jdi files 2022-12-14 17:53:11 +00:00
redefine 8203928: [Test] Convert non-JDB scaffolding serviceability shell script tests to java 2018-10-02 12:06:29 -07:00
redefineMethod 8203928: [Test] Convert non-JDB scaffolding serviceability shell script tests to java 2018-10-02 12:06:29 -07:00
RedefineNestmateAttr 8305607: Remove some unused test parameters in com/sun/jdi tests 2023-04-06 03:32:12 +00:00
sde 8158066: SourceDebugExtensionTest fails to rename file 2019-01-18 05:33:28 -05:00
AcceptTimeout.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AccessSpecifierTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AfterThreadDeathTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AllLineLocations.java 8305607: Remove some unused test parameters in com/sun/jdi tests 2023-04-06 03:32:12 +00:00
AnyDebuggeeTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ArgumentValuesTest.java 8298692: Fix typos in test/jdk/com/sun/jdi files 2022-12-14 17:53:11 +00:00
ArrayLengthDumpTest.java 8209604: [TEST] rewrite com/sun/jdi shell tests to java version - step2 2018-08-30 11:53:49 -07:00
ArrayRangeTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
BacktraceFieldTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
BadAgentPath.java 8210112: remove jdk.testlibrary.ProcessTools 2018-09-07 14:01:52 -07:00
BadHandshakeTest.java 8252117: com/sun/jdi/BadHandshakeTest.java failed with "ConnectException: Connection refused: connect" 2020-10-27 19:49:38 +00:00
BreakpointTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
BreakpointWithFullGC.java 8210243: [TEST] rewrite com/sun/jdi shell tests to java version - step3 2018-09-05 10:39:16 -07:00
CatchAllTest.java 8209604: [TEST] rewrite com/sun/jdi shell tests to java version - step2 2018-08-30 11:53:49 -07:00
CatchCaughtTest.java 8209604: [TEST] rewrite com/sun/jdi shell tests to java version - step2 2018-08-30 11:53:49 -07:00
CatchPatternTest.java 8209332: [TEST] test/jdk/com/sun/jdi/CatchPatternTest.sh is incorrect 2018-10-02 12:08:51 -07:00
ClassesByName2Test.java 8303702: Provide ThreadFactory to create platform/virtual threads for com/sun/jdi tests 2023-03-09 15:44:03 +00:00
ClassesByName.java 8305607: Remove some unused test parameters in com/sun/jdi tests 2023-04-06 03:32:12 +00:00
ClassLoaderClassesTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ClassLoaderTarg.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ClassUnloadEventTest.java 8291456: com/sun/jdi/ClassUnloadEventTest.java failed with: Wrong number of class unload events: expected 10 got 4 2022-10-20 01:18:39 +00:00
CLETest.java 8304376: Rename t1/t2 classes in com/sun/jdi/CLETest.java to avoid class duplication error in IDE 2023-03-22 18:25:41 +00:00
CommandCommentDelimiter.java 8209604: [TEST] rewrite com/sun/jdi shell tests to java version - step2 2018-08-30 11:53:49 -07:00
CompatibleConnectors.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
compilerDirectives.json 8212928: Assertion too strict in compiledVFrame::update_deferred_value on SPARC 2018-11-08 09:04:00 -08:00
ConnectedVMs.java 8307885: com/sun/jdi/ConnectedVMs.java fails with "Invalid debuggee exitValue: 0" 2023-05-11 17:07:27 +00:00
ConstantPoolInfo.java 8282657: Code cleanup: removing double semicolons at the end of lines 2022-03-07 21:33:40 +00:00
ConstantPoolInfoGC.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ControlFlow.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CountEvent.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CountFilterTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
DataModelTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
DebuggerThreadTest.java 8286844: com/sun/jdi/RedefineCrossEvent.java failed with 1 threads completed while VM suspended 2022-07-21 18:14:40 +00:00
DeferredStepTest.java 8303702: Provide ThreadFactory to create platform/virtual threads for com/sun/jdi tests 2023-03-09 15:44:03 +00:00
DeleteAllBkptsTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
DeleteEventRequestsTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
DeoptimizeWalk.java 8210243: [TEST] rewrite com/sun/jdi shell tests to java version - step3 2018-09-05 10:39:16 -07:00
DoubleAgentTest.java 8195703: BasicJDWPConnectionTest.java: 'App exited unexpectedly with 2' 2018-10-12 10:08:11 -07:00
EarlyReturnNegativeTest.java 8198933: Update JDI tests to pass valid URL[] 2018-03-01 21:23:35 -08:00
EarlyReturnTest.java 8198933: Update JDI tests to pass valid URL[] 2018-03-01 21:23:35 -08:00
EATests.java 8303702: Provide ThreadFactory to create platform/virtual threads for com/sun/jdi tests 2023-03-09 15:44:03 +00:00
EnumTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
EvalArgs.java 8209604: [TEST] rewrite com/sun/jdi shell tests to java version - step2 2018-08-30 11:53:49 -07:00
EvalArraysAsList.java 8209604: [TEST] rewrite com/sun/jdi shell tests to java version - step2 2018-08-30 11:53:49 -07:00
EvalInterfaceStatic.java 8209604: [TEST] rewrite com/sun/jdi shell tests to java version - step2 2018-08-30 11:53:49 -07:00
EventQueueDisconnectTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ExceptionEvents.java 8307559: Add better checking in com/sun/jdi tests for debuggee exiting unexpectedly with an exception 2023-05-11 23:16:22 +00:00
ExclusiveBind.java 8212151: jdi/ExclusiveBind.java times out due to "bind failed: Address already in use" on Solaris-X64 2018-10-25 11:48:18 -07:00
Exit0.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ExpiredRequestDeletionTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
FetchLocals.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
FieldWatchpoints.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
FilterMatch.java 8196324: Update tests FilterMatch and FilterNoMatch to use TestScaffold 2018-02-15 11:31:56 -08:00
FilterNoMatch.java 8196324: Update tests FilterMatch and FilterNoMatch to use TestScaffold 2018-02-15 11:31:56 -08:00
FinalizerTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
FinalLocalsTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Frames2Test.java 8205608: Fix 'frames()' in ThreadReferenceImpl.c to prevent quadratic runtime behavior 2018-07-23 15:17:14 +02:00
FramesTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
GenericsTest.java 8282657: Code cleanup: removing double semicolons at the end of lines 2022-03-07 21:33:40 +00:00
GetLocalVariables2Test.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
GetLocalVariables3Test.java 8209604: [TEST] rewrite com/sun/jdi shell tests to java version - step2 2018-08-30 11:53:49 -07:00
GetLocalVariables4Test.java 8067354: com/sun/jdi/GetLocalVariables4Test.sh failed 2018-08-31 09:53:37 -07:00
GetLocalVariables.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
GetSetLocalTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
GetUninitializedStringValue.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
HelloWorld.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
HomeTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ImmutableResourceTest.java 8203928: [Test] Convert non-JDB scaffolding serviceability shell script tests to java 2018-10-02 12:06:29 -07:00
InnerTarg.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
InstanceFilter.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
InstancesTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
InstTarg.java 8307857: validate-source fails after JDK-8306758 2023-05-10 19:38:24 +00:00
InterfaceMethodsTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
InterruptHangTest.java 8303702: Provide ThreadFactory to create platform/virtual threads for com/sun/jdi tests 2023-03-09 15:44:03 +00:00
InvokeHangTest.java 8290200: com/sun/jdi/InvokeHangTest.java fails with "Debuggee appears to be hung" 2023-03-21 18:00:35 +00:00
InvokeTest.java 8284444: Sting typo 2022-04-07 14:55:05 +00:00
InvokeVarArgs.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Java_gTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
JdbArgTest.java 8210243: [TEST] rewrite com/sun/jdi shell tests to java version - step3 2018-09-05 10:39:16 -07:00
JdbExprTest.java 8209604: [TEST] rewrite com/sun/jdi shell tests to java version - step2 2018-08-30 11:53:49 -07:00
JdbLockTest.java 8303705: Field sleeper.started should be volatile JdbLockTestTarg.java 2023-03-14 21:52:34 +00:00
JdbMethodExitTest.java 8209604: [TEST] rewrite com/sun/jdi shell tests to java version - step2 2018-08-30 11:53:49 -07:00
JdbMissStep.java 8210243: [TEST] rewrite com/sun/jdi shell tests to java version - step3 2018-09-05 10:39:16 -07:00
JdbOptions.java 8300575: JVMTI support when using alternative virtual thread implementation 2023-02-22 15:42:53 +00:00
JdbReadTwiceTest.sh 8290497: some tests in com/sun/jdi fail on localized Windows platform 2022-08-01 08:12:25 +00:00
JdbStepTest.java 8163127: Debugger classExclusionFilter does not work correctly with method references 2019-01-29 16:48:20 -08:00
JdbStopInNotificationThreadTest.java 8170299: Debugger does not stop inside the low memory notifications code 2019-10-08 09:13:08 -07:00
JdbStopThreadidTest.java 8303702: Provide ThreadFactory to create platform/virtual threads for com/sun/jdi tests 2023-03-09 15:44:03 +00:00
JdbStopThreadTest.java 8301644: com/sun/jdi/JdbStopThreadTest.java fails after JDK-8300811 2023-02-02 16:58:48 +00:00
JdbVarargsTest.java 8210243: [TEST] rewrite com/sun/jdi shell tests to java version - step3 2018-09-05 10:39:16 -07:00
JdwpAllowTest.java 8260540: serviceability/jdwp/AllModulesCommandTest.java failed with "Debuggee error: 'ERROR: transport error 202: bind failed: Address already in use'" 2021-06-29 18:39:42 +00:00
JdwpAttachTest.java 8253940: com/sun/jdi/JdwpAttachTest.java failed with "RuntimeException: ERROR: LingeredApp.startApp was able to attach" 2021-03-04 00:39:28 +00:00
JdwpListenTest.java 8241530: com/sun/jdi tests fail due to network issues on OSX 10.15 2020-04-06 07:39:58 -07:00
JdwpNetProps.java 8184770: JDWP support for IPv6 2019-05-15 11:06:33 -07:00
JITDebug.java 8244078: ProcessTools executeTestJvm and createJavaProcessBuilder have inconsistent handling of test.*.opts 2020-05-04 21:20:39 +02:00
LambdaBreakpointTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LambdaStepTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LaunchCommandLine.java 4916621: Update those still using JDIScaffold to use TestScaffold instead 2018-02-16 11:22:53 -08:00
LineNumberInfo.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LineNumberOnBraceTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ListenAddress.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LocalVariableEqual.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LocationTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
MethodCalls.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
MethodCallsReflection.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
MethodEntryExitEvents.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
MethodExitReturnValuesTest.java 8198933: Update JDI tests to pass valid URL[] 2018-03-01 21:23:35 -08:00
MethodInvokeWithTraceOnTest.java 8284043: com/sun/jdi/MethodInvokeWithTraceOnTest.java failing with com.sun.jdi.ObjectCollectedException 2022-04-07 19:01:42 +00:00
ModificationWatchpoints.java 4916621: Update those still using JDIScaffold to use TestScaffold instead 2018-02-16 11:22:53 -08:00
ModulesTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
MonitorEventTest.java 8303702: Provide ThreadFactory to create platform/virtual threads for com/sun/jdi tests 2023-03-09 15:44:03 +00:00
MonitorFrameInfo.java 8232370: Refactor some com.sun.jdi tests to enable IDE integration 2019-10-17 22:41:36 +02:00
MultiBreakpointsTest.java 8304834: Fix wrapper insertion in TestScaffold.parseArgs(String args[]) 2023-04-12 17:44:38 +00:00
NativeInstanceFilter.java 8198533: Remove obsolete JDIScaffold class from repo 2018-02-23 11:31:22 -08:00
NativeInstanceFilterTarg.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
NewInstanceTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
NoLaunchOptionTest.java 8210894: remove jdk/testlibrary/Asserts 2018-09-21 14:50:06 -07:00
NoLocInfoTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
NotAField.java 8210243: [TEST] rewrite com/sun/jdi shell tests to java version - step3 2018-09-05 10:39:16 -07:00
NullLocalVariable.java 8210243: [TEST] rewrite com/sun/jdi shell tests to java version - step3 2018-09-05 10:39:16 -07:00
NullThreadGroupNameTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
OnJcmdTest.java 8252837: Cleanup SAP Copyright file headers 2020-09-07 07:30:10 +00:00
OnThrowTarget.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
OnThrowTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
OomDebugTest.java 8284191: Replace usages of 'a the' in hotspot and java.base 2022-05-24 11:25:13 +00:00
OptionTest.java 8181383: com/sun/jdi/OptionTest.java fails intermittently with bind failed: Address already in use 2019-02-26 15:29:08 -08:00
PopAndInvokeTest.java 8306705: com/sun/jdi/PopAndInvokeTest.java fails with NativeMethodException 2023-04-26 17:32:05 +00:00
PopAndStepTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
PopAsynchronousTest.java 8303702: Provide ThreadFactory to create platform/virtual threads for com/sun/jdi tests 2023-03-09 15:44:03 +00:00
PopSynchronousTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
PrivateTransportTest.java 8244078: ProcessTools executeTestJvm and createJavaProcessBuilder have inconsistent handling of test.*.opts 2020-05-04 21:20:39 +02:00
ProcessAttachTest.java 8214431: tests failed because can't find jdk.testlibrary.* in test directory or libraries 2018-11-29 07:40:45 +08:00
RedefineAbstractClass.java 8281268: Resolve duplication of test ClassTransformer class 2022-05-18 20:49:38 +00:00
RedefineAddPrivateMethod.java 8192936: RI does not follow the JVMTI RedefineClasses spec that is too strict in the definition 2019-04-19 21:49:54 -07:00
RedefineAnnotation.java 8210560: [TEST] convert com/sun/jdi redefineClass-related tests 2018-09-12 12:29:40 -07:00
RedefineChangeClassOrder.java 8210560: [TEST] convert com/sun/jdi redefineClass-related tests 2018-09-12 12:29:40 -07:00
RedefineClasses.java 8281268: Resolve duplication of test ClassTransformer class 2022-05-18 20:49:38 +00:00
RedefineClearBreakpoint.java 8210560: [TEST] convert com/sun/jdi redefineClass-related tests 2018-09-12 12:29:40 -07:00
RedefineCrossEvent.java 8206330: Revisit com/sun/jdi/RedefineCrossEvent.java 2018-10-23 11:51:03 -04:00
RedefineCrossStart.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
RedefineException.java 8210760: [TEST] rewrite com/sun/jdi shell tests to java version - step4 2018-09-21 11:28:14 -07:00
RedefineFinal.java 8210760: [TEST] rewrite com/sun/jdi shell tests to java version - step4 2018-09-21 11:28:14 -07:00
RedefineG.java 8210560: [TEST] convert com/sun/jdi redefineClass-related tests 2018-09-12 12:29:40 -07:00
RedefineImplementor.java 8232370: Refactor some com.sun.jdi tests to enable IDE integration 2019-10-17 22:41:36 +02:00
RedefineIntConstantToLong.java 8210760: [TEST] rewrite com/sun/jdi shell tests to java version - step4 2018-09-21 11:28:14 -07:00
RedefineMulti.java 8210760: [TEST] rewrite com/sun/jdi shell tests to java version - step4 2018-09-21 11:28:14 -07:00
RedefinePop.java 8210760: [TEST] rewrite com/sun/jdi shell tests to java version - step4 2018-09-21 11:28:14 -07:00
RedefineStep.java 8210760: [TEST] rewrite com/sun/jdi shell tests to java version - step4 2018-09-21 11:28:14 -07:00
RedefineTTYLineNumber.java 8210927: JDB tests do not update source path after doing a redefine class 2021-09-24 21:50:39 +00:00
ReferrersTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
RefTypes.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
RepStep.java 8218702: [TESTBUG] com/sun/jdi/RepStep.java does not report debuggee errors 2019-02-13 11:04:03 -08:00
RepStepTarg.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
RequestReflectionTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ResumeOneThreadTest.java 8307559: Add better checking in com/sun/jdi tests for debuggee exiting unexpectedly with an exception 2023-05-11 23:16:22 +00:00
RunToExit.java 8260540: serviceability/jdwp/AllModulesCommandTest.java failed with "Debuggee error: 'ERROR: transport error 202: bind failed: Address already in use'" 2021-06-29 18:39:42 +00:00
SDENullTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
SetLocalWhileThreadInNative.java 8213902: com/sun/jdi/SetLocalWhileThreadInNative.java times out 2018-11-16 15:51:29 +01:00
SimulResumerTest.java 8303702: Provide ThreadFactory to create platform/virtual threads for com/sun/jdi tests 2023-03-09 15:44:03 +00:00
SourceNameFilterTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
StepTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
StringConvertTest.java 8210760: [TEST] rewrite com/sun/jdi shell tests to java version - step4 2018-09-21 11:28:14 -07:00
SunBootClassPathEmptyTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
SuspendAfterDeath.java 8304919: Implementation of Virtual Threads 2023-04-11 05:49:54 +00:00
SuspendNoFlagTest.java 8210112: remove jdk.testlibrary.ProcessTools 2018-09-07 14:01:52 -07:00
SuspendThreadTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TargetAdapter.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TargetListener.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TemplateTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TEST.properties 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestClass.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestScaffold.java 8307559: Add better checking in com/sun/jdi tests for debuggee exiting unexpectedly with an exception 2023-05-11 23:16:22 +00:00
ThreadGroupTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ThreadMemoryLeakTest.java 8305209: JDWP exit error AGENT_ERROR_INVALID_THREAD(203): missing entry in running thread table 2023-04-06 19:13:27 +00:00
TwoThreadsTest.java 8303702: Provide ThreadFactory to create platform/virtual threads for com/sun/jdi tests 2023-03-09 15:44:03 +00:00
Unload1Targ.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Unload2Targ.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
UnloadEventTarg.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
UnpreparedByName.java 8305607: Remove some unused test parameters in com/sun/jdi tests 2023-04-06 03:32:12 +00:00
UnpreparedClasses.java 8305607: Remove some unused test parameters in com/sun/jdi tests 2023-04-06 03:32:12 +00:00
UTF8Test.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
VarargsTest.java 8284191: Replace usages of 'a the' in hotspot and java.base 2022-05-24 11:25:13 +00:00
Vars.java 4916621: Update those still using JDIScaffold to use TestScaffold instead 2018-02-16 11:22:53 -08:00
VisibleMethods.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
VMConnection.java 8305608: Change VMConnection to use "test.class.path"instead of "test.classes" 2023-04-06 14:11:40 +00:00
VMDeathLastTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
VMDeathRequestTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
WatchFramePop.java 8210760: [TEST] rewrite com/sun/jdi shell tests to java version - step4 2018-09-21 11:28:14 -07:00