diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/libcore_failures.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt index 4e229d5..b87b2ff 100644 --- a/tools/libcore_failures.txt +++ b/tools/libcore_failures.txt @@ -112,5 +112,16 @@ result: EXEC_FAILED, names: ["libcore.javax.crypto.ECDHKeyAgreementTest#testInit_withUnsupportedPrivateKeyType"], bug: 19730263 +}, +{ + description: "Needs to be run as root", + result: EXEC_FAILED, + modes: [host], + names: ["libcore.io.OsTest#test_PacketSocketAddress"] +}, +{ + description: "Needs kernel updates on host/device", + result: EXEC_FAILED, + names: ["libcore.io.OsTest#test_socketPing"] } ] |