blob: 66b67e45886632ad43d4c83281233e22649ec422 [file] [log] [blame]
Guang Zhu77d74a12016-09-22 18:40:31 -07001/*
Tobias Thierer7fc188b2017-02-28 18:33:04 +00002 * List of test cases known to fail on a virtual device.
Guang Zhu77d74a12016-09-22 18:40:31 -07003 */
4[
5{
6 description: "IPv6 connectivity not yet supported in virtual device testing infra",
7 result: EXEC_FAILED,
8 name: "libcore.java.net.SocketTest#testSocketTestAllAddresses",
9 bug: 30965313
Tobias Thierer7fc188b2017-02-28 18:33:04 +000010},
11{
12 description: "Virtual devices do not implement the SELinux policy (forbid hard link) asserted by this test",
13 name: "libcore.java.nio.file.Files2Test#test_createLink",
14 bug: 35670953
Guang Zhu1dcc53e2017-04-13 12:16:14 -070015},
16{
17 description: "multicast not supported in virtual device testing infra",
18 names: ["org.apache.harmony.tests.java.net.MulticastSocketTest#test_joinGroupLjava_net_InetAddress_IPv4",
19 "org.apache.harmony.tests.java.net.MulticastSocketTest#test_joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface_IPv4_nullInterface",
20 "org.apache.harmony.tests.java.net.MulticastSocketTest#test_leaveGroupLjava_net_InetAddress_IPv4",
21 "org.apache.harmony.tests.java.net.MulticastSocketTest#test_sendLjava_net_DatagramPacketB_IPv4",
22 "org.apache.harmony.tests.java.net.MulticastSocketTest#test_setLoopbackModeSendReceive_IPv4"
23 ],
24 bug: 35922755
Adam Vartanian5c554e162018-05-25 09:42:17 +010025},
26{
27 description: "Kernels between 4.4 and 4.9 interpret the backlog parameter differently than we
28 expect, causing this test to fail, and our emulators currently use those kernel
29 versions. See b/31960002 for a full discussion and references to the upstream
30 changes.",
31 name: "libcore.javax.net.ServerSocketFactoryTest#testCreateServerSocketWithPortNoBacklog",
32 bug: 73535217
Guang Zhu77d74a12016-09-22 18:40:31 -070033}
34]