| Class | Name | Status | Type | Time(s) | 
            
                | org.eclipse.debug.jdi.tests.AccessibleTest | testJDIIsPackagePrivate | Success |  | 0.169 | 
            
                | org.eclipse.debug.jdi.tests.AccessibleTest | testJDIIsPrivate | Success |  | 0.165 | 
            
                | org.eclipse.debug.jdi.tests.AccessibleTest | testJDIIsProtected | Success |  | 0.168 | 
            
                | org.eclipse.debug.jdi.tests.AccessibleTest | testJDIIsPublic | Success |  | 0.224 | 
            
                | org.eclipse.debug.jdi.tests.ArrayReferenceTest | testJDIGetSetDoubleValue | Success |  | 0.170 | 
            
                | org.eclipse.debug.jdi.tests.ArrayReferenceTest | testJDIGetSetValue | Success |  | 0.168 | 
            
                | org.eclipse.debug.jdi.tests.ArrayReferenceTest | testJDILength | Success |  | 0.174 | 
            
                | org.eclipse.debug.jdi.tests.ArrayTypeTest | testJDIComponentSignature | Success |  | 0.161 | 
            
                | org.eclipse.debug.jdi.tests.ArrayTypeTest | testJDIComponentType | Success |  | 0.162 | 
            
                | org.eclipse.debug.jdi.tests.ArrayTypeTest | testJDIComponentTypeName | Success |  | 0.153 | 
            
                | org.eclipse.debug.jdi.tests.ArrayTypeTest | testJDINewInstance | Success |  | 0.171 | 
            
                | org.eclipse.debug.jdi.tests.BooleanValueTest | testJDIEquality | Success |  | 0.154 | 
            
                | org.eclipse.debug.jdi.tests.BooleanValueTest | testJDIValue | Success |  | 0.160 | 
            
                | org.eclipse.debug.jdi.tests.BreakpointRequestTest | testJDILocation | Success |  | 0.157 | 
            
                | org.eclipse.debug.jdi.tests.ByteValueTest | testJDIEquality | Success |  | 0.150 | 
            
                | org.eclipse.debug.jdi.tests.ByteValueTest | testJDIValue | Success |  | 0.165 | 
            
                | org.eclipse.debug.jdi.tests.CharValueTest | testJDIEquality | Success |  | 0.148 | 
            
                | org.eclipse.debug.jdi.tests.CharValueTest | testJDIValue | Success |  | 0.157 | 
            
                | org.eclipse.debug.jdi.tests.ClassLoaderReferenceTest | testJDIDefinedClasses | Success |  | 0.170 | 
            
                | org.eclipse.debug.jdi.tests.ClassLoaderReferenceTest | testJDIVisibleClasses | Success |  | 0.161 | 
            
                | org.eclipse.debug.jdi.tests.ClassPrepareEventTest | testJDIReferenceType | Success |  | 2.252 | 
            
                | org.eclipse.debug.jdi.tests.ClassPrepareEventTest | testJDIThread | Success |  | 2.190 | 
            
                | org.eclipse.debug.jdi.tests.ClassPrepareRequestTest | testJDIAddClassExclusionFilterString | Success |  | 2.239 | 
            
                | org.eclipse.debug.jdi.tests.ClassPrepareRequestTest | testJDIAddClassFilterString | Success |  | 33.525 | 
            
                | org.eclipse.debug.jdi.tests.ClassTypeTest | testJDIAllFields | Success |  | 0.154 | 
            
                | org.eclipse.debug.jdi.tests.ClassTypeTest | testJDIAllInterfaces | Success |  | 0.193 | 
            
                | org.eclipse.debug.jdi.tests.ClassTypeTest | testJDIAllMethods | Success |  | 0.186 | 
            
                | org.eclipse.debug.jdi.tests.ClassTypeTest | testJDIConcreteMethodByName | Success |  | 0.156 | 
            
                | org.eclipse.debug.jdi.tests.ClassTypeTest | testJDIInterfaces | Success |  | 0.148 | 
            
                | org.eclipse.debug.jdi.tests.ClassTypeTest | testJDIInvokeMethod | Success |  | 1.181 | 
            
                | org.eclipse.debug.jdi.tests.ClassTypeTest | testJDIInvokeMethodFail | Success |  | 1.175 | 
            
                | org.eclipse.debug.jdi.tests.ClassTypeTest | testJDILocationsOfLine | Success |  | 0.157 | 
            
                | org.eclipse.debug.jdi.tests.ClassTypeTest | testJDIMethodByName | Success |  | 0.154 | 
            
                | org.eclipse.debug.jdi.tests.ClassTypeTest | testJDIMethodByNameAndSignature | Success |  | 0.156 | 
            
                | org.eclipse.debug.jdi.tests.ClassTypeTest | testJDIMethods | Success |  | 0.186 | 
            
                | org.eclipse.debug.jdi.tests.ClassTypeTest | testJDINewInstance | Success |  | 2.209 | 
            
                | org.eclipse.debug.jdi.tests.ClassTypeTest | testJDISetValue | Success |  | 0.157 | 
            
                | org.eclipse.debug.jdi.tests.ClassTypeTest | testJDISubclasses | Success |  | 0.191 | 
            
                | org.eclipse.debug.jdi.tests.ClassTypeTest | testJDISuperclass | Success |  | 0.146 | 
            
                | org.eclipse.debug.jdi.tests.ConstantPoolTests | testCanGetClassFileVersion | Success |  | 0.150 | 
            
                | org.eclipse.debug.jdi.tests.ConstantPoolTests | testCanGetConstantPool | Success |  | 0.194 | 
            
                | org.eclipse.debug.jdi.tests.ConstantPoolTests | testConstantPool | Success |  | 1.209 | 
            
                | org.eclipse.debug.jdi.tests.ConstantPoolTests | testConstantPoolCount | Success |  | 1.165 | 
            
                | org.eclipse.debug.jdi.tests.ConstantPoolTests | testConstantPoolCountSupported | Success |  | 1.220 | 
            
                | org.eclipse.debug.jdi.tests.ConstantPoolTests | testConstantPoolSupported | Success |  | 1.214 | 
            
                | org.eclipse.debug.jdi.tests.ConstantPoolTests | testMajorVersion | Success |  | 1.213 | 
            
                | org.eclipse.debug.jdi.tests.ConstantPoolTests | testMajorVersionArrayType | Success |  | 0.197 | 
            
                | org.eclipse.debug.jdi.tests.ConstantPoolTests | testMajorVersionUnsupported | Success |  | 1.169 | 
            
                | org.eclipse.debug.jdi.tests.ConstantPoolTests | testMinorVersion | Success |  | 1.168 | 
            
                | org.eclipse.debug.jdi.tests.ConstantPoolTests | testMinorVersionUnsupported | Success |  | 1.219 | 
            
                | org.eclipse.debug.jdi.tests.ContendedMonitorTests | testCanRequestMonitorEvents | Success |  | 0.150 | 
            
                | org.eclipse.debug.jdi.tests.ContendedMonitorTests | testMonitorContendedEnteredRequests | Success |  | 0.144 | 
            
                | org.eclipse.debug.jdi.tests.ContendedMonitorTests | testMonitorContendedEnterRequests | Success |  | 0.152 | 
            
                | org.eclipse.debug.jdi.tests.ContendedMonitorTests | testMonitorWaitedRequest | Success |  | 0.146 | 
            
                | org.eclipse.debug.jdi.tests.ContendedMonitorTests | testMonitorWaitRequest | Success |  | 0.147 | 
            
                | org.eclipse.debug.jdi.tests.DoubleValueTest | testJDIEquality | Success |  | 0.149 | 
            
                | org.eclipse.debug.jdi.tests.DoubleValueTest | testJDIValue | Success |  | 0.146 | 
            
                | org.eclipse.debug.jdi.tests.EventRequestManagerTest | testJDIAccessWatchpointRequest | Success |  | 0.140 | 
            
                | org.eclipse.debug.jdi.tests.EventRequestManagerTest | testJDIBreakpointRequest | Success |  | 0.147 | 
            
                | org.eclipse.debug.jdi.tests.EventRequestManagerTest | testJDIClassPrepareRequest | Success |  | 0.156 | 
            
                | org.eclipse.debug.jdi.tests.EventRequestManagerTest | testJDIClassUnloadRequest | Success |  | 0.151 | 
            
                | org.eclipse.debug.jdi.tests.EventRequestManagerTest | testJDIExceptionRequest | Success |  | 0.156 | 
            
                | org.eclipse.debug.jdi.tests.EventRequestManagerTest | testJDIModificationWatchpointRequest | Success |  | 0.160 | 
            
                | org.eclipse.debug.jdi.tests.EventRequestManagerTest | testJDIStepRequest | Success |  | 0.151 | 
            
                | org.eclipse.debug.jdi.tests.EventRequestManagerTest | testJDIThreadDeathRequest | Success |  | 0.147 | 
            
                | org.eclipse.debug.jdi.tests.EventRequestManagerTest | testJDIThreadStartRequest | Success |  | 0.153 | 
            
                | org.eclipse.debug.jdi.tests.EventRequestTest | testJDIEnable | Success |  | 0.158 | 
            
                | org.eclipse.debug.jdi.tests.EventRequestTest | testJDIProperties | Success |  | 0.153 | 
            
                | org.eclipse.debug.jdi.tests.EventRequestTest | testJDISuspendPolicy | Success |  | 0.156 | 
            
                | org.eclipse.debug.jdi.tests.EventTest | testJDIRequest | Success |  | 5.245 | 
            
                | org.eclipse.debug.jdi.tests.ExceptionEventTest | testJDICatchLocation | Success |  | 1.205 | 
            
                | org.eclipse.debug.jdi.tests.ExceptionEventTest | testJDIException | Success |  | 1.209 | 
            
                | org.eclipse.debug.jdi.tests.ExceptionEventTest | testJDIThread | Success |  | 1.210 | 
            
                | org.eclipse.debug.jdi.tests.ExceptionRequestTest | testJDIException | Success |  | 0.199 | 
            
                | org.eclipse.debug.jdi.tests.FieldTest | testJDIEquality | Success |  | 0.151 | 
            
                | org.eclipse.debug.jdi.tests.FieldTest | testJDIIsTransient | Success |  | 0.152 | 
            
                | org.eclipse.debug.jdi.tests.FieldTest | testJDIIsVolatile | Success |  | 0.145 | 
            
                | org.eclipse.debug.jdi.tests.FieldTest | testJDIType | Success |  | 0.155 | 
            
                | org.eclipse.debug.jdi.tests.FieldTest | testJDITypeName | Success |  | 0.149 | 
            
                | org.eclipse.debug.jdi.tests.FloatValueTest | testJDIEquality | Success |  | 0.146 | 
            
                | org.eclipse.debug.jdi.tests.FloatValueTest | testJDIValue | Success |  | 0.146 | 
            
                | org.eclipse.debug.jdi.tests.ForceEarlyReturnTests | testCanForceEarlyReturn | Success |  | 0.149 | 
            
                | org.eclipse.debug.jdi.tests.ForceEarlyReturnTests | testForceEarlyReturnIntType | Success |  | 0.164 | 
            
                | org.eclipse.debug.jdi.tests.HeapWalkingTests | testCanGetInstanceInfo | Success |  | 0.141 | 
            
                | org.eclipse.debug.jdi.tests.HeapWalkingTests | testGetInstanceCounts | Success |  | 2.218 | 
            
                | org.eclipse.debug.jdi.tests.HeapWalkingTests | testGetInstanceCountsNullAttrib | Success |  | 0.145 | 
            
                | org.eclipse.debug.jdi.tests.HeapWalkingTests | testGetInstanceCountsUnsupported | Success |  | 0.167 | 
            
                | org.eclipse.debug.jdi.tests.HeapWalkingTests | testGetInstances | Success |  | 2.228 | 
            
                | org.eclipse.debug.jdi.tests.HeapWalkingTests | testGetInstancesNegativeMax | Success |  | 0.152 | 
            
                | org.eclipse.debug.jdi.tests.HeapWalkingTests | testGetInstancesUnsupported | Success |  | 0.177 | 
            
                | org.eclipse.debug.jdi.tests.HeapWalkingTests | testGetReferringObjects | Success |  | 1.191 | 
            
                | org.eclipse.debug.jdi.tests.HeapWalkingTests | testGetreferringObjectsNegativeMax | Success |  | 0.153 | 
            
                | org.eclipse.debug.jdi.tests.HeapWalkingTests | testGetReferringObjectsUnsupported | Success |  | 0.165 | 
            
                | org.eclipse.debug.jdi.tests.HotCodeReplacementTest | testJDIUseCase1 | Success |  | 2.194 | 
            
                | org.eclipse.debug.jdi.tests.IntegerValueTest | testJDIEquality | Success |  | 0.150 | 
            
                | org.eclipse.debug.jdi.tests.IntegerValueTest | testJDIValue | Success |  | 0.182 | 
            
                | org.eclipse.debug.jdi.tests.InterfaceTypeTest | testJDIAllFields | Success |  | 0.153 | 
            
                | org.eclipse.debug.jdi.tests.InterfaceTypeTest | testJDIAllMethods | Success |  | 0.152 | 
            
                | org.eclipse.debug.jdi.tests.InterfaceTypeTest | testJDIImplementors | Success |  | 0.188 | 
            
                | org.eclipse.debug.jdi.tests.InterfaceTypeTest | testJDISubinterfaces | Success |  | 0.162 | 
            
                | org.eclipse.debug.jdi.tests.InterfaceTypeTest | testJDISuperinterfaces | Success |  | 0.155 | 
            
                | org.eclipse.debug.jdi.tests.LocalVariableTest | testJDIEquality | Success |  | 1.204 | 
            
                | org.eclipse.debug.jdi.tests.LocalVariableTest | testJDIIsArgument | Success |  | 1.201 | 
            
                | org.eclipse.debug.jdi.tests.LocalVariableTest | testJDIIsVisible | Success |  | 1.204 | 
            
                | org.eclipse.debug.jdi.tests.LocalVariableTest | testJDIName | Success |  | 1.199 | 
            
                | org.eclipse.debug.jdi.tests.LocalVariableTest | testJDISignature | Success |  | 1.192 | 
            
                | org.eclipse.debug.jdi.tests.LocalVariableTest | testJDIType | Success |  | 1.221 | 
            
                | org.eclipse.debug.jdi.tests.LocalVariableTest | testJDITypeName | Success |  | 1.162 | 
            
                | org.eclipse.debug.jdi.tests.LocatableTest | testJDILocation | Success |  | 5.304 | 
            
                | org.eclipse.debug.jdi.tests.LocationTest | testJDICodeIndex | Success |  | 1.204 | 
            
                | org.eclipse.debug.jdi.tests.LocationTest | testJDIDeclaringType | Success |  | 1.202 | 
            
                | org.eclipse.debug.jdi.tests.LocationTest | testJDIEquality | Success |  | 1.212 | 
            
                | org.eclipse.debug.jdi.tests.LocationTest | testJDILineNumber | Success |  | 1.220 | 
            
                | org.eclipse.debug.jdi.tests.LocationTest | testJDIMethod | Success |  | 1.199 | 
            
                | org.eclipse.debug.jdi.tests.LocationTest | testJDISourceName | Success |  | 1.205 | 
            
                | org.eclipse.debug.jdi.tests.LongValueTest | testJDIEquality | Success |  | 0.152 | 
            
                | org.eclipse.debug.jdi.tests.LongValueTest | testJDIValue | Success |  | 0.186 | 
            
                | org.eclipse.debug.jdi.tests.MethodEntryRequestTest | testJDIWithClassExclusionFilter | Success |  | 2.253 | 
            
                | org.eclipse.debug.jdi.tests.MethodEntryRequestTest | testJDIWithClassFilter1 | Success |  | 2.223 | 
            
                | org.eclipse.debug.jdi.tests.MethodEntryRequestTest | testJDIWithClassFilter2 | Success |  | 2.227 | 
            
                | org.eclipse.debug.jdi.tests.MethodEntryRequestTest | testJDIWithoutFilter | Success |  | 2.256 | 
            
                | org.eclipse.debug.jdi.tests.MethodEntryRequestTest | testJDIWithThreadFilter | Success |  | 2.183 | 
            
                | org.eclipse.debug.jdi.tests.MethodExitRequestTest | testJDIWithClassExclusionFilter | Success |  | 2.251 | 
            
                | org.eclipse.debug.jdi.tests.MethodExitRequestTest | testJDIWithClassFilter1 | Success |  | 2.239 | 
            
                | org.eclipse.debug.jdi.tests.MethodExitRequestTest | testJDIWithClassFilter2 | Success |  | 2.235 | 
            
                | org.eclipse.debug.jdi.tests.MethodExitRequestTest | testJDIWithoutFilter | Success |  | 2.244 | 
            
                | org.eclipse.debug.jdi.tests.MethodExitRequestTest | testJDIWithThreadFilter | Success |  | 2.223 | 
            
                | org.eclipse.debug.jdi.tests.MethodReturnValuesTests | testCanGetMethodReturnValues | Success |  | 0.150 | 
            
                | org.eclipse.debug.jdi.tests.MethodReturnValuesTests | testGetBooleanMethodReturnValue | Success |  | 0.157 | 
            
                | org.eclipse.debug.jdi.tests.MethodReturnValuesTests | testGetIntMethodReturnValue | Success |  | 0.163 | 
            
                | org.eclipse.debug.jdi.tests.MethodReturnValuesTests | testGetLongMethodReturnValue | Success |  | 0.157 | 
            
                | org.eclipse.debug.jdi.tests.MethodReturnValuesTests | testGetStringMethodReturnValue | Success |  | 0.156 | 
            
                | org.eclipse.debug.jdi.tests.MethodReturnValuesTests | testGetVoidMethodReturnValue | Success |  | 0.156 | 
            
                | org.eclipse.debug.jdi.tests.MethodTest | testJDIArguments | Success |  | 0.135 | 
            
                | org.eclipse.debug.jdi.tests.MethodTest | testJDIArgumentTypeNames | Success |  | 0.154 | 
            
                | org.eclipse.debug.jdi.tests.MethodTest | testJDIArgumentTypes | Success |  | 0.153 | 
            
                | org.eclipse.debug.jdi.tests.MethodTest | testJDIBytecodes | Success |  | 0.154 | 
            
                | org.eclipse.debug.jdi.tests.MethodTest | testJDIEquality | Success |  | 0.135 | 
            
                | org.eclipse.debug.jdi.tests.MethodTest | testJDIIsAbstract | Success |  | 0.148 | 
            
                | org.eclipse.debug.jdi.tests.MethodTest | testJDIIsConstructor | Success |  | 0.153 | 
            
                | org.eclipse.debug.jdi.tests.MethodTest | testJDIIsNative | Success |  | 0.147 | 
            
                | org.eclipse.debug.jdi.tests.MethodTest | testJDIIsStaticInitializer | Success |  | 0.148 | 
            
                | org.eclipse.debug.jdi.tests.MethodTest | testJDIIsSynchronized | Success |  | 0.153 | 
            
                | org.eclipse.debug.jdi.tests.MethodTest | testJDILocationOfCodeIndex | Success |  | 0.153 | 
            
                | org.eclipse.debug.jdi.tests.MethodTest | testJDILocationsOfLine | Success |  | 0.148 | 
            
                | org.eclipse.debug.jdi.tests.MethodTest | testJDIMethodVariablesWithLong | Success |  | 0.159 | 
            
                | org.eclipse.debug.jdi.tests.MethodTest | testJDINativeMethodVariables | Success |  | 0.146 | 
            
                | org.eclipse.debug.jdi.tests.MethodTest | testJDIReturnType | Success |  | 0.153 | 
            
                | org.eclipse.debug.jdi.tests.MethodTest | testJDIReturnTypeName | Success |  | 0.160 | 
            
                | org.eclipse.debug.jdi.tests.MethodTest | testJDIVariables | Success |  | 0.154 | 
            
                | org.eclipse.debug.jdi.tests.MethodTest | testJDIVariablesByName | Success |  | 0.148 | 
            
                | org.eclipse.debug.jdi.tests.MirrorTest | testJDIToString | Success |  | 0.164 | 
            
                | org.eclipse.debug.jdi.tests.MirrorTest | testJDIVirtualMachine | Success |  | 0.206 | 
            
                | org.eclipse.debug.jdi.tests.ModificationWatchpointEventTest | testJDIValueToBe | Success |  | 1.178 | 
            
                | org.eclipse.debug.jdi.tests.MonitorFrameInfoTests | testCanGetMonitorFrameInfo | Success |  | 0.149 | 
            
                | org.eclipse.debug.jdi.tests.MonitorFrameInfoTests | testOwnedMonitorsAndFrames | Success |  | 0.160 | 
            
                | org.eclipse.debug.jdi.tests.ObjectReferenceTest | testJDIDisableEnableCollection | Success |  | 2.211 | 
            
                | org.eclipse.debug.jdi.tests.ObjectReferenceTest | testJDIEntryCount | Success |  | 3.253 | 
            
                | org.eclipse.debug.jdi.tests.ObjectReferenceTest | testJDIEquality | Success |  | 2.229 | 
            
                | org.eclipse.debug.jdi.tests.ObjectReferenceTest | testJDIGetSetValues | Success |  | 2.241 | 
            
                | org.eclipse.debug.jdi.tests.ObjectReferenceTest | testJDIInvokeMethod | Success |  | 3.247 | 
            
                | org.eclipse.debug.jdi.tests.ObjectReferenceTest | testJDIInvokeMethodFail | Success |  | 3.250 | 
            
                | org.eclipse.debug.jdi.tests.ObjectReferenceTest | testJDIOwningThread | Success |  | 3.243 | 
            
                | org.eclipse.debug.jdi.tests.ObjectReferenceTest | testJDIReferenceType | Success |  | 2.237 | 
            
                | org.eclipse.debug.jdi.tests.ObjectReferenceTest | testJDIUniqueID | Success |  | 2.218 | 
            
                | org.eclipse.debug.jdi.tests.ObjectReferenceTest | testJDIWaitingThreads | Success |  | 2.227 | 
            
                | org.eclipse.debug.jdi.tests.PrimitiveValueTest | testJDIBooleanValue | Success |  | 0.151 | 
            
                | org.eclipse.debug.jdi.tests.PrimitiveValueTest | testJDIByteValue | Success |  | 0.150 | 
            
                | org.eclipse.debug.jdi.tests.PrimitiveValueTest | testJDICharValue | Success |  | 0.150 | 
            
                | org.eclipse.debug.jdi.tests.PrimitiveValueTest | testJDIDoubleValue | Success |  | 0.154 | 
            
                | org.eclipse.debug.jdi.tests.PrimitiveValueTest | testJDIFloatValue | Success |  | 0.151 | 
            
                | org.eclipse.debug.jdi.tests.PrimitiveValueTest | testJDIIntValue | Success |  | 0.150 | 
            
                | org.eclipse.debug.jdi.tests.PrimitiveValueTest | testJDILongValue | Success |  | 0.147 | 
            
                | org.eclipse.debug.jdi.tests.PrimitiveValueTest | testJDIShortValue | Success |  | 0.197 | 
            
                | org.eclipse.debug.jdi.tests.ProvideArgumentsTests | testGetArgumentValues | Success |  | 0.157 | 
            
                | org.eclipse.debug.jdi.tests.ReferenceTypeTest | testJDIAllFields | Success |  | 0.155 | 
            
                | org.eclipse.debug.jdi.tests.ReferenceTypeTest | testJDIAllMethods | Success |  | 0.290 | 
            
                | org.eclipse.debug.jdi.tests.ReferenceTypeTest | testJDIClassLoader | Success |  | 0.143 | 
            
                | org.eclipse.debug.jdi.tests.ReferenceTypeTest | testJDIClassObject | Success |  | 0.153 | 
            
                | org.eclipse.debug.jdi.tests.ReferenceTypeTest | testJDIEquality | Success |  | 0.160 | 
            
                | org.eclipse.debug.jdi.tests.ReferenceTypeTest | testJDIFailedToInitialize | Success |  | 0.155 | 
            
                | org.eclipse.debug.jdi.tests.ReferenceTypeTest | testJDIFieldByName | Success |  | 0.150 | 
            
                | org.eclipse.debug.jdi.tests.ReferenceTypeTest | testJDIFields | Success |  | 0.161 | 
            
                | org.eclipse.debug.jdi.tests.ReferenceTypeTest | testJDIGetValue | Success |  | 0.151 | 
            
                | org.eclipse.debug.jdi.tests.ReferenceTypeTest | testJDIGetValues | Success |  | 0.154 | 
            
                | org.eclipse.debug.jdi.tests.ReferenceTypeTest | testJDIIsAbstract | Success |  | 0.152 | 
            
                | org.eclipse.debug.jdi.tests.ReferenceTypeTest | testJDIIsFinal | Success |  | 0.153 | 
            
                | org.eclipse.debug.jdi.tests.ReferenceTypeTest | testJDIIsInitialized | Success |  | 0.154 | 
            
                | org.eclipse.debug.jdi.tests.ReferenceTypeTest | testJDIIsPrepared | Success |  | 0.149 | 
            
                | org.eclipse.debug.jdi.tests.ReferenceTypeTest | testJDIIsStatic | Success |  | 0.147 | 
            
                | org.eclipse.debug.jdi.tests.ReferenceTypeTest | testJDIIsVerified | Success |  | 0.154 | 
            
                | org.eclipse.debug.jdi.tests.ReferenceTypeTest | testJDIMethods | Success |  | 0.154 | 
            
                | org.eclipse.debug.jdi.tests.ReferenceTypeTest | testJDIMethodsByName | Success |  | 0.154 | 
            
                | org.eclipse.debug.jdi.tests.ReferenceTypeTest | testJDIModifiers | Success |  | 0.154 | 
            
                | org.eclipse.debug.jdi.tests.ReferenceTypeTest | testJDIName | Success |  | 0.155 | 
            
                | org.eclipse.debug.jdi.tests.ReferenceTypeTest | testJDINestedTypes | Success |  | 0.156 | 
            
                | org.eclipse.debug.jdi.tests.ReferenceTypeTest | testJDIVisibleFields | Success |  | 0.158 | 
            
                | org.eclipse.debug.jdi.tests.ReferenceTypeTest | testJDIVisibleMethods | Success |  | 0.155 | 
            
                | org.eclipse.debug.jdi.tests.ShortValueTest | testJDIEquality | Success |  | 0.150 | 
            
                | org.eclipse.debug.jdi.tests.ShortValueTest | testJDIValue | Success |  | 0.155 | 
            
                | org.eclipse.debug.jdi.tests.SourceNameFilterTests | testAddSourceNameFilter | Success |  | 0.144 | 
            
                | org.eclipse.debug.jdi.tests.SourceNameFilterTests | testCanUseSourceNameFilters | Success |  | 0.193 | 
            
                | org.eclipse.debug.jdi.tests.StackFrameTest | testJDIEquality | Success |  | 0.147 | 
            
                | org.eclipse.debug.jdi.tests.StackFrameTest | testJDILocation | Success |  | 0.148 | 
            
                | org.eclipse.debug.jdi.tests.StackFrameTest | testJDISetGetValue | Success |  | 0.157 | 
            
                | org.eclipse.debug.jdi.tests.StackFrameTest | testJDIThisObject | Success |  | 0.151 | 
            
                | org.eclipse.debug.jdi.tests.StackFrameTest | testJDIThread | Success |  | 0.151 | 
            
                | org.eclipse.debug.jdi.tests.StackFrameTest | testJDIVisibleVariableByName | Success |  | 0.149 | 
            
                | org.eclipse.debug.jdi.tests.StackFrameTest | testJDIVisibleVariables | Success |  | 0.152 | 
            
                | org.eclipse.debug.jdi.tests.StepEventTest | testJDIClassExclusionFilter1 | Success |  | 4.253 | 
            
                | org.eclipse.debug.jdi.tests.StepEventTest | testJDIClassExclusionFilter2 | Success |  | 4.251 | 
            
                | org.eclipse.debug.jdi.tests.StepEventTest | testJDIClassFilter1 | Success |  | 6.283 | 
            
                | org.eclipse.debug.jdi.tests.StepEventTest | testJDIClassFilter2 | Success |  | 4.244 | 
            
                | org.eclipse.debug.jdi.tests.StepEventTest | testJDIThread | Success |  | 2.228 | 
            
                | org.eclipse.debug.jdi.tests.StepEventTest | testJDIVariousSteps | Success |  | 12.310 | 
            
                | org.eclipse.debug.jdi.tests.StringReferenceTest | testJDIValue | Success |  | 0.197 | 
            
                | org.eclipse.debug.jdi.tests.ThreadDeathEventTest | testJDIThread | Success |  | 3.194 | 
            
                | org.eclipse.debug.jdi.tests.ThreadGroupReferenceTest | testJDIName | Success |  | 1.207 | 
            
                | org.eclipse.debug.jdi.tests.ThreadGroupReferenceTest | testJDIParent | Success |  | 1.214 | 
            
                | org.eclipse.debug.jdi.tests.ThreadGroupReferenceTest | testJDISuspendResume | Success |  | 1.213 | 
            
                | org.eclipse.debug.jdi.tests.ThreadGroupReferenceTest | testJDIThreadGroups | Success |  | 1.226 | 
            
                | org.eclipse.debug.jdi.tests.ThreadGroupReferenceTest | testJDIThreads | Success |  | 1.217 | 
            
                | org.eclipse.debug.jdi.tests.ThreadReferenceTest | testJDICurrentContendedMonitor | Success |  | 0.200 | 
            
                | org.eclipse.debug.jdi.tests.ThreadReferenceTest | testJDIFrame | Success |  | 0.150 | 
            
                | org.eclipse.debug.jdi.tests.ThreadReferenceTest | testJDIFrameCount | Success |  | 0.146 | 
            
                | org.eclipse.debug.jdi.tests.ThreadReferenceTest | testJDIFrames | Success |  | 0.200 | 
            
                | org.eclipse.debug.jdi.tests.ThreadReferenceTest | testJDIInterrupt | Success |  | 0.152 | 
            
                | org.eclipse.debug.jdi.tests.ThreadReferenceTest | testJDIIsAtBreakpoint | Success |  | 0.170 | 
            
                | org.eclipse.debug.jdi.tests.ThreadReferenceTest | testJDIIsSuspended | Success |  | 0.196 | 
            
                | org.eclipse.debug.jdi.tests.ThreadReferenceTest | testJDIName | Success |  | 0.151 | 
            
                | org.eclipse.debug.jdi.tests.ThreadReferenceTest | testJDIOwnedMonitors | Success |  | 1.165 | 
            
                | org.eclipse.debug.jdi.tests.ThreadReferenceTest | testJDIPlatformThreadsOnlyFilter | Success |  | 3.185 | 
            
                | org.eclipse.debug.jdi.tests.ThreadReferenceTest | testJDIStatus | Success |  | 0.147 | 
            
                | org.eclipse.debug.jdi.tests.ThreadReferenceTest | testJDIStop | Success |  | 2.171 | 
            
                | org.eclipse.debug.jdi.tests.ThreadReferenceTest | testJDISuspendResume | Success |  | 1.157 | 
            
                | org.eclipse.debug.jdi.tests.ThreadReferenceTest | testJDIThreadGroup | Success |  | 0.198 | 
            
                | org.eclipse.debug.jdi.tests.ThreadStartEventTest | testJDIThread | Success |  | 3.241 | 
            
                | org.eclipse.debug.jdi.tests.TypeComponentTest | testJDIDeclaringType | Success |  | 0.148 | 
            
                | org.eclipse.debug.jdi.tests.TypeComponentTest | testJDIIsFinal | Success |  | 0.150 | 
            
                | org.eclipse.debug.jdi.tests.TypeComponentTest | testJDIIsStatic | Success |  | 0.201 | 
            
                | org.eclipse.debug.jdi.tests.TypeComponentTest | testJDIIsSynthetic | Success |  | 0.149 | 
            
                | org.eclipse.debug.jdi.tests.TypeComponentTest | testJDIName | Success |  | 0.152 | 
            
                | org.eclipse.debug.jdi.tests.TypeComponentTest | testJDISignature | Success |  | 0.150 | 
            
                | org.eclipse.debug.jdi.tests.TypeTest | testJDISignature | Success |  | 0.167 | 
            
                | org.eclipse.debug.jdi.tests.TypeTest | testJDITypeName | Success |  | 0.165 | 
            
                | org.eclipse.debug.jdi.tests.ValueTest | testJDIType | Success |  | 0.154 | 
            
                | org.eclipse.debug.jdi.tests.VirtualMachineExitTest | testJDIExit | Success |  | 0.559 | 
            
                | org.eclipse.debug.jdi.tests.VirtualThreadTest | testJDIPlatformThreadsOnlyFilter | Success |  | 22.217 | 
            
                | org.eclipse.debug.jdi.tests.VirtualThreadTest | testJDIThreadEvents | Success |  | 4.410 | 
            
                | org.eclipse.debug.jdi.tests.VirtualThreadTest | testJDIVirtualThread | Success |  | 1.467 | 
            
                | org.eclipse.debug.jdi.tests.VMDisconnectEventTest | testJDIVMDeath | Success |  | 0.325 | 
            
                | org.eclipse.debug.jdi.tests.VMDisposeTest | testJDIVMDispose | Success |  | 0.149 | 
            
                | org.eclipse.debug.jdi.tests.WatchpointEventTest | testJDIField | Success |  | 4.254 | 
            
                | org.eclipse.debug.jdi.tests.WatchpointEventTest | testJDIObject | Success |  | 4.254 | 
            
                | org.eclipse.debug.jdi.tests.WatchpointEventTest | testJDIValueCurrent | Success |  | 4.218 | 
            
                | org.eclipse.debug.jdi.tests.WatchpointRequestTest | testJDIField | Success |  | 0.183 |