From 6fb716bcbe2747cf1f13fcbfffa18a2c59619625 Mon Sep 17 00:00:00 2001 From: Narayan Kamath <narayan@google.com> Date: Mon, 18 May 2015 12:48:39 +0100 Subject: 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 --- expectations/knownfailures.txt | 8 ++++++++ 1 file changed, 8 insertions(+) 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" + ] } ] -- cgit v1.1