Alex Light | 646ec0c | 2017-10-30 16:54:02 -0700 | [diff] [blame] | 1 | /* |
| 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 Light | e4f220d | 2017-12-13 10:13:50 -0800 | [diff] [blame] | 4 | * |
| 5 | * This file contains the expectations for the 'libjdwp-aot' and 'libjdwp-jit' |
| 6 | * test groups on the chromium buildbot. |
Alex Light | 646ec0c | 2017-10-30 16:54:02 -0700 | [diff] [blame] | 7 | */ |
| 8 | [ |
| 9 | { |
| 10 | description: "Test fails due to unexpectedly getting the thread-groups of zombie threads", |
| 11 | result: EXEC_FAILED, |
| 12 | bug: 66906414, |
Andreas Gampe | 7937ebb | 2018-09-28 14:40:20 -0700 | [diff] [blame] | 13 | name: "org.apache.harmony.jpda.tests.jdwp.ThreadReference_ThreadGroup002Test#testThreadGroup002" |
Alex Light | 646ec0c | 2017-10-30 16:54:02 -0700 | [diff] [blame] | 14 | }, |
| 15 | { |
Alex Light | 646ec0c | 2017-10-30 16:54:02 -0700 | [diff] [blame] | 16 | description: "Test fails due to static values not being set correctly.", |
| 17 | result: EXEC_FAILED, |
| 18 | bug: 66905894, |
Andreas Gampe | 7937ebb | 2018-09-28 14:40:20 -0700 | [diff] [blame] | 19 | name: "org.apache.harmony.jpda.tests.jdwp.ReferenceType_GetValues006Test#testGetValues006" |
Alex Light | 646ec0c | 2017-10-30 16:54:02 -0700 | [diff] [blame] | 20 | }, |
Alex Light | 646ec0c | 2017-10-30 16:54:02 -0700 | [diff] [blame] | 21 | /* 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 Gampe | 7937ebb | 2018-09-28 14:40:20 -0700 | [diff] [blame] | 26 | 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 Geoffray | f97702c | 2017-11-10 16:18:59 +0000 | [diff] [blame] | 48 | }, |
| 49 | { |
Nicolas Geoffray | 5c6ff7d | 2017-12-10 15:10:54 +0000 | [diff] [blame] | 50 | description: "Test times out on fugu-debug", |
| 51 | result: EXEC_FAILED, |
| 52 | bug: 70459916, |
Andreas Gampe | 7937ebb | 2018-09-28 14:40:20 -0700 | [diff] [blame] | 53 | names: [ "org.apache.harmony.jpda.tests.jdwp.VMDebug_VMDebugTest#testVMDebug", |
| 54 | "org.apache.harmony.jpda.tests.jdwp.VMDebug_VMDebugTest002#testVMDebug" ] |
Alex Light | 646ec0c | 2017-10-30 16:54:02 -0700 | [diff] [blame] | 55 | } |
| 56 | ] |