Home | History | Annotate | Download | only in tools
      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.
      4  *
      5  * This file contains the expectations for the 'libjdwp-aot' and 'libjdwp-jit'
      6  * test groups on the chromium buildbot.
      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 {
     16   description: "Test fails due to modifiers not including ACC_SUPER",
     17   result: EXEC_FAILED,
     18   bug: 66906055,
     19   name: "org.apache.harmony.jpda.tests.jdwp.ReferenceType.ModifiersTest#testModifiers001"
     20 },
     21 {
     22   description: "Test fails due to static values not being set correctly.",
     23   result: EXEC_FAILED,
     24   bug: 66905894,
     25   name: "org.apache.harmony.jpda.tests.jdwp.ReferenceType.GetValues006Test#testGetValues006"
     26 },
     27 /* TODO Categorize these failures more. */
     28 {
     29   description: "Tests that fail on both ART and RI. These tests are likely incorrect",
     30   result: EXEC_FAILED,
     31   bug: 66906734,
     32   names: [ "org.apache.harmony.jpda.tests.jdwp.ArrayReference.SetValues003Test#testSetValues003_InvalidIndex",
     33            "org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMethod002Test#testInvokeMethod_wrong_argument_types",
     34            "org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMethodTest#testInvokeMethod002",
     35            "org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMethodTest#testInvokeMethod003",
     36            "org.apache.harmony.jpda.tests.jdwp.ClassType.NewInstanceTest#testNewInstance002",
     37            "org.apache.harmony.jpda.tests.jdwp.ClassType.SetValues002Test#testSetValues002",
     38            "org.apache.harmony.jpda.tests.jdwp.Events.ClassPrepare002Test#testClassPrepareCausedByDebugger",
     39            "org.apache.harmony.jpda.tests.jdwp.Events.ExceptionCaughtTest#testExceptionEvent_ThrowLocation_FromNative",
     40            "org.apache.harmony.jpda.tests.jdwp.ObjectReference.DisableCollectionTest#testDisableCollection_null",
     41            "org.apache.harmony.jpda.tests.jdwp.ObjectReference.EnableCollectionTest#testEnableCollection_invalid",
     42            "org.apache.harmony.jpda.tests.jdwp.ObjectReference.EnableCollectionTest#testEnableCollection_null",
     43            "org.apache.harmony.jpda.tests.jdwp.ObjectReference.GetValues002Test#testGetValues002",
     44            "org.apache.harmony.jpda.tests.jdwp.ObjectReference.SetValues003Test#testSetValues003",
     45            "org.apache.harmony.jpda.tests.jdwp.ObjectReference.SetValuesTest#testSetValues001",
     46            "org.apache.harmony.jpda.tests.jdwp.ReferenceType.FieldsWithGenericTest#testFieldsWithGeneric001",
     47            "org.apache.harmony.jpda.tests.jdwp.ReferenceType.GetValues002Test#testGetValues002",
     48            "org.apache.harmony.jpda.tests.jdwp.ReferenceType.GetValues004Test#testGetValues004",
     49            "org.apache.harmony.jpda.tests.jdwp.StringReference.ValueTest#testStringReferenceValueTest001_NullString",
     50            "org.apache.harmony.jpda.tests.jdwp.ThreadGroupReference.ChildrenTest#testChildren_NullObject",
     51            "org.apache.harmony.jpda.tests.jdwp.ThreadGroupReference.NameTest#testName001_NullObject",
     52            "org.apache.harmony.jpda.tests.jdwp.ThreadGroupReference.ParentTest#testParent_NullObject",
     53            "org.apache.harmony.jpda.tests.jdwp.VirtualMachine.CapabilitiesNewTest#testCapabilitiesNew001" ]
     54 },
     55 {
     56   description: "Test times out on fugu-debug",
     57   result: EXEC_FAILED,
     58   bug: 70459916,
     59   names: [ "org.apache.harmony.jpda.tests.jdwp.VMDebug.VMDebugTest#testVMDebug",
     60            "org.apache.harmony.jpda.tests.jdwp.VMDebug.VMDebugTest002#testVMDebug" ]
     61 }
     62 ]
     63