summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2017-04-05 15:57:06 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-04-05 15:57:07 +0000
commita07d3da0aba8ed0fcc0a9602e37bb465197534cc (patch)
tree973a4541f196c741611cf68a69fbfe44da62b46e
parent6c33d5404663081719e072181186b5f8f727c262 (diff)
parentd66ba745df432095a1f528b2864b1f82df31fc79 (diff)
Merge "Add SocketTimeoutTest#testSocketWriteNeverTimeouts to known failures"
-rw-r--r--expectations/knownfailures.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt
index e9537fb929..58a4337878 100644
--- a/expectations/knownfailures.txt
+++ b/expectations/knownfailures.txt
@@ -1529,5 +1529,13 @@
"com.google.security.wycheproof.EcdhTest#testModifiedPublic",
"com.google.security.wycheproof.EcdhTest#testModifiedPublicSpec"
]
+},
+{
+ description: "Bullhead kernel does not block send when buffer is supposed to have saturated",
+ bug: 36691333,
+ result: EXEC_FAILED,
+ names: [
+ "libcore.java.net.SocketTimeoutTest#testSocketWriteNeverTimeouts"
+ ]
}
]