1/* 2 * This file contains expectations for JDWP tests run on CTS using libjdwp. 3 * 4 * This file should be kept in sync with the file of the same name in art/tools/. 5 */ 6[ 7{ 8 description: "Test fails due to unexpectedly getting the thread-groups of zombie threads", 9 result: EXEC_FAILED, 10 bug: 66906414, 11 name: "org.apache.harmony.jpda.tests.jdwp.ThreadReference_ThreadGroup002Test#testThreadGroup002" 12}, 13{ 14 description: "This test is incorrect since it blindly requests local variables without checking their slot numbers.", 15 result: EXEC_FAILED, 16 bug: 74028528, 17 name: "org.apache.harmony.jpda.tests.jdwp.Events_Breakpoint003Test#testBreakPointInFrameworkCode" 18}, 19{ 20 description: "Test fails due to static values not being set correctly.", 21 result: EXEC_FAILED, 22 bug: 66905894, 23 name: "org.apache.harmony.jpda.tests.jdwp.ReferenceType_GetValues006Test#testGetValues006" 24}, 25{ 26 description: "Tests that fail on both ART and RI. These tests are likely incorrect", 27 result: EXEC_FAILED, 28 bug: 66906734, 29 names: [ "org.apache.harmony.jpda.tests.jdwp.ArrayReference_SetValues003Test#testSetValues003_InvalidIndex", 30 "org.apache.harmony.jpda.tests.jdwp.ClassType_InvokeMethod002Test#testInvokeMethod_wrong_argument_types", 31 "org.apache.harmony.jpda.tests.jdwp.ClassType_InvokeMethodTest#testInvokeMethod002", 32 "org.apache.harmony.jpda.tests.jdwp.ClassType_InvokeMethodTest#testInvokeMethod003", 33 "org.apache.harmony.jpda.tests.jdwp.ClassType_NewInstanceTest#testNewInstance002", 34 "org.apache.harmony.jpda.tests.jdwp.ClassType_SetValues002Test#testSetValues002", 35 "org.apache.harmony.jpda.tests.jdwp.Events_ClassPrepare002Test#testClassPrepareCausedByDebugger", 36 "org.apache.harmony.jpda.tests.jdwp.Events_ExceptionCaughtTest#testExceptionEvent_ThrowLocation_FromNative", 37 "org.apache.harmony.jpda.tests.jdwp.ObjectReference_DisableCollectionTest#testDisableCollection_null", 38 "org.apache.harmony.jpda.tests.jdwp.ObjectReference_EnableCollectionTest#testEnableCollection_invalid", 39 "org.apache.harmony.jpda.tests.jdwp.ObjectReference_EnableCollectionTest#testEnableCollection_null", 40 "org.apache.harmony.jpda.tests.jdwp.ObjectReference_GetValues002Test#testGetValues002", 41 "org.apache.harmony.jpda.tests.jdwp.ObjectReference_SetValues003Test#testSetValues003", 42 "org.apache.harmony.jpda.tests.jdwp.ObjectReference_SetValuesTest#testSetValues001", 43 "org.apache.harmony.jpda.tests.jdwp.ReferenceType_FieldsWithGenericTest#testFieldsWithGeneric001", 44 "org.apache.harmony.jpda.tests.jdwp.ReferenceType_GetValues002Test#testGetValues002", 45 "org.apache.harmony.jpda.tests.jdwp.ReferenceType_GetValues004Test#testGetValues004", 46 "org.apache.harmony.jpda.tests.jdwp.StringReference_ValueTest#testStringReferenceValueTest001_NullString", 47 "org.apache.harmony.jpda.tests.jdwp.ThreadGroupReference_ChildrenTest#testChildren_NullObject", 48 "org.apache.harmony.jpda.tests.jdwp.ThreadGroupReference_NameTest#testName001_NullObject", 49 "org.apache.harmony.jpda.tests.jdwp.ThreadGroupReference_ParentTest#testParent_NullObject", 50 "org.apache.harmony.jpda.tests.jdwp.VirtualMachine_CapabilitiesNewTest#testCapabilitiesNew001" ] 51} 52] 53