blob: de45c498e068297036ed98be134de5c262dd8e99 [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 Geoffrayea6e2df2015-05-13 21:37:44 +000014 modes: [host],
15 name: "libcore.java.math.RunCSVTests#test_csv"
Nicolas Geoffrayc3837e42014-12-03 11:30:26 +000016},
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{
Wojciech Staszkiewicz3a75e9d2015-05-21 15:29:30 +010024 description: "Differences between vogar and cts. Passes with --mode activity",
Nicolas Geoffray70a998c2014-12-04 17:05:22 +000025 result: EXEC_FAILED,
26 modes: [device],
Wojciech Staszkiewicz3a75e9d2015-05-21 15:29:30 +010027 names: ["libcore.java.lang.OldSystemTest#test_getProperties"]
Nicolas Geoffray0ccef6d2014-12-11 13:33:12 +000028},
29{
Wojciech Staszkiewicz3a75e9d2015-05-21 15:29:30 +010030 description: "Differences between vogar and cts. EACCESS when run with vogar.
31 Passes on host, passes with cts. Passes with vogar with su
32 (--invoke-with \"su root\"). Does not pass after setting chmod
33 777 all directories on path to socket (on device without su).",
Nicolas Geoffray0ccef6d2014-12-11 13:33:12 +000034 result: EXEC_FAILED,
35 modes: [device],
Wojciech Staszkiewicz3a75e9d2015-05-21 15:29:30 +010036 names: ["libcore.io.OsTest#testUnixDomainSockets_in_file_system"]
Nicolas Geoffrayee3d0bd2014-12-17 15:27:14 +000037},
38{
David Brazdil830d16e2015-02-24 12:36:03 +000039 description: "Failing due to a locale problem on hammerhead.",
40 result: EXEC_FAILED,
41 modes: [device],
42 names: ["libcore.icu.DateIntervalFormatTest#test10089890",
43 "libcore.icu.DateIntervalFormatTest#test10209343_when_not_this_year",
44 "libcore.icu.DateIntervalFormatTest#test10560853_for_single_day_events",
45 "libcore.icu.DateIntervalFormatTest#test10560853_when_time_not_displayed",
46 "libcore.icu.RelativeDateTimeFormatterTest#test_getRelativeDateTimeString",
47 "libcore.icu.RelativeDateTimeFormatterTest#test_getRelativeTimeSpanString",
48 "libcore.icu.RelativeDateTimeFormatterTest#test_getRelativeTimeSpanStringAbbrev",
49 "libcore.java.text.OldDateFormatTest#test_parseLString",
50 "libcore.java.text.SimpleDateFormatTest#testDstZoneNameWithNonDstTimestamp",
51 "libcore.java.text.SimpleDateFormatTest#testDstZoneWithNonDstTimestampForNonHourDstZone",
52 "libcore.java.text.SimpleDateFormatTest#testNonDstZoneNameWithDstTimestamp",
David Brazdil18c776e2015-02-24 14:13:05 +000053 "libcore.java.text.SimpleDateFormatTest#testNonDstZoneWithDstTimestampForNonHourDstZone",
54 "org.apache.harmony.tests.java.text.SimpleDateFormatTest#test_parseLjava_lang_StringLjava_text_ParsePosition"]
David Brazdil830d16e2015-02-24 12:36:03 +000055},
56{
David Brazdilb60c58f2015-02-25 09:16:34 +000057 description: "Failing due to missing localhost on hammerhead and volantis.",
58 result: EXEC_FAILED,
59 modes: [device],
Nicolas Geoffray51b1f7b2015-03-25 21:13:05 +000060 names: ["libcore.javax.crypto.CipherTest#testCipherInitWithCertificate",
61 "libcore.net.NetworkSecurityPolicyTest#testCleartextTrafficPolicyWithFtpURLConnection",
62 "libcore.net.NetworkSecurityPolicyTest#testCleartextTrafficPolicyWithJarFtpURLConnection",
Nicolas Geoffrayd6c1ec52015-03-26 18:08:59 +000063 "libcore.net.NetworkSecurityPolicyTest#testCleartextTrafficPolicyWithLoggingSocketHandler",
64 "libcore.net.NetworkSecurityPolicyTest#testCleartextTrafficPolicyWithHttpURLConnection",
65 "libcore.net.NetworkSecurityPolicyTest#testCleartextTrafficPolicyWithJarHttpURLConnection",
66 "org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest",
67 "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest",
68 "org.apache.harmony.luni.tests.java.net.URLConnectionTest"
Nicolas Geoffray51b1f7b2015-03-25 21:13:05 +000069 ]
David Brazdilb60c58f2015-02-25 09:16:34 +000070},
71{
Nicolas Geoffrayee3d0bd2014-12-17 15:27:14 +000072 description: "Test timeouts",
73 result: EXEC_TIMEOUT,
74 modes: [device],
75 names: ["org.apache.harmony.tests.java.util.ScannerTest#testPerformance"]
Nicolas Geoffrayda82d292015-01-21 14:04:31 +000076},
77{
78 description: "Needs the newest cat version on the device",
79 result: EXEC_FAILED,
80 modes: [device],
81 names: ["org.apache.harmony.tests.java.lang.ProcessTest#test_getErrorStream"]
David Brazdil598b2202015-02-24 10:12:06 +000082},
83{
84 description: "Short date format flag ignored for es_US locale.",
85 result: EXEC_FAILED,
86 name: "libcore.icu.DateIntervalFormatTest#test_formatDateInterval",
87 bug: 18619426
David Brazdile2f28ad2015-02-24 10:44:29 +000088},
89{
90 description: "Error decoding digital signature bytes.",
91 result: EXEC_FAILED,
92 name: "org.apache.harmony.security.tests.java.security.Signature2Test#test_verify$BII",
93 bug: 18869265
Nicolas Geoffraye501f772015-02-26 14:53:03 +000094},
95{
96 description: "Test sometimes timeouts on volantis",
97 result: EXEC_TIMEOUT,
98 modes_variants: [[device,X64]],
99 names: ["libcore.java.lang.SystemTest#testArrayCopyConcurrentModification"],
100 bug: 19165288
Nicolas Geoffray056ed4a2015-03-13 18:26:43 +0000101},
102{
Nicolas Geoffray46333432015-03-16 13:51:43 +0000103 description: "Needs kernel updates on host/device",
104 result: EXEC_FAILED,
105 names: ["libcore.io.OsTest#test_socketPing"]
Nicolas Geoffray399ff772015-04-25 14:39:59 +0100106},
107{
108 description: "Linker issues in chrooted environment",
109 modes: [device],
110 result: EXEC_FAILED,
111 names: ["org.apache.harmony.tests.java.lang.ProcessManagerTest#testEnvironment"]
Nicolas Geoffray6f3f6c72015-05-12 09:27:19 +0100112},
113{
114 description: "Crypto failures",
115 result: EXEC_FAILED,
116 names: ["libcore.javax.crypto.CipherTest#testCipher_ShortBlock_Failure",
117 "libcore.javax.crypto.CipherTest#testCipher_Success"]
Nicolas Geoffrayc3837e42014-12-03 11:30:26 +0000118}
119]