diff options
author | Neil Fuller <nfuller@google.com> | 2014-08-01 15:50:59 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-08-01 15:50:59 +0000 |
commit | 011e6b8207909d1089f8c318646c1d8dab3cf324 (patch) | |
tree | abad5d19fc6fdade56a31224254fe9f3abcc24b4 /expectations | |
parent | 54466a13a1a16ab0a133f200e67460e05b9ab08a (diff) | |
parent | c4ec8f34d8464bcadb1bd249915dce18265f5ec9 (diff) | |
download | libcore-011e6b8207909d1089f8c318646c1d8dab3cf324.zip libcore-011e6b8207909d1089f8c318646c1d8dab3cf324.tar.gz libcore-011e6b8207909d1089f8c318646c1d8dab3cf324.tar.bz2 |
am c4ec8f34: Merge "Remove knownfailures for "host""
* commit 'c4ec8f34d8464bcadb1bd249915dce18265f5ec9':
Remove knownfailures for "host"
Diffstat (limited to 'expectations')
-rw-r--r-- | expectations/knownfailures.txt | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt index 7968c51..24ceafb 100644 --- a/expectations/knownfailures.txt +++ b/expectations/knownfailures.txt @@ -43,27 +43,6 @@ bug: 3042192 }, { - description: "Cookie tests failing on the host", - bug: 3041920, - names: [ - "libcore.java.net.CookiesTest#testNetscapeResponse", - "libcore.java.net.CookiesTest#testQuotedAttributeValues", - "libcore.java.net.CookiesTest#testRfc2109Response", - "libcore.java.net.CookiesTest#testRfc2965Response", - "libcore.java.net.CookiesTest#testSendingCookiesFromStore" - ], - modes: [ "host" ] -}, -{ - description: "Math failures when running on the host", - names: [ - "libcore.java.lang.OldAndroidStrictMathTest#testLog1pD", - "libcore.java.lang.OldAndroidStrictMathTest#testRintD" - ], - bug: 2931959, - modes: [ "host" ] -}, -{ description: "We fake support for these by substituting similar (but not identical) charsets", names: [ "libcore.java.nio.charset.OldCharset_MultiByte_Big5#test_Decode", @@ -95,18 +74,6 @@ bug: 2702411 }, { - description: "HTTPS proxy broken on host", - names: [ - "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testConsequentProxyConnection", - "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testProxyAuthConnection", - "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testProxyAuthConnection_doOutput", - "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testProxyConnection", - "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testProxyConnection_Not_Found_Response" - ], - bug: 3032875, - modes: [ "host" ] -}, -{ description: "Runtime.getRuntime().traceMethodCalls(true) doesn't return on the host, fails in CTS", bug: 3447964, name: "libcore.java.lang.OldRuntimeTest#test_traceMethodCalls" |