summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2021-01-23 13:58:16 +0000
committer Nicolas Geoffray <ngeoffray@google.com> 2021-01-23 13:58:16 +0000
commit47d89dde45b24ee09eb96cc676d7939959fb04cf (patch)
tree86a60bdf46eda12ab86b4adf19ff8c26c904d9a2
parentfc1ce4e8be0d977e3d41699f5ec746d68f63c024 (diff)
Add one OsTest to the expectes failures.
Bug: 178257424 Test: libcore.android.system.OsTest#test_socket_udpGso_setAndGet Change-Id: Ieb1d8d0367dadb4a23461990793ad6344b87e053
-rw-r--r--tools/libcore_failures.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt
index 1280038356..d30a4c9d6f 100644
--- a/tools/libcore_failures.txt
+++ b/tools/libcore_failures.txt
@@ -283,5 +283,12 @@
"libcore.javax.net.ssl.DefaultHostnameVerifierTest#testSubjectWithWildAltNamesCert",
"libcore.javax.net.ssl.DefaultHostnameVerifierTest#testWildAltNameOnlyCert"],
bug: 166619732
+},
+{
+ description: "Test fails on old kernels",
+ result: EXEC_FAILED,
+ modes: [device],
+ names: ["libcore.android.system.OsTest#test_socket_udpGso_setAndGet"],
+ bug: 178257424
}
]