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 | { |
Orion Hodson | b89a92e | 2019-12-13 09:08:25 +0000 | [diff] [blame] | 12 | description: "Os.memfd_create() only supports bionic-based platforms.", |
Tobias Thierer | 0e33d0e | 2019-12-10 12:29:32 +0000 | [diff] [blame] | 13 | result: EXEC_FAILED, |
Orion Hodson | b89a92e | 2019-12-13 09:08:25 +0000 | [diff] [blame] | 14 | modes: [host], |
Tobias Thierer | 0e33d0e | 2019-12-10 12:29:32 +0000 | [diff] [blame] | 15 | names: ["libcore.android.system.OsTest#testMemfdCreate", |
| 16 | "libcore.android.system.OsTest#testMemfdCreateErrno", |
Orion Hodson | b89a92e | 2019-12-13 09:08:25 +0000 | [diff] [blame] | 17 | "libcore.android.system.OsTest#testMemfdCreateFlags"] |
Tobias Thierer | 0e33d0e | 2019-12-10 12:29:32 +0000 | [diff] [blame] | 18 | }, |
| 19 | { |
Nicolas Geoffray | c3837e4 | 2014-12-03 11:30:26 +0000 | [diff] [blame] | 20 | description: "Assert.java differences between vogar and junit.", |
| 21 | result: EXEC_FAILED, |
Nicolas Geoffray | ea6e2df | 2015-05-13 21:37:44 +0000 | [diff] [blame] | 22 | modes: [host], |
| 23 | name: "libcore.java.math.RunCSVTests#test_csv" |
Nicolas Geoffray | c3837e4 | 2014-12-03 11:30:26 +0000 | [diff] [blame] | 24 | }, |
| 25 | { |
Nicolas Geoffray | 70a998c | 2014-12-04 17:05:22 +0000 | [diff] [blame] | 26 | description: "Differences between vogar and cts in user directory", |
| 27 | result: EXEC_FAILED, |
Nicolas Geoffray | 31e0dc2 | 2020-03-20 15:48:09 +0000 | [diff] [blame] | 28 | modes: [device], |
Nicolas Geoffray | 70a998c | 2014-12-04 17:05:22 +0000 | [diff] [blame] | 29 | name: "libcore.java.lang.SystemTest#testSystemProperties_mutable" |
| 30 | }, |
| 31 | { |
Wojciech Staszkiewicz | 3a75e9d | 2015-05-21 15:29:30 +0100 | [diff] [blame] | 32 | description: "Differences between vogar and cts. Passes with --mode activity", |
Nicolas Geoffray | 70a998c | 2014-12-04 17:05:22 +0000 | [diff] [blame] | 33 | result: EXEC_FAILED, |
Nicolas Geoffray | 31e0dc2 | 2020-03-20 15:48:09 +0000 | [diff] [blame] | 34 | modes: [device], |
Wojciech Staszkiewicz | 3a75e9d | 2015-05-21 15:29:30 +0100 | [diff] [blame] | 35 | names: ["libcore.java.lang.OldSystemTest#test_getProperties"] |
Nicolas Geoffray | 0ccef6d | 2014-12-11 13:33:12 +0000 | [diff] [blame] | 36 | }, |
| 37 | { |
Wojciech Staszkiewicz | 3a75e9d | 2015-05-21 15:29:30 +0100 | [diff] [blame] | 38 | description: "Differences between vogar and cts. EACCESS when run with vogar. |
| 39 | Passes on host, passes with cts. Passes with vogar with su |
| 40 | (--invoke-with \"su root\"). Does not pass after setting chmod |
| 41 | 777 all directories on path to socket (on device without su).", |
Nicolas Geoffray | 0ccef6d | 2014-12-11 13:33:12 +0000 | [diff] [blame] | 42 | result: EXEC_FAILED, |
Nicolas Geoffray | 31e0dc2 | 2020-03-20 15:48:09 +0000 | [diff] [blame] | 43 | modes: [device], |
Przemyslaw Szczepaniak | f44a60a | 2017-11-09 09:47:32 +0000 | [diff] [blame] | 44 | names: ["libcore.libcore.io.OsTest#testUnixDomainSockets_in_file_system"] |
Nicolas Geoffray | ee3d0bd | 2014-12-17 15:27:14 +0000 | [diff] [blame] | 45 | }, |
| 46 | { |
Tobias Thierer | bbd5a4e | 2016-08-03 18:33:33 +0100 | [diff] [blame] | 47 | description: "TCP_USER_TIMEOUT is not defined on host's tcp.h (glibc-2.15-4.8).", |
| 48 | result: EXEC_FAILED, |
| 49 | modes: [host], |
| 50 | names: ["libcore.android.system.OsConstantsTest#testTcpUserTimeoutIsDefined", |
Przemyslaw Szczepaniak | f44a60a | 2017-11-09 09:47:32 +0000 | [diff] [blame] | 51 | "libcore.libcore.io.OsTest#test_socket_tcpUserTimeout_setAndGet", |
| 52 | "libcore.libcore.io.OsTest#test_socket_tcpUserTimeout_doesNotWorkOnDatagramSocket"], |
Tobias Thierer | bbd5a4e | 2016-08-03 18:33:33 +0100 | [diff] [blame] | 53 | bug: 30402085 |
| 54 | }, |
| 55 | { |
Wojciech Staszkiewicz | 12c56d6 | 2015-05-29 11:12:59 +0100 | [diff] [blame] | 56 | description: "Issue with incorrect device time (1970)", |
Wojciech Staszkiewicz | a0629d5 | 2015-05-21 17:43:09 +0100 | [diff] [blame] | 57 | result: EXEC_FAILED, |
Nicolas Geoffray | 31e0dc2 | 2020-03-20 15:48:09 +0000 | [diff] [blame] | 58 | modes: [device], |
Wojciech Staszkiewicz | a0629d5 | 2015-05-21 17:43:09 +0100 | [diff] [blame] | 59 | names: ["libcore.java.util.TimeZoneTest#testDisplayNames", |
| 60 | "libcore.java.util.TimeZoneTest#test_useDaylightTime_Taiwan", |
Wojciech Staszkiewicz | 12c56d6 | 2015-05-29 11:12:59 +0100 | [diff] [blame] | 61 | "org.apache.harmony.tests.java.util.TimeZoneTest#test_hasSameRules_Ljava_util_TimeZone"], |
| 62 | bug: 20879084 |
| 63 | }, |
| 64 | { |
| 65 | description: "Issue with incorrect device time (1970). Test assumes that DateTime.now() |
| 66 | is greater then a date in 1998.", |
| 67 | result: EXEC_FAILED, |
Nicolas Geoffray | 31e0dc2 | 2020-03-20 15:48:09 +0000 | [diff] [blame] | 68 | modes: [device], |
Wojciech Staszkiewicz | 12c56d6 | 2015-05-29 11:12:59 +0100 | [diff] [blame] | 69 | names: ["org.apache.harmony.tests.java.util.DateTest#test_Constructor"] |
Wojciech Staszkiewicz | a0629d5 | 2015-05-21 17:43:09 +0100 | [diff] [blame] | 70 | }, |
| 71 | { |
David Brazdil | 830d16e | 2015-02-24 12:36:03 +0000 | [diff] [blame] | 72 | description: "Failing due to a locale problem on hammerhead.", |
| 73 | result: EXEC_FAILED, |
Nicolas Geoffray | 31e0dc2 | 2020-03-20 15:48:09 +0000 | [diff] [blame] | 74 | modes: [device], |
David Brazdil | 830d16e | 2015-02-24 12:36:03 +0000 | [diff] [blame] | 75 | names: ["libcore.icu.DateIntervalFormatTest#test10089890", |
| 76 | "libcore.icu.DateIntervalFormatTest#test10209343_when_not_this_year", |
| 77 | "libcore.icu.DateIntervalFormatTest#test10560853_for_single_day_events", |
| 78 | "libcore.icu.DateIntervalFormatTest#test10560853_when_time_not_displayed", |
David Brazdil | 830d16e | 2015-02-24 12:36:03 +0000 | [diff] [blame] | 79 | "libcore.java.text.OldDateFormatTest#test_parseLString", |
| 80 | "libcore.java.text.SimpleDateFormatTest#testDstZoneNameWithNonDstTimestamp", |
| 81 | "libcore.java.text.SimpleDateFormatTest#testDstZoneWithNonDstTimestampForNonHourDstZone", |
| 82 | "libcore.java.text.SimpleDateFormatTest#testNonDstZoneNameWithDstTimestamp", |
Nicolas Geoffray | e2307b4 | 2015-12-27 23:01:28 +0000 | [diff] [blame] | 83 | "libcore.java.text.SimpleDateFormatTest#testNonDstZoneWithDstTimestampForNonHourDstZone"] |
David Brazdil | 830d16e | 2015-02-24 12:36:03 +0000 | [diff] [blame] | 84 | }, |
| 85 | { |
David Brazdil | b60c58f | 2015-02-25 09:16:34 +0000 | [diff] [blame] | 86 | description: "Failing due to missing localhost on hammerhead and volantis.", |
| 87 | result: EXEC_FAILED, |
Nicolas Geoffray | 31e0dc2 | 2020-03-20 15:48:09 +0000 | [diff] [blame] | 88 | modes: [device], |
Nicolas Geoffray | 51b1f7b | 2015-03-25 21:13:05 +0000 | [diff] [blame] | 89 | names: ["libcore.javax.crypto.CipherTest#testCipherInitWithCertificate", |
| 90 | "libcore.net.NetworkSecurityPolicyTest#testCleartextTrafficPolicyWithFtpURLConnection", |
| 91 | "libcore.net.NetworkSecurityPolicyTest#testCleartextTrafficPolicyWithJarFtpURLConnection", |
Nicolas Geoffray | d6c1ec5 | 2015-03-26 18:08:59 +0000 | [diff] [blame] | 92 | "libcore.net.NetworkSecurityPolicyTest#testCleartextTrafficPolicyWithLoggingSocketHandler", |
| 93 | "libcore.net.NetworkSecurityPolicyTest#testCleartextTrafficPolicyWithHttpURLConnection", |
Nicolas Geoffray | d6c1ec5 | 2015-03-26 18:08:59 +0000 | [diff] [blame] | 94 | "org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest", |
| 95 | "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest", |
Wojciech Staszkiewicz | 12c56d6 | 2015-05-29 11:12:59 +0100 | [diff] [blame] | 96 | "org.apache.harmony.luni.tests.java.net.URLConnectionTest", |
| 97 | "org.apache.harmony.tests.java.util.ScannerTest#test_Constructor_LReadableByteChannel" |
Nicolas Geoffray | 51b1f7b | 2015-03-25 21:13:05 +0000 | [diff] [blame] | 98 | ] |
David Brazdil | b60c58f | 2015-02-25 09:16:34 +0000 | [diff] [blame] | 99 | }, |
| 100 | { |
Nicolas Geoffray | ee3d0bd | 2014-12-17 15:27:14 +0000 | [diff] [blame] | 101 | description: "Test timeouts", |
| 102 | result: EXEC_TIMEOUT, |
Nicolas Geoffray | 31e0dc2 | 2020-03-20 15:48:09 +0000 | [diff] [blame] | 103 | modes: [device], |
Nicolas Geoffray | ee3d0bd | 2014-12-17 15:27:14 +0000 | [diff] [blame] | 104 | names: ["org.apache.harmony.tests.java.util.ScannerTest#testPerformance"] |
Nicolas Geoffray | da82d29 | 2015-01-21 14:04:31 +0000 | [diff] [blame] | 105 | }, |
| 106 | { |
| 107 | description: "Needs the newest cat version on the device", |
| 108 | result: EXEC_FAILED, |
Nicolas Geoffray | 31e0dc2 | 2020-03-20 15:48:09 +0000 | [diff] [blame] | 109 | modes: [device], |
Nicolas Geoffray | da82d29 | 2015-01-21 14:04:31 +0000 | [diff] [blame] | 110 | names: ["org.apache.harmony.tests.java.lang.ProcessTest#test_getErrorStream"] |
David Brazdil | 598b220 | 2015-02-24 10:12:06 +0000 | [diff] [blame] | 111 | }, |
| 112 | { |
Nicolas Geoffray | 4633343 | 2015-03-16 13:51:43 +0000 | [diff] [blame] | 113 | description: "Needs kernel updates on host/device", |
| 114 | result: EXEC_FAILED, |
Przemyslaw Szczepaniak | f44a60a | 2017-11-09 09:47:32 +0000 | [diff] [blame] | 115 | names: ["libcore.libcore.io.OsTest#test_socketPing"] |
Nicolas Geoffray | 399ff77 | 2015-04-25 14:39:59 +0100 | [diff] [blame] | 116 | }, |
| 117 | { |
| 118 | description: "Linker issues in chrooted environment", |
Nicolas Geoffray | 31e0dc2 | 2020-03-20 15:48:09 +0000 | [diff] [blame] | 119 | modes: [device], |
Nicolas Geoffray | 399ff77 | 2015-04-25 14:39:59 +0100 | [diff] [blame] | 120 | result: EXEC_FAILED, |
| 121 | names: ["org.apache.harmony.tests.java.lang.ProcessManagerTest#testEnvironment"] |
Nicolas Geoffray | 6f3f6c7 | 2015-05-12 09:27:19 +0100 | [diff] [blame] | 122 | }, |
| 123 | { |
Nicolas Geoffray | d9d014a | 2015-06-26 09:24:16 +0100 | [diff] [blame] | 124 | description: "Flake when running with libartd.so or interpreter", |
| 125 | result: EXEC_FAILED, |
| 126 | bug:22106064, |
| 127 | name: "libcore.java.lang.OldThreadGroupTest#test_enumerateLThreadArrayLZtest_enumerateLThreadArrayLZ" |
Narayan Kamath | 1eca58a | 2015-07-03 13:20:51 +0100 | [diff] [blame] | 128 | }, |
| 129 | { |
| 130 | description: "test_xattr fails on arm64 on the buildbots only: needs investigation", |
| 131 | result: EXEC_FAILED, |
Nicolas Geoffray | 31e0dc2 | 2020-03-20 15:48:09 +0000 | [diff] [blame] | 132 | modes: [device], |
Przemyslaw Szczepaniak | f44a60a | 2017-11-09 09:47:32 +0000 | [diff] [blame] | 133 | names: ["libcore.libcore.io.OsTest#test_xattr"], |
Narayan Kamath | 1eca58a | 2015-07-03 13:20:51 +0100 | [diff] [blame] | 134 | bug: 22258911 |
Nicolas Geoffray | d6c201e | 2015-07-16 19:11:54 +0100 | [diff] [blame] | 135 | }, |
| 136 | { |
| 137 | description: "fails on L builds: needs investigation", |
| 138 | result: EXEC_FAILED, |
Nicolas Geoffray | 31e0dc2 | 2020-03-20 15:48:09 +0000 | [diff] [blame] | 139 | modes: [device], |
Nicolas Geoffray | d6c201e | 2015-07-16 19:11:54 +0100 | [diff] [blame] | 140 | names: ["org.apache.harmony.tests.java.lang.ClassTest#test_forNameLjava_lang_String"] |
Narayan Kamath | f874d59 | 2015-07-28 16:21:35 +0100 | [diff] [blame] | 141 | }, |
| 142 | { |
Orion Hodson | aacf977 | 2020-07-22 21:51:00 +0100 | [diff] [blame] | 143 | description: "Lack of IPv6 on some buildbot workers", |
Nicolas Geoffray | cbec6d9 | 2015-10-23 16:06:49 +0100 | [diff] [blame] | 144 | result: EXEC_FAILED, |
Przemyslaw Szczepaniak | f44a60a | 2017-11-09 09:47:32 +0000 | [diff] [blame] | 145 | names: ["libcore.libcore.io.OsTest#test_byteBufferPositions_sendto_recvfrom_af_inet6", |
| 146 | "libcore.libcore.io.OsTest#test_sendtoSocketAddress_af_inet6", |
| 147 | "libcore.libcore.io.OsTest#test_recvfrom_EmptyPacket"], |
Nicolas Geoffray | cbec6d9 | 2015-10-23 16:06:49 +0100 | [diff] [blame] | 148 | bug: 25178637 |
Roland Levillain | 32f7a16 | 2015-11-11 12:16:52 +0000 | [diff] [blame] | 149 | }, |
| 150 | { |
Roland Levillain | b022619 | 2016-12-06 10:30:55 +0000 | [diff] [blame] | 151 | description: "Non-deterministic test because of a dependency on weak ref collection.", |
| 152 | result: EXEC_FAILED, |
| 153 | names: ["org.apache.harmony.tests.java.util.WeakHashMapTest#test_keySet"], |
| 154 | bug: 25437292 |
| 155 | }, |
| 156 | { |
Narayan Kamath | ae83792 | 2016-02-22 13:34:07 +0000 | [diff] [blame] | 157 | description: "Only work with --mode=activity", |
| 158 | result: EXEC_FAILED, |
| 159 | names: [ "libcore.java.io.FileTest#testJavaIoTmpdirMutable" ] |
Nicolas Geoffray | e434a81 | 2016-03-15 23:01:33 +0000 | [diff] [blame] | 160 | }, |
| 161 | { |
Nicolas Geoffray | 9631f54 | 2016-07-13 10:18:48 +0100 | [diff] [blame] | 162 | description: "Flaky test", |
| 163 | result: EXEC_FAILED, |
| 164 | bug: 30107038, |
Nicolas Geoffray | 31e0dc2 | 2020-03-20 15:48:09 +0000 | [diff] [blame] | 165 | modes: [device], |
Nicolas Geoffray | 9631f54 | 2016-07-13 10:18:48 +0100 | [diff] [blame] | 166 | names: ["org.apache.harmony.tests.java.lang.ProcessTest#test_destroyForcibly"] |
Tobias Thierer | 533b158 | 2016-07-27 16:00:59 +0100 | [diff] [blame] | 167 | }, |
| 168 | { |
Tobias Thierer | 4f35c7d | 2016-08-03 19:12:37 +0100 | [diff] [blame] | 169 | description: "Flaky failure, native crash in the runtime. |
| 170 | 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] | 171 | result: EXEC_FAILED, |
Tobias Thierer | 4f35c7d | 2016-08-03 19:12:37 +0100 | [diff] [blame] | 172 | bug: 30657148, |
Nicolas Geoffray | 31e0dc2 | 2020-03-20 15:48:09 +0000 | [diff] [blame] | 173 | modes: [device], |
Tobias Thierer | 4f35c7d | 2016-08-03 19:12:37 +0100 | [diff] [blame] | 174 | names: ["libcore.java.lang.ProcessBuilderTest#testRedirectInherit", |
| 175 | "libcore.java.lang.ProcessBuilderTest#testRedirect_nullStreams"] |
Nicolas Geoffray | 12d5f3c | 2017-06-12 15:30:12 +0100 | [diff] [blame] | 176 | }, |
| 177 | { |
Nicolas Geoffray | 8db9dde | 2017-07-11 18:07:00 +0100 | [diff] [blame] | 178 | description: "java.io.IOException: Error writing ASN.1 encoding", |
| 179 | result: EXEC_FAILED, |
| 180 | names: ["libcore.javax.crypto.spec.AlgorithmParametersTestGCM#testEncoding"] |
David Srbecky | 4c9b493 | 2018-08-08 11:35:36 +0100 | [diff] [blame] | 181 | }, |
| 182 | { |
Josh Gao | 7e91d1f | 2018-08-24 14:04:43 -0700 | [diff] [blame] | 183 | description: "fdsan doesn't exist on the host", |
| 184 | result: EXEC_FAILED, |
| 185 | modes: [host], |
| 186 | bug: 113177877, |
| 187 | names: ["libcore.libcore.io.FdsanTest#testFileInputStream", |
| 188 | "libcore.libcore.io.FdsanTest#testFileOutputStream", |
| 189 | "libcore.libcore.io.FdsanTest#testRandomAccessFile", |
Josh Gao | 21ca64e | 2018-09-20 18:04:08 -0700 | [diff] [blame] | 190 | "libcore.libcore.io.FdsanTest#testParcelFileDescriptor", |
| 191 | "libcore.libcore.io.FdsanTest#testDatagramSocket", |
| 192 | "libcore.libcore.io.FdsanTest#testSocket"] |
Roland Levillain | edd06c1 | 2018-09-24 14:43:19 +0100 | [diff] [blame] | 193 | }, |
| 194 | { |
| 195 | description: "Timeout on heap-poisoning target builds", |
| 196 | result: EXEC_FAILED, |
Nicolas Geoffray | 31e0dc2 | 2020-03-20 15:48:09 +0000 | [diff] [blame] | 197 | modes: [device], |
Roland Levillain | edd06c1 | 2018-09-24 14:43:19 +0100 | [diff] [blame] | 198 | bug: 116446372, |
| 199 | names: ["libcore.libcore.io.FdsanTest#testSocket"] |
Nicolas Geoffray | 2845608 | 2018-12-19 08:57:28 +0000 | [diff] [blame] | 200 | }, |
| 201 | { |
Paul Duffin | 396ca41 | 2018-12-19 10:32:15 +0000 | [diff] [blame] | 202 | description: "Host implementation of android_getaddrinfo differs from device implementation", |
Nicolas Geoffray | 2845608 | 2018-12-19 08:57:28 +0000 | [diff] [blame] | 203 | result: EXEC_FAILED, |
Paul Duffin | 396ca41 | 2018-12-19 10:32:15 +0000 | [diff] [blame] | 204 | modes: [host], |
Nicolas Geoffray | 2845608 | 2018-12-19 08:57:28 +0000 | [diff] [blame] | 205 | bug: 121230364, |
| 206 | names: [ |
| 207 | "libcore.libcore.net.InetAddressUtilsTest#parseNumericAddress[8]", |
| 208 | "libcore.libcore.net.InetAddressUtilsTest#test_isNotNumericAddress[10]", |
| 209 | "libcore.libcore.net.InetAddressUtilsTest#test_isNotNumericAddress[11]", |
| 210 | "libcore.libcore.net.InetAddressUtilsTest#test_isNotNumericAddress[12]", |
| 211 | "libcore.libcore.net.InetAddressUtilsTest#test_isNotNumericAddress[5]", |
| 212 | "libcore.libcore.net.InetAddressUtilsTest#test_isNotNumericAddress[6]", |
| 213 | "libcore.libcore.net.InetAddressUtilsTest#test_isNotNumericAddress[7]", |
| 214 | "libcore.libcore.net.InetAddressUtilsTest#test_isNotNumericAddress[8]", |
| 215 | "libcore.libcore.net.InetAddressUtilsTest#test_isNotNumericAddress[9]", |
| 216 | "libcore.libcore.net.InetAddressUtilsTest#test_parseNonNumericAddress[10]", |
| 217 | "libcore.libcore.net.InetAddressUtilsTest#test_parseNonNumericAddress[11]", |
| 218 | "libcore.libcore.net.InetAddressUtilsTest#test_parseNonNumericAddress[12]", |
| 219 | "libcore.libcore.net.InetAddressUtilsTest#test_parseNonNumericAddress[5]", |
| 220 | "libcore.libcore.net.InetAddressUtilsTest#test_parseNonNumericAddress[6]", |
| 221 | "libcore.libcore.net.InetAddressUtilsTest#test_parseNonNumericAddress[7]", |
| 222 | "libcore.libcore.net.InetAddressUtilsTest#test_parseNonNumericAddress[8]", |
| 223 | "libcore.libcore.net.InetAddressUtilsTest#test_parseNonNumericAddress[9]" |
| 224 | ] |
Nicolas Geoffray | caf1523 | 2019-01-10 13:15:24 +0000 | [diff] [blame] | 225 | }, |
| 226 | { |
Nicolas Geoffray | ef9b718 | 2019-02-21 15:30:39 +0000 | [diff] [blame] | 227 | description: "Timeout on walleye bots, currenlty on OPM1.171019.019. But test passes on Q, so just mark it fail here.", |
| 228 | result: EXEC_FAILED, |
Nicolas Geoffray | 31e0dc2 | 2020-03-20 15:48:09 +0000 | [diff] [blame] | 229 | modes: [device], |
Nicolas Geoffray | ef9b718 | 2019-02-21 15:30:39 +0000 | [diff] [blame] | 230 | names: [ |
| 231 | "libcore.libcore.io.OsTest#testCrossFamilyBindConnectSendto" |
| 232 | ] |
Roland Levillain | a0666a9 | 2019-06-11 16:07:40 +0100 | [diff] [blame] | 233 | }, |
| 234 | { |
Roland Levillain | d2f8ce1 | 2019-06-19 17:50:32 +0100 | [diff] [blame] | 235 | description: "Test fails on host with `socket failed: EACCES (Permission denied)`", |
| 236 | result: EXEC_FAILED, |
| 237 | modes: [host], |
| 238 | names: ["libcore.android.system.OsTest#test_socketPing"] |
Roland Levillain | ad82a81 | 2019-06-19 18:29:32 +0100 | [diff] [blame] | 239 | }, |
| 240 | { |
| 241 | description: "Test fails on host with: `/home/dalvik-prebuild/jaxen/xml/test/tests.xml: open failed: ENOENT (No such file or directory)`", |
| 242 | result: EXEC_FAILED, |
| 243 | names: ["libcore.xml.JaxenXPathTestSuite#suite"] |
| 244 | }, |
| 245 | { |
| 246 | description: "Test fails on host with: `/home/dalvik-prebuild/OASIS/XSLT-Conformance-TC/TESTS/catalog.xml: open failed: ENOENT (No such file or directory)`", |
| 247 | result: EXEC_FAILED, |
| 248 | names: ["libcore.xml.XsltXPathConformanceTestSuite#suite"] |
Nicolas Geoffray | 2d8b7f4 | 2019-12-02 08:40:03 +0000 | [diff] [blame] | 249 | }, |
| 250 | { |
| 251 | description: "Fails on device", |
| 252 | result: EXEC_FAILED, |
Nicolas Geoffray | 31e0dc2 | 2020-03-20 15:48:09 +0000 | [diff] [blame] | 253 | modes: [device], |
Nicolas Geoffray | 2d8b7f4 | 2019-12-02 08:40:03 +0000 | [diff] [blame] | 254 | bug: 145348591, |
| 255 | names: ["libcore.android.system.OsTest#test_if_nametoindex_if_indextoname"] |
Nicolas Geoffray | 7e1603e | 2020-02-03 09:36:27 +0000 | [diff] [blame] | 256 | }, |
| 257 | { |
| 258 | description: "Fails on non-Android and Android versions < R", |
| 259 | result: EXEC_FAILED, |
| 260 | names: ["libcore.android.system.OsTest#test_NetlinkSocket"] |
Nicolas Geoffray | 77773ac | 2020-08-24 14:32:21 +0100 | [diff] [blame] | 261 | }, |
| 262 | { |
| 263 | description: "Times out on device", |
| 264 | result: EXEC_FAILED, |
| 265 | modes: [device], |
| 266 | bug: 161898207, |
| 267 | names: ["libcore.java.util.zip.ZipFileTest#testZipFileWithLotsOfEntries"] |
Nicolas Geoffray | bc64474 | 2020-09-07 09:40:51 +0100 | [diff] [blame] | 268 | }, |
| 269 | { |
| 270 | description: "Times out on device with gcstress and poisoning configurations", |
| 271 | result: EXEC_FAILED, |
| 272 | modes: [device], |
| 273 | bug: 161420453, |
| 274 | names: ["libcore.java.text.DecimalFormatTest#testCurrencySymbolSpacing"] |
Orion Hodson | 4d23e51 | 2020-10-09 18:02:54 +0100 | [diff] [blame] | 275 | }, |
| 276 | { |
| 277 | description: "Test failures due to mismatch of conscrypt and boringssl versions on host", |
| 278 | result: EXEC_FAILED, |
| 279 | modes: [host], |
| 280 | names: ["libcore.javax.net.ssl.DefaultHostnameVerifierTest#testAltIpOnlyCert", |
| 281 | "libcore.javax.net.ssl.DefaultHostnameVerifierTest#testSubjectAltOnlyCert", |
| 282 | "libcore.javax.net.ssl.DefaultHostnameVerifierTest#testSubjectWithAltNamesCert", |
| 283 | "libcore.javax.net.ssl.DefaultHostnameVerifierTest#testSubjectWithWildAltNamesCert", |
| 284 | "libcore.javax.net.ssl.DefaultHostnameVerifierTest#testWildAltNameOnlyCert"], |
| 285 | bug: 166619732 |
Nikita Iashchenko | 2eebc53 | 2022-04-07 15:09:33 +0100 | [diff] [blame] | 286 | }, |
| 287 | { |
| 288 | description: "Test failures on host x86 and device", |
| 289 | result: EXEC_FAILED, |
| 290 | bug: 228441328, |
| 291 | names: ["test.java.lang.Math.CeilAndFloorTests#nearIntegerTests", |
| 292 | "test.java.time.chrono.TestEraDisplayName", |
| 293 | "test.java.time.format.TestDateTimeFormatterBuilderWithLocale", |
| 294 | "test.java.util.TestFormatter"] |
| 295 | }, |
| 296 | { |
| 297 | description: "Fails on armv8 device", |
| 298 | result: EXEC_FAILED, |
| 299 | modes: [device], |
| 300 | bug: 228441328, |
| 301 | names: ["test.java.util.zip.ZipFile.Zip64SizeTest#validateZipEntrySizes"] |
| 302 | }, |
| 303 | { |
| 304 | description: "libcore.android.system.OsTest socket tests work on device only", |
| 305 | result: EXEC_FAILED, |
| 306 | modes: [host], |
| 307 | names: ["libcore.android.system.OsTest#test_sendmsg_af_inet6_4K", |
| 308 | "libcore.android.system.OsTest#test_sendmsg_af_inet6_4K_directBuffer", |
| 309 | "libcore.android.system.OsTest#test_sendmsg_af_inet_16K_receiveall_without_recv_msgname", |
| 310 | "libcore.android.system.OsTest#test_sendmsg_af_inet_16K_reciveall", |
| 311 | "libcore.android.system.OsTest#test_sendmsg_af_inet_16K_recvparts", |
| 312 | "libcore.android.system.OsTest#test_sendmsg_af_inet_16K_without_send_msgcontrl", |
| 313 | "libcore.android.system.OsTest#test_sendmsg_af_inet_4K", |
| 314 | "libcore.android.system.OsTest#test_socket_udpGro_setAndGet", |
| 315 | "libcore.android.system.OsTest#test_socket_udpGso_set", |
| 316 | "libcore.android.system.OsTest#testUnixDomainSocket_abstract_name"] |
| 317 | }, |
| 318 | { |
| 319 | description: "java.lang.Math sin/cos/cbrt on host differs from device", |
| 320 | result: ERROR, |
| 321 | modes: [host], |
| 322 | bug: 228174249, |
| 323 | names: ["test.java.lang.Math.SinCosCornerCasesTests#testCornerCasesCos", |
| 324 | "test.java.lang.Math.SinCosCornerCasesTests#testCornerCasesSin", |
| 325 | "test.java.lang.Math.CubeRootTests#testCubeRoot"] |
| 326 | }, |
| 327 | { |
| 328 | description: "Multiple failures", |
| 329 | result: ERROR, |
| 330 | bug: 228441328, |
| 331 | names: ["tck.java.time", |
| 332 | "test.java.time"] |
Nicolas Geoffray | c3837e4 | 2014-12-03 11:30:26 +0000 | [diff] [blame] | 333 | } |
Nicolas Geoffray | c3837e4 | 2014-12-03 11:30:26 +0000 | [diff] [blame] | 334 | ] |