diff options
author | Narayan Kamath <narayan@google.com> | 2015-05-18 12:48:39 +0100 |
---|---|---|
committer | Narayan Kamath <narayan@google.com> | 2015-06-01 09:58:31 +0100 |
commit | 9a7451167b7a8c154784ebc57ea3c644e8067275 (patch) | |
tree | e568310e5a8c91d58dfb05732fc4144d05b63685 /expectations | |
parent | eaf9bc046bc7506d9be6afc4f6f8e5e8d3f66c3b (diff) | |
download | libcore-9a7451167b7a8c154784ebc57ea3c644e8067275.zip libcore-9a7451167b7a8c154784ebc57ea3c644e8067275.tar.gz libcore-9a7451167b7a8c154784ebc57ea3c644e8067275.tar.bz2 |
Add test_PacketSocketAddress to the list of known failures.
Needs CAP_NET_RAW which means it can only ever run successfully
as root.
bug: 19764047
(cherry picked from commit 676fbcf150d23bb81da6dccd40bcd085a2eeee8a)
Change-Id: I6c24cb9a781340d4c92fb53aa2670ddb99031c73
Diffstat (limited to 'expectations')
-rw-r--r-- | expectations/knownfailures.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt index 6470e36..6aac9eb 100644 --- a/expectations/knownfailures.txt +++ b/expectations/knownfailures.txt @@ -1509,5 +1509,13 @@ "libcore.java.util.zip.Zip64FileTest#testZip64Support_totalLargerThan4G", "libcore.java.util.zip.Zip64FileTest#testZip64Support_hugeEntry" ] +}, +{ + description: "OsTest.test_PacketSocketAddress needs CAP_NET_RAW", + bug: 19764047, + result: EXEC_FAILED, + names: [ + "libcore.io.OsTest#test_PacketSocketAddress" + ] } ] |