diff options
author | Yi Kong <yikong@google.com> | 2017-04-05 15:57:06 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-04-05 15:57:07 +0000 |
commit | a07d3da0aba8ed0fcc0a9602e37bb465197534cc (patch) | |
tree | 973a4541f196c741611cf68a69fbfe44da62b46e | |
parent | 6c33d5404663081719e072181186b5f8f727c262 (diff) | |
parent | d66ba745df432095a1f528b2864b1f82df31fc79 (diff) |
Merge "Add SocketTimeoutTest#testSocketWriteNeverTimeouts to known failures"
-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 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" + ] } ] |