summaryrefslogtreecommitdiffstats
path: root/expectations/brokentests.txt
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2012-09-21 17:38:14 -0700
committerBrian Carlstrom <bdc@google.com>2012-09-21 17:38:57 -0700
commitce1311ee961cedeec08640726d24669e82bc568b (patch)
tree7a43b95a3d604574fcaa4a70fea7cc699950cdb5 /expectations/brokentests.txt
parent50c00238d15d5e42386c0a9e4315b4a0a8299eae (diff)
downloadlibcore-ce1311ee961cedeec08640726d24669e82bc568b.zip
libcore-ce1311ee961cedeec08640726d24669e82bc568b.tar.gz
libcore-ce1311ee961cedeec08640726d24669e82bc568b.tar.bz2
Suppress long broken test caused by kernel bug
Bug: 6964436 Change-Id: I9a6fd2ec589968743dc6727dad406057b328156d
Diffstat (limited to 'expectations/brokentests.txt')
-rw-r--r--expectations/brokentests.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/expectations/brokentests.txt b/expectations/brokentests.txt
index 6fc48cd..e1d81e0 100644
--- a/expectations/brokentests.txt
+++ b/expectations/brokentests.txt
@@ -8,7 +8,12 @@
bug: 5834665
},
{
- description: "libcore.java.net.URLConnectionTest#testServerShutdownInput fails on ICL27 mysid-userdebug",
+ description: "FIONREAD/SIOCINQ returns the wrong result on sockets (5731252 is the root cause of 5534202)",
+ name: "libcore.java.net.SocketTest#testAvailable",
+ bug: 5731252
+},
+{
+ description: "libcore.java.net.URLConnectionTest#testServerShutdownInput fails on ICL27 mysid-userdebug (5534202 is caused by 5731252)",
name: "libcore.java.net.URLConnectionTest#testServerShutdownInput",
bug: 5534202
},