diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2015-03-16 13:51:43 +0000 |
---|---|---|
committer | Nicolas Geoffray <ngeoffray@google.com> | 2015-03-16 13:52:43 +0000 |
commit | 46333439a801d0cab5fb08db36ea277ed11c6b34 (patch) | |
tree | d75a61919b3f5e1d18213d602d43874248027772 /tools | |
parent | 24ce79ebb11b7ea2947a35d447e0df1ab39b24bf (diff) | |
download | art-46333439a801d0cab5fb08db36ea277ed11c6b34.zip art-46333439a801d0cab5fb08db36ea277ed11c6b34.tar.gz art-46333439a801d0cab5fb08db36ea277ed11c6b34.tar.bz2 |
Update test expections after network changes in kernel/libcore.
Change-Id: I1cdb55b2320a451d82b24a1f497930c12dd506cb
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"] } ] |