diff options
author | Narayan Kamath <narayan@google.com> | 2015-05-18 12:48:39 +0100 |
---|---|---|
committer | The Android Automerger <android-build@google.com> | 2015-06-01 13:48:49 -0700 |
commit | 6fb716bcbe2747cf1f13fcbfffa18a2c59619625 (patch) | |
tree | e568310e5a8c91d58dfb05732fc4144d05b63685 | |
parent | eaf9bc046bc7506d9be6afc4f6f8e5e8d3f66c3b (diff) | |
download | libcore-6fb716bcbe2747cf1f13fcbfffa18a2c59619625.zip libcore-6fb716bcbe2747cf1f13fcbfffa18a2c59619625.tar.gz libcore-6fb716bcbe2747cf1f13fcbfffa18a2c59619625.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
-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" + ] } ] |