blob: 92d22028c3b7f5806c23b68b6d26ecf7877397e8 [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{
Nicolas Geoffray70a998c2014-12-04 17:05:22 +000018 description: "Differences between vogar and cts in user directory",
19 result: EXEC_FAILED,
20 modes: [device],
21 name: "libcore.java.lang.SystemTest#testSystemProperties_mutable"
22},
23{
24 description: "Differences between vogar and cts",
25 result: EXEC_FAILED,
26 modes: [device],
27 names: ["libcore.java.lang.OldSystemTest#test_getProperties",
28 "org.apache.harmony.tests.java.lang.Process2Test#test_getErrorStream",
29 "org.apache.harmony.tests.java.lang.ProcessTest#test_exitValue"]
Nicolas Geoffray0ccef6d2014-12-11 13:33:12 +000030},
31{
32 description: "Failures needing investigation",
33 result: EXEC_FAILED,
34 modes: [device],
35 names: ["libcore.java.util.TimeZoneTest#testDisplayNames",
36 "libcore.java.util.TimeZoneTest#test_useDaylightTime_Taiwan",
37 "org.apache.harmony.tests.java.util.DateTest#test_Constructor",
38 "org.apache.harmony.tests.java.util.ScannerTest#test_Constructor_LReadableByteChannel",
Nicolas Geoffray72e70a32014-12-11 15:34:38 +000039 "org.apache.harmony.tests.java.util.TimeZoneTest#test_hasSameRules_Ljava_util_TimeZone",
40 "libcore.java.util.TimeZoneTest#testAllDisplayNames"]
Nicolas Geoffrayee3d0bd2014-12-17 15:27:14 +000041},
42{
43 description: "Test timeouts",
44 result: EXEC_TIMEOUT,
45 modes: [device],
46 names: ["org.apache.harmony.tests.java.util.ScannerTest#testPerformance"]
Nicolas Geoffrayda82d292015-01-21 14:04:31 +000047},
48{
49 description: "Needs the newest cat version on the device",
50 result: EXEC_FAILED,
51 modes: [device],
52 names: ["org.apache.harmony.tests.java.lang.ProcessTest#test_getErrorStream"]
Nicolas Geoffrayc3837e42014-12-03 11:30:26 +000053}
54]