Home | History | Annotate | Download | only in expectations
      1 [
      2 {
      3   description: "absolutePath should have been transient in gingerbread",
      4   names: [
      5     "org.apache.harmony.luni.tests.java.io.FileTest#test_objectStreamClass_getFields",
      6     "tests.api.java.io.FileTest#test_objectStreamClass_getFields"
      7   ],
      8   result: EXEC_FAILED,
      9   substring: "expected:<1> but was:<2>"
     10 },
     11 {
     12   description: "the test resources don't include the required classes.dex",
     13   name: "tests.api.java.io.ObjectStreamClassTest#test_getSerialVersionUID_classloader",
     14   result: EXEC_FAILED,
     15   substring: "Parent ClassLoader may not be null"
     16 },
     17 {
     18   description: "Random access file truncation doesn't seek properly in gingerbread",
     19   name: "tests.api.java.io.RandomAccessFileTest#test_setLengthJ",
     20   result: EXEC_FAILED,
     21   substring: "File pointer not moved to the end of the truncated file."
     22 },
     23 {
     24   description: "ResourceBundle returned the wrong locale in gingerbread",
     25   names: [
     26     "tests.api.java.util.ResourceBundleTest#test_getBundleLjava_lang_StringLjava_util_Locale",
     27     "tests.api.java.util.ResourceBundleTest#test_getLocale"
     28   ],
     29   result: EXEC_FAILED
     30 }
     31 ]