blob: febc48c52654213cb8bd5930bfbc000ba39d2761 [file] [log] [blame]
Nicolas Geoffrayc3837e42014-12-03 11:30:26 +00001/*
2 * This file contains expectations for ART's buildbot. The purpose of this file is
3 * to temporary and quickly list failing tests and not break the bots, until the
4 * libcore expectation files get properly updated. The script that uses this file
5 * is art/tools/run-libcore-tests.sh.
6 *
7 * It is also used to enable AOSP experiments, and not mess up with CTS's expectations.
8 */
9
10[
11{
12 description: "Assert.java differences between vogar and junit.",
13 result: EXEC_FAILED,
Nicolas Geoffray70a998c2014-12-04 17:05:22 +000014 modes: [host],
Nicolas Geoffrayc3837e42014-12-03 11:30:26 +000015 name: "libcore.java.math.RunCSVTests#test_csv"
16},
17{
18 description: "Test is currently being updated.",
19 result: EXEC_FAILED,
20 name: "libcore.java.util.OldTimeZoneTest#test_getDisplayNameZILjava_util_Locale"
Nicolas Geoffray70a998c2014-12-04 17:05:22 +000021},
22{
23 description: "Differences between vogar and cts in user directory",
24 result: EXEC_FAILED,
25 modes: [device],
26 name: "libcore.java.lang.SystemTest#testSystemProperties_mutable"
27},
28{
29 description: "Differences between vogar and cts",
30 result: EXEC_FAILED,
31 modes: [device],
32 names: ["libcore.java.lang.OldSystemTest#test_getProperties",
33 "org.apache.harmony.tests.java.lang.Process2Test#test_getErrorStream",
34 "org.apache.harmony.tests.java.lang.ProcessTest#test_exitValue"]
Nicolas Geoffrayc3837e42014-12-03 11:30:26 +000035}
36]