diff options
author | Neil Fuller <nfuller@google.com> | 2014-08-01 15:42:49 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-07-31 19:45:30 +0000 |
commit | c4ec8f34d8464bcadb1bd249915dce18265f5ec9 (patch) | |
tree | 75b586a87a75a6aa85e1115c5de5542357c8a7fd /expectations/knownfailures.txt | |
parent | c4cddc7cfdd8793ee8bf7d4754917456427ea486 (diff) | |
parent | 85f552a382ba9837d981fd39a98b63806c8bc136 (diff) | |
download | libcore-c4ec8f34d8464bcadb1bd249915dce18265f5ec9.zip libcore-c4ec8f34d8464bcadb1bd249915dce18265f5ec9.tar.gz libcore-c4ec8f34d8464bcadb1bd249915dce18265f5ec9.tar.bz2 |
Merge "Remove knownfailures for "host""
Diffstat (limited to 'expectations/knownfailures.txt')
-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 01991b0..ebc2615 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" |