diff options
author | Neil Fuller <nfuller@google.com> | 2014-05-15 18:07:37 +0100 |
---|---|---|
committer | Neil Fuller <nfuller@google.com> | 2014-05-19 09:21:15 +0100 |
commit | 6ede7982fb4592fb620520523de49bf0490b07ec (patch) | |
tree | 37fc6018fa84afd027bcdfa0a719f679b9854f57 /expectations/brokentests.txt | |
parent | c58e40aa931b136cd54b6592bdba1d10592d8687 (diff) | |
download | libcore-6ede7982fb4592fb620520523de49bf0490b07ec.zip libcore-6ede7982fb4592fb620520523de49bf0490b07ec.tar.gz libcore-6ede7982fb4592fb620520523de49bf0490b07ec.tar.bz2 |
Reenable tests that currently pass in CTS
The reasons I can do this are:
1) Fixes for other bugs / updates, etc. have made tests pass.
2) Bugs were fixed without removing suppressions.
3) Tests may have been suppressed by accident.
Tested on a local device running a master build.
Bug: 14808340
Change-Id: I7c6600c89ff1cc4ca5337ee952c972bdbf5467e8
Diffstat (limited to 'expectations/brokentests.txt')
-rw-r--r-- | expectations/brokentests.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/expectations/brokentests.txt b/expectations/brokentests.txt index bb1c9db..c108c6b 100644 --- a/expectations/brokentests.txt +++ b/expectations/brokentests.txt @@ -8,11 +8,6 @@ bug: 5834665 }, { - 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 |