summaryrefslogtreecommitdiffstats
path: root/tools/libcore_failures.txt
blob: febc48c52654213cb8bd5930bfbc000ba39d2761 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/*
 * This file contains expectations for ART's buildbot. The purpose of this file is
 * to temporary and quickly list failing tests and not break the bots, until the
 * libcore expectation files get properly updated. The script that uses this file
 * is art/tools/run-libcore-tests.sh.
 *
 * It is also used to enable AOSP experiments, and not mess up with CTS's expectations.
 */

[
{
  description: "Assert.java differences between vogar and junit.",
  result: EXEC_FAILED,
  modes: [host],
  name: "libcore.java.math.RunCSVTests#test_csv"
},
{
  description: "Test is currently being updated.",
  result: EXEC_FAILED,
  name: "libcore.java.util.OldTimeZoneTest#test_getDisplayNameZILjava_util_Locale"
},
{
  description: "Differences between vogar and cts in user directory",
  result: EXEC_FAILED,
  modes: [device],
  name: "libcore.java.lang.SystemTest#testSystemProperties_mutable"
},
{
  description: "Differences between vogar and cts",
  result: EXEC_FAILED,
  modes: [device],
  names: ["libcore.java.lang.OldSystemTest#test_getProperties",
          "org.apache.harmony.tests.java.lang.Process2Test#test_getErrorStream",
          "org.apache.harmony.tests.java.lang.ProcessTest#test_exitValue"]
}
]