summaryrefslogtreecommitdiffstats
path: root/expectations
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2012-10-16 17:53:01 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-10-16 17:53:01 -0700
commit1b18a42ce11e536a12a21166b5e7790a73285af4 (patch)
treee1cf2c9af64611c3f4656c8384acea7c1e675a87 /expectations
parent7434c155a49ebe96d16ae29dbc2dde0b414d4f88 (diff)
parentd2f41fe210bf0fe958345f84e95e8f037c325005 (diff)
downloadlibcore-1b18a42ce11e536a12a21166b5e7790a73285af4.zip
libcore-1b18a42ce11e536a12a21166b5e7790a73285af4.tar.gz
libcore-1b18a42ce11e536a12a21166b5e7790a73285af4.tar.bz2
am d2f41fe2: Merge "Fix ConcurrentCloseTest flakiness."
* commit 'd2f41fe210bf0fe958345f84e95e8f037c325005': Fix ConcurrentCloseTest flakiness.
Diffstat (limited to 'expectations')
-rw-r--r--expectations/knownfailures.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt
index 61ca999..c8bcde9 100644
--- a/expectations/knownfailures.txt
+++ b/expectations/knownfailures.txt
@@ -185,15 +185,6 @@
bug: 2400429
},
{
- description: "Concurrent close tests fail on the device",
- names: [
- "libcore.java.net.ConcurrentCloseTest#test_connect",
- "libcore.java.net.ConcurrentCloseTest#test_connect_nonBlocking"
- ],
- modes: [ "device" ],
- bug: 3044772
-},
-{
description: "HTTPS connections should not be pooled.",
name: "libcore.java.net.URLConnectionTest#testConnectViaHttpsReusingConnectionsDifferentFactories",
bug: 3042192