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, |
| 13 | name: "org.apache.harmony.jpda.tests.jdwp.ThreadReference.ThreadGroup002Test#testThreadGroup002" |
| 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, |
| 19 | name: "org.apache.harmony.jpda.tests.jdwp.ReferenceType.GetValues006Test#testGetValues006" |
| 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, |
| 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, |
Alex Light | d47dea2 | 2017-12-13 10:19:38 -0800 | [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 | ] |