blob: 61cf0503ec811875ae12804950a476ae25837160 [file] [log] [blame]
/*
* This file contains expectations for JDWP tests run on CTS using libjdwp.
*
* This file should be kept in sync with the file of the same name in art/tools/.
*/
[
{
description: "Test fails due to unexpectedly getting the thread-groups of zombie threads",
result: EXEC_FAILED,
bug: 66906414,
name: "org.apache.harmony.jpda.tests.jdwp.ThreadReference.ThreadGroup002Test#testThreadGroup002"
},
{
description: "This test is incorrect since it blindly requests local variables without checking their slot numbers.",
result: EXEC_FAILED,
bug: 74028528,
name: "org.apache.harmony.jpda.tests.jdwp.Events.Breakpoint003Test#testBreakPointInFrameworkCode"
},
{
description: "Test fails due to static values not being set correctly.",
result: EXEC_FAILED,
bug: 66905894,
name: "org.apache.harmony.jpda.tests.jdwp.ReferenceType.GetValues006Test#testGetValues006"
},
{
description: "Tests that fail on both ART and RI. These tests are likely incorrect",
result: EXEC_FAILED,
bug: 66906734,
names: [ "org.apache.harmony.jpda.tests.jdwp.ArrayReference.SetValues003Test#testSetValues003_InvalidIndex",
"org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMethod002Test#testInvokeMethod_wrong_argument_types",
"org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMethodTest#testInvokeMethod002",
"org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMethodTest#testInvokeMethod003",
"org.apache.harmony.jpda.tests.jdwp.ClassType.NewInstanceTest#testNewInstance002",
"org.apache.harmony.jpda.tests.jdwp.ClassType.SetValues002Test#testSetValues002",
"org.apache.harmony.jpda.tests.jdwp.Events.ClassPrepare002Test#testClassPrepareCausedByDebugger",
"org.apache.harmony.jpda.tests.jdwp.Events.ExceptionCaughtTest#testExceptionEvent_ThrowLocation_FromNative",
"org.apache.harmony.jpda.tests.jdwp.ObjectReference.DisableCollectionTest#testDisableCollection_null",
"org.apache.harmony.jpda.tests.jdwp.ObjectReference.EnableCollectionTest#testEnableCollection_invalid",
"org.apache.harmony.jpda.tests.jdwp.ObjectReference.EnableCollectionTest#testEnableCollection_null",
"org.apache.harmony.jpda.tests.jdwp.ObjectReference.GetValues002Test#testGetValues002",
"org.apache.harmony.jpda.tests.jdwp.ObjectReference.SetValues003Test#testSetValues003",
"org.apache.harmony.jpda.tests.jdwp.ObjectReference.SetValuesTest#testSetValues001",
"org.apache.harmony.jpda.tests.jdwp.ReferenceType.FieldsWithGenericTest#testFieldsWithGeneric001",
"org.apache.harmony.jpda.tests.jdwp.ReferenceType.GetValues002Test#testGetValues002",
"org.apache.harmony.jpda.tests.jdwp.ReferenceType.GetValues004Test#testGetValues004",
"org.apache.harmony.jpda.tests.jdwp.StringReference.ValueTest#testStringReferenceValueTest001_NullString",
"org.apache.harmony.jpda.tests.jdwp.ThreadGroupReference.ChildrenTest#testChildren_NullObject",
"org.apache.harmony.jpda.tests.jdwp.ThreadGroupReference.NameTest#testName001_NullObject",
"org.apache.harmony.jpda.tests.jdwp.ThreadGroupReference.ParentTest#testParent_NullObject",
"org.apache.harmony.jpda.tests.jdwp.VirtualMachine.CapabilitiesNewTest#testCapabilitiesNew001" ]
}
]