| Nicolas Geoffray | c3837e4 | 2014-12-03 11:30:26 +0000 | [diff] [blame] | 1 | /* |
| 2 | * This file contains expectations for ART's buildbot. The purpose of this file is |
| Nicolas Geoffray | 622e2e2 | 2017-06-15 09:33:01 +0100 | [diff] [blame] | 3 | * to temporarily list failing tests and not break the bots, until the |
| Nicolas Geoffray | c3837e4 | 2014-12-03 11:30:26 +0000 | [diff] [blame] | 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 Geoffray | ea6e2df | 2015-05-13 21:37:44 +0000 | [diff] [blame] | 14 | modes: [host], |
| 15 | name: "libcore.java.math.RunCSVTests#test_csv" |
| Nicolas Geoffray | c3837e4 | 2014-12-03 11:30:26 +0000 | [diff] [blame] | 16 | }, |
| 17 | { |
| Nicolas Geoffray | 70a998c | 2014-12-04 17:05:22 +0000 | [diff] [blame] | 18 | description: "Differences between vogar and cts in user directory", |
| 19 | result: EXEC_FAILED, |
| Nicolas Geoffray | 130189c | 2019-01-15 11:37:02 +0000 | [diff] [blame] | 20 | modes: [device_testdex], |
| Nicolas Geoffray | 70a998c | 2014-12-04 17:05:22 +0000 | [diff] [blame] | 21 | name: "libcore.java.lang.SystemTest#testSystemProperties_mutable" |
| 22 | }, |
| 23 | { |
| Wojciech Staszkiewicz | 3a75e9d | 2015-05-21 15:29:30 +0100 | [diff] [blame] | 24 | description: "Differences between vogar and cts. Passes with --mode activity", |
| Nicolas Geoffray | 70a998c | 2014-12-04 17:05:22 +0000 | [diff] [blame] | 25 | result: EXEC_FAILED, |
| Nicolas Geoffray | 130189c | 2019-01-15 11:37:02 +0000 | [diff] [blame] | 26 | modes: [device_testdex], |
| Wojciech Staszkiewicz | 3a75e9d | 2015-05-21 15:29:30 +0100 | [diff] [blame] | 27 | names: ["libcore.java.lang.OldSystemTest#test_getProperties"] |
| Nicolas Geoffray | 0ccef6d | 2014-12-11 13:33:12 +0000 | [diff] [blame] | 28 | }, |
| 29 | { |
| Wojciech Staszkiewicz | 3a75e9d | 2015-05-21 15:29:30 +0100 | [diff] [blame] | 30 | 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 Geoffray | 0ccef6d | 2014-12-11 13:33:12 +0000 | [diff] [blame] | 34 | result: EXEC_FAILED, |
| Nicolas Geoffray | 130189c | 2019-01-15 11:37:02 +0000 | [diff] [blame] | 35 | modes: [device_testdex], |
| Przemyslaw Szczepaniak | f44a60a | 2017-11-09 09:47:32 +0000 | [diff] [blame] | 36 | names: ["libcore.libcore.io.OsTest#testUnixDomainSockets_in_file_system"] |
| Nicolas Geoffray | ee3d0bd | 2014-12-17 15:27:14 +0000 | [diff] [blame] | 37 | }, |
| 38 | { |
| Tobias Thierer | bbd5a4e | 2016-08-03 18:33:33 +0100 | [diff] [blame] | 39 | description: "TCP_USER_TIMEOUT is not defined on host's tcp.h (glibc-2.15-4.8).", |
| 40 | result: EXEC_FAILED, |
| 41 | modes: [host], |
| 42 | names: ["libcore.android.system.OsConstantsTest#testTcpUserTimeoutIsDefined", |
| Przemyslaw Szczepaniak | f44a60a | 2017-11-09 09:47:32 +0000 | [diff] [blame] | 43 | "libcore.libcore.io.OsTest#test_socket_tcpUserTimeout_setAndGet", |
| 44 | "libcore.libcore.io.OsTest#test_socket_tcpUserTimeout_doesNotWorkOnDatagramSocket"], |
| Tobias Thierer | bbd5a4e | 2016-08-03 18:33:33 +0100 | [diff] [blame] | 45 | bug: 30402085 |
| 46 | }, |
| 47 | { |
| Wojciech Staszkiewicz | 12c56d6 | 2015-05-29 11:12:59 +0100 | [diff] [blame] | 48 | description: "Issue with incorrect device time (1970)", |
| Wojciech Staszkiewicz | a0629d5 | 2015-05-21 17:43:09 +0100 | [diff] [blame] | 49 | result: EXEC_FAILED, |
| Nicolas Geoffray | 130189c | 2019-01-15 11:37:02 +0000 | [diff] [blame] | 50 | modes: [device_testdex], |
| Wojciech Staszkiewicz | a0629d5 | 2015-05-21 17:43:09 +0100 | [diff] [blame] | 51 | names: ["libcore.java.util.TimeZoneTest#testDisplayNames", |
| 52 | "libcore.java.util.TimeZoneTest#test_useDaylightTime_Taiwan", |
| Wojciech Staszkiewicz | 12c56d6 | 2015-05-29 11:12:59 +0100 | [diff] [blame] | 53 | "org.apache.harmony.tests.java.util.TimeZoneTest#test_hasSameRules_Ljava_util_TimeZone"], |
| 54 | bug: 20879084 |
| 55 | }, |
| 56 | { |
| 57 | description: "Issue with incorrect device time (1970). Test assumes that DateTime.now() |
| 58 | is greater then a date in 1998.", |
| 59 | result: EXEC_FAILED, |
| Nicolas Geoffray | 130189c | 2019-01-15 11:37:02 +0000 | [diff] [blame] | 60 | modes: [device_testdex], |
| Wojciech Staszkiewicz | 12c56d6 | 2015-05-29 11:12:59 +0100 | [diff] [blame] | 61 | names: ["org.apache.harmony.tests.java.util.DateTest#test_Constructor"] |
| Wojciech Staszkiewicz | a0629d5 | 2015-05-21 17:43:09 +0100 | [diff] [blame] | 62 | }, |
| 63 | { |
| David Brazdil | 830d16e | 2015-02-24 12:36:03 +0000 | [diff] [blame] | 64 | description: "Failing due to a locale problem on hammerhead.", |
| 65 | result: EXEC_FAILED, |
| Nicolas Geoffray | 130189c | 2019-01-15 11:37:02 +0000 | [diff] [blame] | 66 | modes: [device_testdex], |
| David Brazdil | 830d16e | 2015-02-24 12:36:03 +0000 | [diff] [blame] | 67 | names: ["libcore.icu.DateIntervalFormatTest#test10089890", |
| 68 | "libcore.icu.DateIntervalFormatTest#test10209343_when_not_this_year", |
| 69 | "libcore.icu.DateIntervalFormatTest#test10560853_for_single_day_events", |
| 70 | "libcore.icu.DateIntervalFormatTest#test10560853_when_time_not_displayed", |
| 71 | "libcore.icu.RelativeDateTimeFormatterTest#test_getRelativeDateTimeString", |
| 72 | "libcore.icu.RelativeDateTimeFormatterTest#test_getRelativeTimeSpanString", |
| 73 | "libcore.icu.RelativeDateTimeFormatterTest#test_getRelativeTimeSpanStringAbbrev", |
| 74 | "libcore.java.text.OldDateFormatTest#test_parseLString", |
| 75 | "libcore.java.text.SimpleDateFormatTest#testDstZoneNameWithNonDstTimestamp", |
| 76 | "libcore.java.text.SimpleDateFormatTest#testDstZoneWithNonDstTimestampForNonHourDstZone", |
| 77 | "libcore.java.text.SimpleDateFormatTest#testNonDstZoneNameWithDstTimestamp", |
| Nicolas Geoffray | e2307b4 | 2015-12-27 23:01:28 +0000 | [diff] [blame] | 78 | "libcore.java.text.SimpleDateFormatTest#testNonDstZoneWithDstTimestampForNonHourDstZone"] |
| David Brazdil | 830d16e | 2015-02-24 12:36:03 +0000 | [diff] [blame] | 79 | }, |
| 80 | { |
| David Brazdil | b60c58f | 2015-02-25 09:16:34 +0000 | [diff] [blame] | 81 | description: "Failing due to missing localhost on hammerhead and volantis.", |
| 82 | result: EXEC_FAILED, |
| Nicolas Geoffray | 130189c | 2019-01-15 11:37:02 +0000 | [diff] [blame] | 83 | modes: [device_testdex], |
| Nicolas Geoffray | 51b1f7b | 2015-03-25 21:13:05 +0000 | [diff] [blame] | 84 | names: ["libcore.javax.crypto.CipherTest#testCipherInitWithCertificate", |
| 85 | "libcore.net.NetworkSecurityPolicyTest#testCleartextTrafficPolicyWithFtpURLConnection", |
| 86 | "libcore.net.NetworkSecurityPolicyTest#testCleartextTrafficPolicyWithJarFtpURLConnection", |
| Nicolas Geoffray | d6c1ec5 | 2015-03-26 18:08:59 +0000 | [diff] [blame] | 87 | "libcore.net.NetworkSecurityPolicyTest#testCleartextTrafficPolicyWithLoggingSocketHandler", |
| 88 | "libcore.net.NetworkSecurityPolicyTest#testCleartextTrafficPolicyWithHttpURLConnection", |
| Nicolas Geoffray | d6c1ec5 | 2015-03-26 18:08:59 +0000 | [diff] [blame] | 89 | "org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest", |
| 90 | "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest", |
| Wojciech Staszkiewicz | 12c56d6 | 2015-05-29 11:12:59 +0100 | [diff] [blame] | 91 | "org.apache.harmony.luni.tests.java.net.URLConnectionTest", |
| 92 | "org.apache.harmony.tests.java.util.ScannerTest#test_Constructor_LReadableByteChannel" |
| Nicolas Geoffray | 51b1f7b | 2015-03-25 21:13:05 +0000 | [diff] [blame] | 93 | ] |
| David Brazdil | b60c58f | 2015-02-25 09:16:34 +0000 | [diff] [blame] | 94 | }, |
| 95 | { |
| Nicolas Geoffray | ee3d0bd | 2014-12-17 15:27:14 +0000 | [diff] [blame] | 96 | description: "Test timeouts", |
| 97 | result: EXEC_TIMEOUT, |
| Nicolas Geoffray | 130189c | 2019-01-15 11:37:02 +0000 | [diff] [blame] | 98 | modes: [device_testdex], |
| Nicolas Geoffray | ee3d0bd | 2014-12-17 15:27:14 +0000 | [diff] [blame] | 99 | names: ["org.apache.harmony.tests.java.util.ScannerTest#testPerformance"] |
| Nicolas Geoffray | da82d29 | 2015-01-21 14:04:31 +0000 | [diff] [blame] | 100 | }, |
| 101 | { |
| 102 | description: "Needs the newest cat version on the device", |
| 103 | result: EXEC_FAILED, |
| Nicolas Geoffray | 130189c | 2019-01-15 11:37:02 +0000 | [diff] [blame] | 104 | modes: [device_testdex], |
| Nicolas Geoffray | da82d29 | 2015-01-21 14:04:31 +0000 | [diff] [blame] | 105 | names: ["org.apache.harmony.tests.java.lang.ProcessTest#test_getErrorStream"] |
| David Brazdil | 598b220 | 2015-02-24 10:12:06 +0000 | [diff] [blame] | 106 | }, |
| 107 | { |
| Nicolas Geoffray | 4633343 | 2015-03-16 13:51:43 +0000 | [diff] [blame] | 108 | description: "Needs kernel updates on host/device", |
| 109 | result: EXEC_FAILED, |
| Przemyslaw Szczepaniak | f44a60a | 2017-11-09 09:47:32 +0000 | [diff] [blame] | 110 | names: ["libcore.libcore.io.OsTest#test_socketPing"] |
| Nicolas Geoffray | 399ff77 | 2015-04-25 14:39:59 +0100 | [diff] [blame] | 111 | }, |
| 112 | { |
| 113 | description: "Linker issues in chrooted environment", |
| Nicolas Geoffray | 130189c | 2019-01-15 11:37:02 +0000 | [diff] [blame] | 114 | modes: [device_testdex], |
| Nicolas Geoffray | 399ff77 | 2015-04-25 14:39:59 +0100 | [diff] [blame] | 115 | result: EXEC_FAILED, |
| 116 | names: ["org.apache.harmony.tests.java.lang.ProcessManagerTest#testEnvironment"] |
| Nicolas Geoffray | 6f3f6c7 | 2015-05-12 09:27:19 +0100 | [diff] [blame] | 117 | }, |
| 118 | { |
| Nicolas Geoffray | d9d014a | 2015-06-26 09:24:16 +0100 | [diff] [blame] | 119 | description: "Flake when running with libartd.so or interpreter", |
| 120 | result: EXEC_FAILED, |
| 121 | bug:22106064, |
| 122 | name: "libcore.java.lang.OldThreadGroupTest#test_enumerateLThreadArrayLZtest_enumerateLThreadArrayLZ" |
| Narayan Kamath | 1eca58a | 2015-07-03 13:20:51 +0100 | [diff] [blame] | 123 | }, |
| 124 | { |
| 125 | description: "test_xattr fails on arm64 on the buildbots only: needs investigation", |
| 126 | result: EXEC_FAILED, |
| Nicolas Geoffray | 130189c | 2019-01-15 11:37:02 +0000 | [diff] [blame] | 127 | modes: [device_testdex], |
| Przemyslaw Szczepaniak | f44a60a | 2017-11-09 09:47:32 +0000 | [diff] [blame] | 128 | names: ["libcore.libcore.io.OsTest#test_xattr"], |
| Narayan Kamath | 1eca58a | 2015-07-03 13:20:51 +0100 | [diff] [blame] | 129 | bug: 22258911 |
| Nicolas Geoffray | d6c201e | 2015-07-16 19:11:54 +0100 | [diff] [blame] | 130 | }, |
| 131 | { |
| 132 | description: "fails on L builds: needs investigation", |
| 133 | result: EXEC_FAILED, |
| Nicolas Geoffray | 130189c | 2019-01-15 11:37:02 +0000 | [diff] [blame] | 134 | modes: [device_testdex], |
| Nicolas Geoffray | d6c201e | 2015-07-16 19:11:54 +0100 | [diff] [blame] | 135 | names: ["org.apache.harmony.tests.java.lang.ClassTest#test_forNameLjava_lang_String"] |
| Narayan Kamath | f874d59 | 2015-07-28 16:21:35 +0100 | [diff] [blame] | 136 | }, |
| 137 | { |
| Nicolas Geoffray | cbec6d9 | 2015-10-23 16:06:49 +0100 | [diff] [blame] | 138 | description: "Lack of IPv6 on some buildbot slaves", |
| 139 | result: EXEC_FAILED, |
| Przemyslaw Szczepaniak | f44a60a | 2017-11-09 09:47:32 +0000 | [diff] [blame] | 140 | names: ["libcore.libcore.io.OsTest#test_byteBufferPositions_sendto_recvfrom_af_inet6", |
| 141 | "libcore.libcore.io.OsTest#test_sendtoSocketAddress_af_inet6", |
| 142 | "libcore.libcore.io.OsTest#test_recvfrom_EmptyPacket"], |
| Nicolas Geoffray | cbec6d9 | 2015-10-23 16:06:49 +0100 | [diff] [blame] | 143 | bug: 25178637 |
| Roland Levillain | 32f7a16 | 2015-11-11 12:16:52 +0000 | [diff] [blame] | 144 | }, |
| 145 | { |
| Roland Levillain | b022619 | 2016-12-06 10:30:55 +0000 | [diff] [blame] | 146 | description: "Non-deterministic test because of a dependency on weak ref collection.", |
| 147 | result: EXEC_FAILED, |
| 148 | names: ["org.apache.harmony.tests.java.util.WeakHashMapTest#test_keySet"], |
| 149 | bug: 25437292 |
| 150 | }, |
| 151 | { |
| Narayan Kamath | ae83792 | 2016-02-22 13:34:07 +0000 | [diff] [blame] | 152 | description: "Only work with --mode=activity", |
| 153 | result: EXEC_FAILED, |
| 154 | names: [ "libcore.java.io.FileTest#testJavaIoTmpdirMutable" ] |
| Nicolas Geoffray | e434a81 | 2016-03-15 23:01:33 +0000 | [diff] [blame] | 155 | }, |
| 156 | { |
| Nicolas Geoffray | 9631f54 | 2016-07-13 10:18:48 +0100 | [diff] [blame] | 157 | description: "Flaky test", |
| 158 | result: EXEC_FAILED, |
| 159 | bug: 30107038, |
| Nicolas Geoffray | 130189c | 2019-01-15 11:37:02 +0000 | [diff] [blame] | 160 | modes: [device_testdex], |
| Nicolas Geoffray | 9631f54 | 2016-07-13 10:18:48 +0100 | [diff] [blame] | 161 | names: ["org.apache.harmony.tests.java.lang.ProcessTest#test_destroyForcibly"] |
| Tobias Thierer | 533b158 | 2016-07-27 16:00:59 +0100 | [diff] [blame] | 162 | }, |
| 163 | { |
| Tobias Thierer | 4f35c7d | 2016-08-03 19:12:37 +0100 | [diff] [blame] | 164 | description: "Flaky failure, native crash in the runtime. |
| 165 | Unclear if this relates to the tests running sh as a child process.", |
| Tobias Thierer | 533b158 | 2016-07-27 16:00:59 +0100 | [diff] [blame] | 166 | result: EXEC_FAILED, |
| Tobias Thierer | 4f35c7d | 2016-08-03 19:12:37 +0100 | [diff] [blame] | 167 | bug: 30657148, |
| Nicolas Geoffray | 130189c | 2019-01-15 11:37:02 +0000 | [diff] [blame] | 168 | modes: [device_testdex], |
| Tobias Thierer | 4f35c7d | 2016-08-03 19:12:37 +0100 | [diff] [blame] | 169 | names: ["libcore.java.lang.ProcessBuilderTest#testRedirectInherit", |
| 170 | "libcore.java.lang.ProcessBuilderTest#testRedirect_nullStreams"] |
| Nicolas Geoffray | 12d5f3c | 2017-06-12 15:30:12 +0100 | [diff] [blame] | 171 | }, |
| 172 | { |
| Nicolas Geoffray | 8db9dde | 2017-07-11 18:07:00 +0100 | [diff] [blame] | 173 | description: "java.io.IOException: Error writing ASN.1 encoding", |
| 174 | result: EXEC_FAILED, |
| 175 | names: ["libcore.javax.crypto.spec.AlgorithmParametersTestGCM#testEncoding"] |
| David Srbecky | 4c9b493 | 2018-08-08 11:35:36 +0100 | [diff] [blame] | 176 | }, |
| 177 | { |
| Josh Gao | 7e91d1f | 2018-08-24 14:04:43 -0700 | [diff] [blame] | 178 | description: "fdsan doesn't exist on the host", |
| 179 | result: EXEC_FAILED, |
| 180 | modes: [host], |
| 181 | bug: 113177877, |
| 182 | names: ["libcore.libcore.io.FdsanTest#testFileInputStream", |
| 183 | "libcore.libcore.io.FdsanTest#testFileOutputStream", |
| 184 | "libcore.libcore.io.FdsanTest#testRandomAccessFile", |
| Josh Gao | 21ca64e | 2018-09-20 18:04:08 -0700 | [diff] [blame] | 185 | "libcore.libcore.io.FdsanTest#testParcelFileDescriptor", |
| 186 | "libcore.libcore.io.FdsanTest#testDatagramSocket", |
| 187 | "libcore.libcore.io.FdsanTest#testSocket"] |
| Roland Levillain | edd06c1 | 2018-09-24 14:43:19 +0100 | [diff] [blame] | 188 | }, |
| 189 | { |
| 190 | description: "Timeout on heap-poisoning target builds", |
| 191 | result: EXEC_FAILED, |
| Nicolas Geoffray | 130189c | 2019-01-15 11:37:02 +0000 | [diff] [blame] | 192 | modes: [device_testdex], |
| Roland Levillain | edd06c1 | 2018-09-24 14:43:19 +0100 | [diff] [blame] | 193 | bug: 116446372, |
| 194 | names: ["libcore.libcore.io.FdsanTest#testSocket"] |
| Nicolas Geoffray | 2845608 | 2018-12-19 08:57:28 +0000 | [diff] [blame] | 195 | }, |
| 196 | { |
| Paul Duffin | 396ca41 | 2018-12-19 10:32:15 +0000 | [diff] [blame] | 197 | description: "Host implementation of android_getaddrinfo differs from device implementation", |
| Nicolas Geoffray | 2845608 | 2018-12-19 08:57:28 +0000 | [diff] [blame] | 198 | result: EXEC_FAILED, |
| Paul Duffin | 396ca41 | 2018-12-19 10:32:15 +0000 | [diff] [blame] | 199 | modes: [host], |
| Nicolas Geoffray | 2845608 | 2018-12-19 08:57:28 +0000 | [diff] [blame] | 200 | bug: 121230364, |
| 201 | names: [ |
| 202 | "libcore.libcore.net.InetAddressUtilsTest#parseNumericAddress[8]", |
| 203 | "libcore.libcore.net.InetAddressUtilsTest#test_isNotNumericAddress[10]", |
| 204 | "libcore.libcore.net.InetAddressUtilsTest#test_isNotNumericAddress[11]", |
| 205 | "libcore.libcore.net.InetAddressUtilsTest#test_isNotNumericAddress[12]", |
| 206 | "libcore.libcore.net.InetAddressUtilsTest#test_isNotNumericAddress[5]", |
| 207 | "libcore.libcore.net.InetAddressUtilsTest#test_isNotNumericAddress[6]", |
| 208 | "libcore.libcore.net.InetAddressUtilsTest#test_isNotNumericAddress[7]", |
| 209 | "libcore.libcore.net.InetAddressUtilsTest#test_isNotNumericAddress[8]", |
| 210 | "libcore.libcore.net.InetAddressUtilsTest#test_isNotNumericAddress[9]", |
| 211 | "libcore.libcore.net.InetAddressUtilsTest#test_parseNonNumericAddress[10]", |
| 212 | "libcore.libcore.net.InetAddressUtilsTest#test_parseNonNumericAddress[11]", |
| 213 | "libcore.libcore.net.InetAddressUtilsTest#test_parseNonNumericAddress[12]", |
| 214 | "libcore.libcore.net.InetAddressUtilsTest#test_parseNonNumericAddress[5]", |
| 215 | "libcore.libcore.net.InetAddressUtilsTest#test_parseNonNumericAddress[6]", |
| 216 | "libcore.libcore.net.InetAddressUtilsTest#test_parseNonNumericAddress[7]", |
| 217 | "libcore.libcore.net.InetAddressUtilsTest#test_parseNonNumericAddress[8]", |
| 218 | "libcore.libcore.net.InetAddressUtilsTest#test_parseNonNumericAddress[9]" |
| 219 | ] |
| Nicolas Geoffray | caf1523 | 2019-01-10 13:15:24 +0000 | [diff] [blame] | 220 | }, |
| 221 | { |
| 222 | description: "Apex related", |
| 223 | result: EXEC_FAILED, |
| Nicolas Geoffray | 1480c7c | 2019-01-11 10:32:59 +0000 | [diff] [blame] | 224 | modes: [device_testdex], |
| Nicolas Geoffray | caf1523 | 2019-01-10 13:15:24 +0000 | [diff] [blame] | 225 | bug: 122642227, |
| 226 | names: [ |
| Nicolas Geoffray | caf1523 | 2019-01-10 13:15:24 +0000 | [diff] [blame] | 227 | "libcore.libcore.icu.TimeZoneIntegrationTest#testTimeZoneDataVersion", |
| 228 | "libcore.libcore.icu.TimeZoneIntegrationTest#testTimeZoneDebugInfo", |
| 229 | "libcore.libcore.icu.TimeZoneIntegrationTest#testTzDataSetVersions" |
| 230 | ] |
| Nicolas Geoffray | ef9b718 | 2019-02-21 15:30:39 +0000 | [diff] [blame] | 231 | }, |
| 232 | { |
| 233 | description: "Timeout on walleye bots, currenlty on OPM1.171019.019. But test passes on Q, so just mark it fail here.", |
| 234 | result: EXEC_FAILED, |
| 235 | modes: [device_testdex], |
| 236 | names: [ |
| 237 | "libcore.libcore.io.OsTest#testCrossFamilyBindConnectSendto" |
| 238 | ] |
| Roland Levillain | a0666a9 | 2019-06-11 16:07:40 +0100 | [diff] [blame] | 239 | }, |
| 240 | { |
| Roland Levillain | d2f8ce1 | 2019-06-19 17:50:32 +0100 | [diff] [blame] | 241 | description: "Test fails on host with `socket failed: EACCES (Permission denied)`", |
| 242 | result: EXEC_FAILED, |
| 243 | modes: [host], |
| 244 | names: ["libcore.android.system.OsTest#test_socketPing"] |
| Roland Levillain | ad82a81 | 2019-06-19 18:29:32 +0100 | [diff] [blame] | 245 | }, |
| 246 | { |
| 247 | description: "Test fails on host with: `/home/dalvik-prebuild/jaxen/xml/test/tests.xml: open failed: ENOENT (No such file or directory)`", |
| 248 | result: EXEC_FAILED, |
| 249 | names: ["libcore.xml.JaxenXPathTestSuite#suite"] |
| 250 | }, |
| 251 | { |
| 252 | description: "Test fails on host with: `/home/dalvik-prebuild/OASIS/XSLT-Conformance-TC/TESTS/catalog.xml: open failed: ENOENT (No such file or directory)`", |
| 253 | result: EXEC_FAILED, |
| 254 | names: ["libcore.xml.XsltXPathConformanceTestSuite#suite"] |
| Nicolas Geoffray | c3837e4 | 2014-12-03 11:30:26 +0000 | [diff] [blame] | 255 | } |
| Nicolas Geoffray | c3837e4 | 2014-12-03 11:30:26 +0000 | [diff] [blame] | 256 | ] |