blob: 38e5a996b2a73f8792c87c67df9aef01c7d24cea [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.
Alex Lighte4f220d2017-12-13 10:13:50 -08004 *
5 * This file contains the expectations for the 'libjdwp-aot' and 'libjdwp-jit'
6 * test groups on the chromium buildbot.
Alex Light646ec0c2017-10-30 16:54:02 -07007 */
8[
9{
10 description: "Test fails due to unexpectedly getting the thread-groups of zombie threads",
11 result: EXEC_FAILED,
12 bug: 66906414,
Andreas Gampe7937ebb2018-09-28 14:40:20 -070013 name: "org.apache.harmony.jpda.tests.jdwp.ThreadReference_ThreadGroup002Test#testThreadGroup002"
Alex Light646ec0c2017-10-30 16:54:02 -070014},
15{
Alex Light646ec0c2017-10-30 16:54:02 -070016 description: "Test fails due to static values not being set correctly.",
17 result: EXEC_FAILED,
18 bug: 66905894,
Andreas Gampe7937ebb2018-09-28 14:40:20 -070019 name: "org.apache.harmony.jpda.tests.jdwp.ReferenceType_GetValues006Test#testGetValues006"
Alex Light646ec0c2017-10-30 16:54:02 -070020},
Alex Light646ec0c2017-10-30 16:54:02 -070021/* TODO Categorize these failures more. */
22{
23 description: "Tests that fail on both ART and RI. These tests are likely incorrect",
24 result: EXEC_FAILED,
25 bug: 66906734,
Andreas Gampe7937ebb2018-09-28 14:40:20 -070026 names: [ "org.apache.harmony.jpda.tests.jdwp.ArrayReference_SetValues003Test#testSetValues003_InvalidIndex",
27 "org.apache.harmony.jpda.tests.jdwp.ClassType_InvokeMethod002Test#testInvokeMethod_wrong_argument_types",
28 "org.apache.harmony.jpda.tests.jdwp.ClassType_InvokeMethodTest#testInvokeMethod002",
29 "org.apache.harmony.jpda.tests.jdwp.ClassType_InvokeMethodTest#testInvokeMethod003",
30 "org.apache.harmony.jpda.tests.jdwp.ClassType_NewInstanceTest#testNewInstance002",
31 "org.apache.harmony.jpda.tests.jdwp.ClassType_SetValues002Test#testSetValues002",
32 "org.apache.harmony.jpda.tests.jdwp.Events_ClassPrepare002Test#testClassPrepareCausedByDebugger",
33 "org.apache.harmony.jpda.tests.jdwp.Events_ExceptionCaughtTest#testExceptionEvent_ThrowLocation_FromNative",
34 "org.apache.harmony.jpda.tests.jdwp.ObjectReference_DisableCollectionTest#testDisableCollection_null",
35 "org.apache.harmony.jpda.tests.jdwp.ObjectReference_EnableCollectionTest#testEnableCollection_invalid",
36 "org.apache.harmony.jpda.tests.jdwp.ObjectReference_EnableCollectionTest#testEnableCollection_null",
37 "org.apache.harmony.jpda.tests.jdwp.ObjectReference_GetValues002Test#testGetValues002",
38 "org.apache.harmony.jpda.tests.jdwp.ObjectReference_SetValues003Test#testSetValues003",
39 "org.apache.harmony.jpda.tests.jdwp.ObjectReference_SetValuesTest#testSetValues001",
40 "org.apache.harmony.jpda.tests.jdwp.ReferenceType_FieldsWithGenericTest#testFieldsWithGeneric001",
41 "org.apache.harmony.jpda.tests.jdwp.ReferenceType_GetValues002Test#testGetValues002",
42 "org.apache.harmony.jpda.tests.jdwp.ReferenceType_GetValues004Test#testGetValues004",
43 "org.apache.harmony.jpda.tests.jdwp.StringReference_ValueTest#testStringReferenceValueTest001_NullString",
44 "org.apache.harmony.jpda.tests.jdwp.ThreadGroupReference_ChildrenTest#testChildren_NullObject",
45 "org.apache.harmony.jpda.tests.jdwp.ThreadGroupReference_NameTest#testName001_NullObject",
46 "org.apache.harmony.jpda.tests.jdwp.ThreadGroupReference_ParentTest#testParent_NullObject",
47 "org.apache.harmony.jpda.tests.jdwp.VirtualMachine_CapabilitiesNewTest#testCapabilitiesNew001" ]
Nicolas Geoffrayf97702c2017-11-10 16:18:59 +000048},
49{
Nicolas Geoffray5c6ff7d2017-12-10 15:10:54 +000050 description: "Test times out on fugu-debug",
51 result: EXEC_FAILED,
52 bug: 70459916,
Andreas Gampe7937ebb2018-09-28 14:40:20 -070053 names: [ "org.apache.harmony.jpda.tests.jdwp.VMDebug_VMDebugTest#testVMDebug",
54 "org.apache.harmony.jpda.tests.jdwp.VMDebug_VMDebugTest002#testVMDebug" ]
Alex Light646ec0c2017-10-30 16:54:02 -070055}
56]