xref: /aosp_15_r20/art/tools/libcore_failures.txt (revision 795d594fd825385562da6b089ea9b2033f3abf5a)
1*795d594fSAndroid Build Coastguard Worker/*
2*795d594fSAndroid Build Coastguard Worker * This file contains expectations for ART's buildbot. The purpose of this file is
3*795d594fSAndroid Build Coastguard Worker * to temporarily list failing tests and not break the bots, until the
4*795d594fSAndroid Build Coastguard Worker * libcore expectation files get properly updated. The script that uses this file
5*795d594fSAndroid Build Coastguard Worker * is art/tools/run-libcore-tests.sh.
6*795d594fSAndroid Build Coastguard Worker *
7*795d594fSAndroid Build Coastguard Worker * It is also used to enable AOSP experiments, and not mess up with CTS's expectations.
8*795d594fSAndroid Build Coastguard Worker */
9*795d594fSAndroid Build Coastguard Worker
10*795d594fSAndroid Build Coastguard Worker[
11*795d594fSAndroid Build Coastguard Worker{
12*795d594fSAndroid Build Coastguard Worker  description: "Os.memfd_create() only supports bionic-based platforms.",
13*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
14*795d594fSAndroid Build Coastguard Worker  modes: [host],
15*795d594fSAndroid Build Coastguard Worker  names: ["libcore.android.system.OsTest#testMemfdCreate",
16*795d594fSAndroid Build Coastguard Worker          "libcore.android.system.OsTest#testMemfdCreateErrno",
17*795d594fSAndroid Build Coastguard Worker          "libcore.android.system.OsTest#testMemfdCreateFlags"]
18*795d594fSAndroid Build Coastguard Worker},
19*795d594fSAndroid Build Coastguard Worker{
20*795d594fSAndroid Build Coastguard Worker  description: "Assert.java differences between vogar and junit.",
21*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
22*795d594fSAndroid Build Coastguard Worker  modes: [host],
23*795d594fSAndroid Build Coastguard Worker  name: "libcore.java.math.RunCSVTests#test_csv"
24*795d594fSAndroid Build Coastguard Worker},
25*795d594fSAndroid Build Coastguard Worker{
26*795d594fSAndroid Build Coastguard Worker  description: "Differences between vogar and cts in user directory",
27*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
28*795d594fSAndroid Build Coastguard Worker  modes: [device],
29*795d594fSAndroid Build Coastguard Worker  name: "libcore.java.lang.SystemTest#testSystemProperties_mutable"
30*795d594fSAndroid Build Coastguard Worker},
31*795d594fSAndroid Build Coastguard Worker{
32*795d594fSAndroid Build Coastguard Worker  description: "Differences between vogar and cts. Passes with --mode activity",
33*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
34*795d594fSAndroid Build Coastguard Worker  modes: [device],
35*795d594fSAndroid Build Coastguard Worker  names: ["libcore.java.lang.OldSystemTest#test_getProperties"]
36*795d594fSAndroid Build Coastguard Worker},
37*795d594fSAndroid Build Coastguard Worker{
38*795d594fSAndroid Build Coastguard Worker  description: "Differences between vogar and cts. EACCESS when run with vogar.
39*795d594fSAndroid Build Coastguard Worker                Passes on host, passes with cts. Passes with vogar with su
40*795d594fSAndroid Build Coastguard Worker                (--invoke-with \"su root\"). Does not pass after setting chmod
41*795d594fSAndroid Build Coastguard Worker                777 all directories on path to socket (on device without su).",
42*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
43*795d594fSAndroid Build Coastguard Worker  modes: [device],
44*795d594fSAndroid Build Coastguard Worker  names: ["libcore.libcore.io.OsTest#testUnixDomainSockets_in_file_system"]
45*795d594fSAndroid Build Coastguard Worker},
46*795d594fSAndroid Build Coastguard Worker{
47*795d594fSAndroid Build Coastguard Worker  description: "TCP_USER_TIMEOUT is not defined on host's tcp.h (glibc-2.15-4.8).",
48*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
49*795d594fSAndroid Build Coastguard Worker  modes: [host],
50*795d594fSAndroid Build Coastguard Worker  names: ["libcore.android.system.OsConstantsTest#testTcpUserTimeoutIsDefined",
51*795d594fSAndroid Build Coastguard Worker          "libcore.libcore.io.OsTest#test_socket_tcpUserTimeout_setAndGet",
52*795d594fSAndroid Build Coastguard Worker          "libcore.libcore.io.OsTest#test_socket_tcpUserTimeout_doesNotWorkOnDatagramSocket"],
53*795d594fSAndroid Build Coastguard Worker  bug: 30402085
54*795d594fSAndroid Build Coastguard Worker},
55*795d594fSAndroid Build Coastguard Worker{
56*795d594fSAndroid Build Coastguard Worker  description: "Issue with incorrect device time (1970)",
57*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
58*795d594fSAndroid Build Coastguard Worker  modes: [device],
59*795d594fSAndroid Build Coastguard Worker  names: ["libcore.java.util.TimeZoneTest#testDisplayNames",
60*795d594fSAndroid Build Coastguard Worker          "libcore.java.util.TimeZoneTest#test_useDaylightTime_Taiwan",
61*795d594fSAndroid Build Coastguard Worker          "org.apache.harmony.tests.java.util.TimeZoneTest#test_hasSameRules_Ljava_util_TimeZone"],
62*795d594fSAndroid Build Coastguard Worker  bug: 20879084
63*795d594fSAndroid Build Coastguard Worker},
64*795d594fSAndroid Build Coastguard Worker{
65*795d594fSAndroid Build Coastguard Worker  description: "Issue with incorrect device time (1970). Test assumes that DateTime.now()
66*795d594fSAndroid Build Coastguard Worker                is greater then a date in 1998.",
67*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
68*795d594fSAndroid Build Coastguard Worker  modes: [device],
69*795d594fSAndroid Build Coastguard Worker  names: ["org.apache.harmony.tests.java.util.DateTest#test_Constructor"]
70*795d594fSAndroid Build Coastguard Worker},
71*795d594fSAndroid Build Coastguard Worker{
72*795d594fSAndroid Build Coastguard Worker  description: "Failing due to a locale problem on hammerhead.",
73*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
74*795d594fSAndroid Build Coastguard Worker  modes: [device],
75*795d594fSAndroid Build Coastguard Worker  names: ["libcore.icu.DateIntervalFormatTest#test10089890",
76*795d594fSAndroid Build Coastguard Worker          "libcore.icu.DateIntervalFormatTest#test10209343_when_not_this_year",
77*795d594fSAndroid Build Coastguard Worker          "libcore.icu.DateIntervalFormatTest#test10560853_for_single_day_events",
78*795d594fSAndroid Build Coastguard Worker          "libcore.icu.DateIntervalFormatTest#test10560853_when_time_not_displayed",
79*795d594fSAndroid Build Coastguard Worker          "libcore.java.text.OldDateFormatTest#test_parseLString",
80*795d594fSAndroid Build Coastguard Worker          "libcore.java.text.SimpleDateFormatTest#testDstZoneNameWithNonDstTimestamp",
81*795d594fSAndroid Build Coastguard Worker          "libcore.java.text.SimpleDateFormatTest#testDstZoneWithNonDstTimestampForNonHourDstZone",
82*795d594fSAndroid Build Coastguard Worker          "libcore.java.text.SimpleDateFormatTest#testNonDstZoneNameWithDstTimestamp",
83*795d594fSAndroid Build Coastguard Worker          "libcore.java.text.SimpleDateFormatTest#testNonDstZoneWithDstTimestampForNonHourDstZone"]
84*795d594fSAndroid Build Coastguard Worker},
85*795d594fSAndroid Build Coastguard Worker{
86*795d594fSAndroid Build Coastguard Worker  description: "Failing due to missing localhost on hammerhead and volantis.",
87*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
88*795d594fSAndroid Build Coastguard Worker  modes: [device],
89*795d594fSAndroid Build Coastguard Worker  names: ["libcore.javax.crypto.CipherTest#testCipherInitWithCertificate",
90*795d594fSAndroid Build Coastguard Worker          "libcore.net.NetworkSecurityPolicyTest#testCleartextTrafficPolicyWithFtpURLConnection",
91*795d594fSAndroid Build Coastguard Worker          "libcore.net.NetworkSecurityPolicyTest#testCleartextTrafficPolicyWithJarFtpURLConnection",
92*795d594fSAndroid Build Coastguard Worker          "libcore.net.NetworkSecurityPolicyTest#testCleartextTrafficPolicyWithLoggingSocketHandler",
93*795d594fSAndroid Build Coastguard Worker          "libcore.net.NetworkSecurityPolicyTest#testCleartextTrafficPolicyWithHttpURLConnection",
94*795d594fSAndroid Build Coastguard Worker          "org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest",
95*795d594fSAndroid Build Coastguard Worker          "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest",
96*795d594fSAndroid Build Coastguard Worker          "org.apache.harmony.luni.tests.java.net.URLConnectionTest",
97*795d594fSAndroid Build Coastguard Worker          "org.apache.harmony.tests.java.util.ScannerTest#test_Constructor_LReadableByteChannel"
98*795d594fSAndroid Build Coastguard Worker         ]
99*795d594fSAndroid Build Coastguard Worker},
100*795d594fSAndroid Build Coastguard Worker{
101*795d594fSAndroid Build Coastguard Worker  description: "Test timeouts",
102*795d594fSAndroid Build Coastguard Worker  result: EXEC_TIMEOUT,
103*795d594fSAndroid Build Coastguard Worker  modes: [device],
104*795d594fSAndroid Build Coastguard Worker  names: ["org.apache.harmony.tests.java.util.ScannerTest#testPerformance"]
105*795d594fSAndroid Build Coastguard Worker},
106*795d594fSAndroid Build Coastguard Worker{
107*795d594fSAndroid Build Coastguard Worker  description: "Needs the newest cat version on the device",
108*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
109*795d594fSAndroid Build Coastguard Worker  modes: [device],
110*795d594fSAndroid Build Coastguard Worker  names: ["org.apache.harmony.tests.java.lang.ProcessTest#test_getErrorStream"]
111*795d594fSAndroid Build Coastguard Worker},
112*795d594fSAndroid Build Coastguard Worker{
113*795d594fSAndroid Build Coastguard Worker  description: "Needs kernel updates on host/device",
114*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
115*795d594fSAndroid Build Coastguard Worker  names: ["libcore.libcore.io.OsTest#test_socketPing"]
116*795d594fSAndroid Build Coastguard Worker},
117*795d594fSAndroid Build Coastguard Worker{
118*795d594fSAndroid Build Coastguard Worker  description: "Linker issues in chrooted environment",
119*795d594fSAndroid Build Coastguard Worker  modes: [device],
120*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
121*795d594fSAndroid Build Coastguard Worker  names: ["org.apache.harmony.tests.java.lang.ProcessManagerTest#testEnvironment"]
122*795d594fSAndroid Build Coastguard Worker},
123*795d594fSAndroid Build Coastguard Worker{
124*795d594fSAndroid Build Coastguard Worker  description: "Flake when running with libartd.so or interpreter",
125*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
126*795d594fSAndroid Build Coastguard Worker  bug:22106064,
127*795d594fSAndroid Build Coastguard Worker  name: "libcore.java.lang.OldThreadGroupTest#test_enumerateLThreadArrayLZtest_enumerateLThreadArrayLZ"
128*795d594fSAndroid Build Coastguard Worker},
129*795d594fSAndroid Build Coastguard Worker{
130*795d594fSAndroid Build Coastguard Worker  description: "test_xattr fails on arm64 on the buildbots only: needs investigation",
131*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
132*795d594fSAndroid Build Coastguard Worker  modes: [device],
133*795d594fSAndroid Build Coastguard Worker  names: ["libcore.libcore.io.OsTest#test_xattr"],
134*795d594fSAndroid Build Coastguard Worker  bug: 22258911
135*795d594fSAndroid Build Coastguard Worker},
136*795d594fSAndroid Build Coastguard Worker{
137*795d594fSAndroid Build Coastguard Worker  description: "fails on L builds: needs investigation",
138*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
139*795d594fSAndroid Build Coastguard Worker  modes: [device],
140*795d594fSAndroid Build Coastguard Worker  names: ["org.apache.harmony.tests.java.lang.ClassTest#test_forNameLjava_lang_String"]
141*795d594fSAndroid Build Coastguard Worker},
142*795d594fSAndroid Build Coastguard Worker{
143*795d594fSAndroid Build Coastguard Worker  description: "Lack of IPv6 on some buildbot workers",
144*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
145*795d594fSAndroid Build Coastguard Worker  names: ["libcore.libcore.io.OsTest#test_byteBufferPositions_sendto_recvfrom_af_inet6",
146*795d594fSAndroid Build Coastguard Worker          "libcore.libcore.io.OsTest#test_sendtoSocketAddress_af_inet6",
147*795d594fSAndroid Build Coastguard Worker          "libcore.libcore.io.OsTest#test_recvfrom_EmptyPacket"],
148*795d594fSAndroid Build Coastguard Worker  bug: 25178637
149*795d594fSAndroid Build Coastguard Worker},
150*795d594fSAndroid Build Coastguard Worker{
151*795d594fSAndroid Build Coastguard Worker  description: "Non-deterministic test because of a dependency on weak ref collection.",
152*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
153*795d594fSAndroid Build Coastguard Worker  names: ["org.apache.harmony.tests.java.util.WeakHashMapTest#test_keySet"],
154*795d594fSAndroid Build Coastguard Worker  bug: 25437292
155*795d594fSAndroid Build Coastguard Worker},
156*795d594fSAndroid Build Coastguard Worker{
157*795d594fSAndroid Build Coastguard Worker  description: "Only work with --mode=activity",
158*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
159*795d594fSAndroid Build Coastguard Worker  names: [ "libcore.java.io.FileTest#testJavaIoTmpdirMutable" ]
160*795d594fSAndroid Build Coastguard Worker},
161*795d594fSAndroid Build Coastguard Worker{
162*795d594fSAndroid Build Coastguard Worker  description: "Flaky test",
163*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
164*795d594fSAndroid Build Coastguard Worker  bug: 30107038,
165*795d594fSAndroid Build Coastguard Worker  modes: [device],
166*795d594fSAndroid Build Coastguard Worker  names: ["org.apache.harmony.tests.java.lang.ProcessTest#test_destroyForcibly"]
167*795d594fSAndroid Build Coastguard Worker},
168*795d594fSAndroid Build Coastguard Worker{
169*795d594fSAndroid Build Coastguard Worker  description: "Flaky failure, native crash in the runtime.
170*795d594fSAndroid Build Coastguard Worker                Unclear if this relates to the tests running sh as a child process.",
171*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
172*795d594fSAndroid Build Coastguard Worker  bug: 30657148,
173*795d594fSAndroid Build Coastguard Worker  modes: [device],
174*795d594fSAndroid Build Coastguard Worker  names: ["libcore.java.lang.ProcessBuilderTest#testRedirectInherit",
175*795d594fSAndroid Build Coastguard Worker          "libcore.java.lang.ProcessBuilderTest#testRedirect_nullStreams"]
176*795d594fSAndroid Build Coastguard Worker},
177*795d594fSAndroid Build Coastguard Worker{
178*795d594fSAndroid Build Coastguard Worker  description: "java.io.IOException: Error writing ASN.1 encoding",
179*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
180*795d594fSAndroid Build Coastguard Worker  names: ["libcore.javax.crypto.spec.AlgorithmParametersTestGCM#testEncoding"]
181*795d594fSAndroid Build Coastguard Worker},
182*795d594fSAndroid Build Coastguard Worker{
183*795d594fSAndroid Build Coastguard Worker  description: "fdsan doesn't exist on the host",
184*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
185*795d594fSAndroid Build Coastguard Worker  modes: [host],
186*795d594fSAndroid Build Coastguard Worker  bug: 113177877,
187*795d594fSAndroid Build Coastguard Worker  names: ["libcore.libcore.io.FdsanTest#testFileInputStream",
188*795d594fSAndroid Build Coastguard Worker          "libcore.libcore.io.FdsanTest#testFileOutputStream",
189*795d594fSAndroid Build Coastguard Worker          "libcore.libcore.io.FdsanTest#testRandomAccessFile",
190*795d594fSAndroid Build Coastguard Worker          "libcore.libcore.io.FdsanTest#testParcelFileDescriptor",
191*795d594fSAndroid Build Coastguard Worker          "libcore.libcore.io.FdsanTest#testDatagramSocket",
192*795d594fSAndroid Build Coastguard Worker          "libcore.libcore.io.FdsanTest#testSocket"]
193*795d594fSAndroid Build Coastguard Worker},
194*795d594fSAndroid Build Coastguard Worker{
195*795d594fSAndroid Build Coastguard Worker  description: "Timeout on heap-poisoning target builds",
196*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
197*795d594fSAndroid Build Coastguard Worker  modes: [device],
198*795d594fSAndroid Build Coastguard Worker  bug: 116446372,
199*795d594fSAndroid Build Coastguard Worker  names: ["libcore.libcore.io.FdsanTest#testSocket"]
200*795d594fSAndroid Build Coastguard Worker},
201*795d594fSAndroid Build Coastguard Worker{
202*795d594fSAndroid Build Coastguard Worker  description: "Host implementation of android_getaddrinfo differs from device implementation",
203*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
204*795d594fSAndroid Build Coastguard Worker  modes: [host],
205*795d594fSAndroid Build Coastguard Worker  bug: 121230364,
206*795d594fSAndroid Build Coastguard Worker  names: [
207*795d594fSAndroid Build Coastguard Worker    "libcore.libcore.net.InetAddressUtilsTest#parseNumericAddress[8]",
208*795d594fSAndroid Build Coastguard Worker    "libcore.libcore.net.InetAddressUtilsTest#test_isNotNumericAddress[10]",
209*795d594fSAndroid Build Coastguard Worker    "libcore.libcore.net.InetAddressUtilsTest#test_isNotNumericAddress[11]",
210*795d594fSAndroid Build Coastguard Worker    "libcore.libcore.net.InetAddressUtilsTest#test_isNotNumericAddress[12]",
211*795d594fSAndroid Build Coastguard Worker    "libcore.libcore.net.InetAddressUtilsTest#test_isNotNumericAddress[5]",
212*795d594fSAndroid Build Coastguard Worker    "libcore.libcore.net.InetAddressUtilsTest#test_isNotNumericAddress[6]",
213*795d594fSAndroid Build Coastguard Worker    "libcore.libcore.net.InetAddressUtilsTest#test_isNotNumericAddress[7]",
214*795d594fSAndroid Build Coastguard Worker    "libcore.libcore.net.InetAddressUtilsTest#test_isNotNumericAddress[8]",
215*795d594fSAndroid Build Coastguard Worker    "libcore.libcore.net.InetAddressUtilsTest#test_isNotNumericAddress[9]",
216*795d594fSAndroid Build Coastguard Worker    "libcore.libcore.net.InetAddressUtilsTest#test_parseNonNumericAddress[10]",
217*795d594fSAndroid Build Coastguard Worker    "libcore.libcore.net.InetAddressUtilsTest#test_parseNonNumericAddress[11]",
218*795d594fSAndroid Build Coastguard Worker    "libcore.libcore.net.InetAddressUtilsTest#test_parseNonNumericAddress[12]",
219*795d594fSAndroid Build Coastguard Worker    "libcore.libcore.net.InetAddressUtilsTest#test_parseNonNumericAddress[5]",
220*795d594fSAndroid Build Coastguard Worker    "libcore.libcore.net.InetAddressUtilsTest#test_parseNonNumericAddress[6]",
221*795d594fSAndroid Build Coastguard Worker    "libcore.libcore.net.InetAddressUtilsTest#test_parseNonNumericAddress[7]",
222*795d594fSAndroid Build Coastguard Worker    "libcore.libcore.net.InetAddressUtilsTest#test_parseNonNumericAddress[8]",
223*795d594fSAndroid Build Coastguard Worker    "libcore.libcore.net.InetAddressUtilsTest#test_parseNonNumericAddress[9]"
224*795d594fSAndroid Build Coastguard Worker  ]
225*795d594fSAndroid Build Coastguard Worker},
226*795d594fSAndroid Build Coastguard Worker{
227*795d594fSAndroid Build Coastguard Worker  description: "Timeout on walleye bots, currenlty on OPM1.171019.019. But test passes on Q, so just mark it fail here.",
228*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
229*795d594fSAndroid Build Coastguard Worker  modes: [device],
230*795d594fSAndroid Build Coastguard Worker  names: [
231*795d594fSAndroid Build Coastguard Worker    "libcore.libcore.io.OsTest#testCrossFamilyBindConnectSendto"
232*795d594fSAndroid Build Coastguard Worker  ]
233*795d594fSAndroid Build Coastguard Worker},
234*795d594fSAndroid Build Coastguard Worker{
235*795d594fSAndroid Build Coastguard Worker  description: "Test fails on host with `socket failed: EACCES (Permission denied)`",
236*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
237*795d594fSAndroid Build Coastguard Worker  modes: [host],
238*795d594fSAndroid Build Coastguard Worker  names: ["libcore.android.system.OsTest#test_socketPing"]
239*795d594fSAndroid Build Coastguard Worker},
240*795d594fSAndroid Build Coastguard Worker{
241*795d594fSAndroid Build Coastguard Worker  description: "Test fails on host with: `/home/dalvik-prebuild/jaxen/xml/test/tests.xml: open failed: ENOENT (No such file or directory)`",
242*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
243*795d594fSAndroid Build Coastguard Worker  names: ["libcore.xml.JaxenXPathTestSuite#suite"]
244*795d594fSAndroid Build Coastguard Worker},
245*795d594fSAndroid Build Coastguard Worker{
246*795d594fSAndroid Build Coastguard Worker  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*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
248*795d594fSAndroid Build Coastguard Worker  names: ["libcore.xml.XsltXPathConformanceTestSuite#suite"]
249*795d594fSAndroid Build Coastguard Worker},
250*795d594fSAndroid Build Coastguard Worker{
251*795d594fSAndroid Build Coastguard Worker  description: "Fails on device",
252*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
253*795d594fSAndroid Build Coastguard Worker  modes: [device],
254*795d594fSAndroid Build Coastguard Worker  bug: 145348591,
255*795d594fSAndroid Build Coastguard Worker  names: ["libcore.android.system.OsTest#test_if_nametoindex_if_indextoname"]
256*795d594fSAndroid Build Coastguard Worker},
257*795d594fSAndroid Build Coastguard Worker{
258*795d594fSAndroid Build Coastguard Worker  description: "Fails on non-Android and Android versions < R",
259*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
260*795d594fSAndroid Build Coastguard Worker  names: ["libcore.android.system.OsTest#test_NetlinkSocket"]
261*795d594fSAndroid Build Coastguard Worker},
262*795d594fSAndroid Build Coastguard Worker{
263*795d594fSAndroid Build Coastguard Worker  description: "Times out on device",
264*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
265*795d594fSAndroid Build Coastguard Worker  modes: [device],
266*795d594fSAndroid Build Coastguard Worker  bug: 161898207,
267*795d594fSAndroid Build Coastguard Worker  names: ["libcore.java.util.zip.ZipFileTest#testZipFileWithLotsOfEntries"]
268*795d594fSAndroid Build Coastguard Worker},
269*795d594fSAndroid Build Coastguard Worker{
270*795d594fSAndroid Build Coastguard Worker  description: "Times out on device with gcstress and poisoning configurations",
271*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
272*795d594fSAndroid Build Coastguard Worker  modes: [device],
273*795d594fSAndroid Build Coastguard Worker  bug: 161420453,
274*795d594fSAndroid Build Coastguard Worker  names: ["libcore.java.text.DecimalFormatTest#testCurrencySymbolSpacing"]
275*795d594fSAndroid Build Coastguard Worker},
276*795d594fSAndroid Build Coastguard Worker{
277*795d594fSAndroid Build Coastguard Worker  description: "Test failures due to mismatch of conscrypt and boringssl versions on host",
278*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
279*795d594fSAndroid Build Coastguard Worker  modes: [host],
280*795d594fSAndroid Build Coastguard Worker  names: ["libcore.javax.net.ssl.DefaultHostnameVerifierTest#testAltIpOnlyCert",
281*795d594fSAndroid Build Coastguard Worker          "libcore.javax.net.ssl.DefaultHostnameVerifierTest#testSubjectAltOnlyCert",
282*795d594fSAndroid Build Coastguard Worker          "libcore.javax.net.ssl.DefaultHostnameVerifierTest#testSubjectWithAltNamesCert",
283*795d594fSAndroid Build Coastguard Worker          "libcore.javax.net.ssl.DefaultHostnameVerifierTest#testSubjectWithWildAltNamesCert",
284*795d594fSAndroid Build Coastguard Worker          "libcore.javax.net.ssl.DefaultHostnameVerifierTest#testWildAltNameOnlyCert"],
285*795d594fSAndroid Build Coastguard Worker  bug: 166619732
286*795d594fSAndroid Build Coastguard Worker},
287*795d594fSAndroid Build Coastguard Worker{
288*795d594fSAndroid Build Coastguard Worker  description: "Test failures on host x86 and device",
289*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
290*795d594fSAndroid Build Coastguard Worker  bug: 228441328,
291*795d594fSAndroid Build Coastguard Worker  names: ["test.java.lang.Math.CeilAndFloorTests#nearIntegerTests",
292*795d594fSAndroid Build Coastguard Worker          "test.java.time.chrono.TestEraDisplayName",
293*795d594fSAndroid Build Coastguard Worker          "test.java.time.format.TestDateTimeFormatterBuilderWithLocale"]
294*795d594fSAndroid Build Coastguard Worker},
295*795d594fSAndroid Build Coastguard Worker{
296*795d594fSAndroid Build Coastguard Worker  description: "Fails on armv8 device",
297*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
298*795d594fSAndroid Build Coastguard Worker  modes: [device],
299*795d594fSAndroid Build Coastguard Worker  bug: 228441328,
300*795d594fSAndroid Build Coastguard Worker  names: ["test.java.util.zip.ZipFile.Zip64SizeTest#validateZipEntrySizes"]
301*795d594fSAndroid Build Coastguard Worker},
302*795d594fSAndroid Build Coastguard Worker{
303*795d594fSAndroid Build Coastguard Worker  description: "libcore.android.system.OsTest socket tests work on device only",
304*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
305*795d594fSAndroid Build Coastguard Worker  modes: [host],
306*795d594fSAndroid Build Coastguard Worker  names: ["libcore.android.system.OsTest#test_sendmsg_af_inet6_4K",
307*795d594fSAndroid Build Coastguard Worker          "libcore.android.system.OsTest#test_sendmsg_af_inet6_4K_directBuffer",
308*795d594fSAndroid Build Coastguard Worker          "libcore.android.system.OsTest#test_sendmsg_af_inet_16K_receiveall_without_recv_msgname",
309*795d594fSAndroid Build Coastguard Worker          "libcore.android.system.OsTest#test_sendmsg_af_inet_16K_reciveall",
310*795d594fSAndroid Build Coastguard Worker          "libcore.android.system.OsTest#test_sendmsg_af_inet_16K_recvparts",
311*795d594fSAndroid Build Coastguard Worker          "libcore.android.system.OsTest#test_sendmsg_af_inet_16K_without_send_msgcontrl",
312*795d594fSAndroid Build Coastguard Worker          "libcore.android.system.OsTest#test_sendmsg_af_inet_4K",
313*795d594fSAndroid Build Coastguard Worker          "libcore.android.system.OsTest#test_socket_udpGro_setAndGet",
314*795d594fSAndroid Build Coastguard Worker          "libcore.android.system.OsTest#test_socket_udpGso_set",
315*795d594fSAndroid Build Coastguard Worker          "libcore.android.system.OsTest#testUnixDomainSocket_abstract_name"]
316*795d594fSAndroid Build Coastguard Worker},
317*795d594fSAndroid Build Coastguard Worker{
318*795d594fSAndroid Build Coastguard Worker  description: "java.lang.Math sin/cos/cbrt on host differs from device",
319*795d594fSAndroid Build Coastguard Worker  result: ERROR,
320*795d594fSAndroid Build Coastguard Worker  modes: [host],
321*795d594fSAndroid Build Coastguard Worker  bug: 228174249,
322*795d594fSAndroid Build Coastguard Worker  names: ["test.java.lang.Math.SinCosCornerCasesTests#testCornerCasesCos",
323*795d594fSAndroid Build Coastguard Worker          "test.java.lang.Math.SinCosCornerCasesTests#testCornerCasesSin",
324*795d594fSAndroid Build Coastguard Worker          "test.java.lang.Math.CubeRootTests#testCubeRoot"]
325*795d594fSAndroid Build Coastguard Worker},
326*795d594fSAndroid Build Coastguard Worker{
327*795d594fSAndroid Build Coastguard Worker  description: "Multiple failures",
328*795d594fSAndroid Build Coastguard Worker  result: ERROR,
329*795d594fSAndroid Build Coastguard Worker  bug: 228441328,
330*795d594fSAndroid Build Coastguard Worker  names: ["tck.java.time",
331*795d594fSAndroid Build Coastguard Worker          "test.java.time"]
332*795d594fSAndroid Build Coastguard Worker},
333*795d594fSAndroid Build Coastguard Worker{
334*795d594fSAndroid Build Coastguard Worker  description: "Timing out after ojluni tests were enabled",
335*795d594fSAndroid Build Coastguard Worker  result: ERROR,
336*795d594fSAndroid Build Coastguard Worker  bug: 231439593,
337*795d594fSAndroid Build Coastguard Worker  names: ["org.apache.harmony.tests.java.math.BigIntegerConstructorsTest#testConstructorPrime"]
338*795d594fSAndroid Build Coastguard Worker},
339*795d594fSAndroid Build Coastguard Worker{
340*795d594fSAndroid Build Coastguard Worker  description: "libcore.android.system.OsConstantsTest CAP constants tests work on device only",
341*795d594fSAndroid Build Coastguard Worker  result: EXEC_FAILED,
342*795d594fSAndroid Build Coastguard Worker  modes: [host],
343*795d594fSAndroid Build Coastguard Worker  names: ["libcore.android.system.OsConstantsTest#test_CAP_TO_INDEX",
344*795d594fSAndroid Build Coastguard Worker          "libcore.android.system.OsConstantsTest#test_CAP_TO_MASK",
345*795d594fSAndroid Build Coastguard Worker          "libcore.android.system.OsConstantsTest#test_CAP_constants"]
346*795d594fSAndroid Build Coastguard Worker},
347*795d594fSAndroid Build Coastguard Worker{
348*795d594fSAndroid Build Coastguard Worker   description: "Record test doens't work properly on vogar/",
349*795d594fSAndroid Build Coastguard Worker   result: EXEC_FAILED,
350*795d594fSAndroid Build Coastguard Worker   bug: 272698028,
351*795d594fSAndroid Build Coastguard Worker   names: ["libcore.java.lang.RecordTest",
352*795d594fSAndroid Build Coastguard Worker           "crossvmtest.java.lang.RecordComponentTest",
353*795d594fSAndroid Build Coastguard Worker           "crossvmtest.java.lang.RecordTest"]
354*795d594fSAndroid Build Coastguard Worker},
355*795d594fSAndroid Build Coastguard Worker{
356*795d594fSAndroid Build Coastguard Worker   description: "Test should run only on device as it depends on compat check and Android specific behavior",
357*795d594fSAndroid Build Coastguard Worker   result: EXEC_FAILED,
358*795d594fSAndroid Build Coastguard Worker   modes: [host],
359*795d594fSAndroid Build Coastguard Worker   names: ["test.java.util.concurrent.tck.ScheduledExecutorTest#testFixedRateSequenceSkipMultipleMissedFixedRateTasksDisabled"]
360*795d594fSAndroid Build Coastguard Worker}
361*795d594fSAndroid Build Coastguard Worker]
362