blob: 3d06bcf1003b753d89c100186b7721bd53e061e6 [file] [log] [blame]
Alex Light646ec0c2017-10-30 16:54:02 -07001/*
2 * This file contains expectations for ART's buildbot. The purpose of this file is
3 * to temporarily list failing tests and not break the bots.
4 */
5[
6{
7 description: "Test fails due to unexpectedly getting the thread-groups of zombie threads",
8 result: EXEC_FAILED,
9 bug: 66906414,
10 name: "org.apache.harmony.jpda.tests.jdwp.ThreadReference.ThreadGroup002Test#testThreadGroup002"
11},
12{
13 description: "Test fails due to modifiers not including ACC_SUPER",
14 result: EXEC_FAILED,
15 bug: 66906055,
16 name: "org.apache.harmony.jpda.tests.jdwp.ReferenceType.ModifiersTest#testModifiers001"
17},
18{
19 description: "Test fails due to static values not being set correctly.",
20 result: EXEC_FAILED,
21 bug: 66905894,
22 name: "org.apache.harmony.jpda.tests.jdwp.ReferenceType.GetValues006Test#testGetValues006"
23},
24{
25 description: "Tests fail with assertion error on slot number",
26 result: EXEC_FAILED,
27 bug: 66905468,
28 names: [ "org.apache.harmony.jpda.tests.jdwp.Method.VariableTableTest#testVariableTableTest001",
29 "org.apache.harmony.jpda.tests.jdwp.Method.VariableTableWithGenericTest#testVariableTableWithGenericTest001" ]
30},
31{
32 description: "Test fails with Error VM_DEAD when trying to resume during VM_DEATH event",
33 result: EXEC_FAILED,
34 bug: 66904725,
35 name: "org.apache.harmony.jpda.tests.jdwp.Events.VMDeath002Test#testVMDeathRequest"
36},
Alex Light646ec0c2017-10-30 16:54:02 -070037/* TODO Categorize these failures more. */
38{
39 description: "Tests that fail on both ART and RI. These tests are likely incorrect",
40 result: EXEC_FAILED,
41 bug: 66906734,
42 names: [ "org.apache.harmony.jpda.tests.jdwp.ArrayReference.SetValues003Test#testSetValues003_InvalidIndex",
43 "org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMethod002Test#testInvokeMethod_wrong_argument_types",
44 "org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMethodTest#testInvokeMethod002",
45 "org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMethodTest#testInvokeMethod003",
46 "org.apache.harmony.jpda.tests.jdwp.ClassType.NewInstanceTest#testNewInstance002",
47 "org.apache.harmony.jpda.tests.jdwp.ClassType.SetValues002Test#testSetValues002",
48 "org.apache.harmony.jpda.tests.jdwp.Events.ClassPrepare002Test#testClassPrepareCausedByDebugger",
49 "org.apache.harmony.jpda.tests.jdwp.Events.ExceptionCaughtTest#testExceptionEvent_ThrowLocation_FromNative",
50 "org.apache.harmony.jpda.tests.jdwp.ObjectReference.DisableCollectionTest#testDisableCollection_null",
51 "org.apache.harmony.jpda.tests.jdwp.ObjectReference.EnableCollectionTest#testEnableCollection_invalid",
52 "org.apache.harmony.jpda.tests.jdwp.ObjectReference.EnableCollectionTest#testEnableCollection_null",
53 "org.apache.harmony.jpda.tests.jdwp.ObjectReference.GetValues002Test#testGetValues002",
54 "org.apache.harmony.jpda.tests.jdwp.ObjectReference.SetValues003Test#testSetValues003",
55 "org.apache.harmony.jpda.tests.jdwp.ObjectReference.SetValuesTest#testSetValues001",
56 "org.apache.harmony.jpda.tests.jdwp.ReferenceType.FieldsWithGenericTest#testFieldsWithGeneric001",
57 "org.apache.harmony.jpda.tests.jdwp.ReferenceType.GetValues002Test#testGetValues002",
58 "org.apache.harmony.jpda.tests.jdwp.ReferenceType.GetValues004Test#testGetValues004",
59 "org.apache.harmony.jpda.tests.jdwp.StringReference.ValueTest#testStringReferenceValueTest001_NullString",
60 "org.apache.harmony.jpda.tests.jdwp.ThreadGroupReference.ChildrenTest#testChildren_NullObject",
61 "org.apache.harmony.jpda.tests.jdwp.ThreadGroupReference.NameTest#testName001_NullObject",
62 "org.apache.harmony.jpda.tests.jdwp.ThreadGroupReference.ParentTest#testParent_NullObject",
63 "org.apache.harmony.jpda.tests.jdwp.VirtualMachine.CapabilitiesNewTest#testCapabilitiesNew001" ]
Nicolas Geoffrayf97702c2017-11-10 16:18:59 +000064},
65{
66 description: "Test is flaky",
67 result: EXEC_FAILED,
68 bug: 69121056,
69 name: "org.apache.harmony.jpda.tests.jdwp.ObjectReference.IsCollectedTest#testIsCollected001"
Alex Light8c2b9292017-11-09 13:21:01 -080070},
71{
72 description: "Test for ddms extensions that are not yet implemented",
73 result: EXEC_FAILED,
74 bug: 69169846,
75 name: "org.apache.harmony.jpda.tests.jdwp.DDM.DDMTest#testChunk001"
Alex Light646ec0c2017-10-30 16:54:02 -070076}
77]