diff options
| author | Neil Fuller <nfuller@google.com> | 2014-06-16 11:02:58 +0100 |
|---|---|---|
| committer | Neil Fuller <nfuller@google.com> | 2014-06-16 17:35:26 +0100 |
| commit | c8a1d57d51722c8eb97de9b066d8408d84dc25ae (patch) | |
| tree | 38534176b5c641ad6edbcb809a498b764e162b7e /expectations | |
| parent | cf72e81434e362e266eda34d2836bb2c0cff2cec (diff) | |
| download | libcore-c8a1d57d51722c8eb97de9b066d8408d84dc25ae.zip libcore-c8a1d57d51722c8eb97de9b066d8408d84dc25ae.tar.gz libcore-c8a1d57d51722c8eb97de9b066d8408d84dc25ae.tar.bz2 | |
Updating information for OkHttp suppressions
Bug: 14462336
Change-Id: I2d8b35836bd0eeff70e46126496222560904fe35
Diffstat (limited to 'expectations')
| -rw-r--r-- | expectations/knownfailures.txt | 43 |
1 files changed, 24 insertions, 19 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt index bc33437..0af1ac5 100644 --- a/expectations/knownfailures.txt +++ b/expectations/knownfailures.txt @@ -1443,27 +1443,32 @@ name: "org.apache.harmony.tests.java.util.GregorianCalendarTest#test_computeTime" }, { - description: "Failures in external/okhttp tests on Android. Some are flakes. To be investigated", + description: "SpdyConnection issue https://github.com/square/okhttp/issues/644 crashes the test app. Android does not provide SPDY/HTTP_2 connections by default so have been suppressed.", bug: 14462336, names: [ - "com.squareup.okhttp.internal.http.HttpOverHttp20Draft09Test#acceptAndTransmitCookies", - "com.squareup.okhttp.internal.http.HttpOverHttp20Draft09Test#authenticate", - "com.squareup.okhttp.internal.http.HttpOverHttp20Draft09Test#conditionalCache", - "com.squareup.okhttp.internal.http.HttpOverHttp20Draft09Test#get", - "com.squareup.okhttp.internal.http.HttpOverHttp20Draft09Test#noDefaultContentLengthOnPost", - "com.squareup.okhttp.internal.http.HttpOverHttp20Draft09Test#readResponseHeaderTimeout", - "com.squareup.okhttp.internal.http.HttpOverHttp20Draft09Test#readTimeoutOnSlowConnection", - "com.squareup.okhttp.internal.http.HttpOverHttp20Draft09Test#responseCachedWithoutConsumingFullBody", - "com.squareup.okhttp.internal.http.HttpOverHttp20Draft09Test#responsesAreCached", - "com.squareup.okhttp.internal.http.HttpOverHttp20Draft09Test#serverSendsPushPromise_GET", - "com.squareup.okhttp.internal.http.HttpOverHttp20Draft09Test#serverSendsPushPromise_HEAD", - "com.squareup.okhttp.internal.http.HttpOverHttp20Draft09Test#synchronousSpdyRequest", - "com.squareup.okhttp.internal.http.HttpResponseCacheTest#setIfModifiedSince", - "com.squareup.okhttp.internal.http.URLConnectionTest#sslFallbackNotUsedWhenRecycledConnectionFails", - "com.squareup.okhttp.internal.spdy.SpdyConnectionTest#initialSettingsWithWindowSizeAdjustsConnection", - "com.squareup.okhttp.internal.spdy.SpdyConnectionTest#pushPromiseStream", - "com.squareup.okhttp.internal.spdy.SpdyConnectionTest#replyWithNoData", - "com.squareup.okhttp.internal.spdy.SpdyConnectionTest#serverClosesClientInputStream" + "com.squareup.okhttp.internal.spdy.SpdyConnectionTest", + "com.squareup.okhttp.internal.http.HttpOverHttp20Draft09Test", + "com.squareup.okhttp.internal.http.HttpOverSpdy3Test", + "com.squareup.okhttp.internal.http.URLConnectionTest#npnSetsProtocolHeader_SPDY_3", + "com.squareup.okhttp.internal.http.URLConnectionTest#npnSetsProtocolHeader_HTTP_2", + "com.squareup.okhttp.internal.http.URLConnectionTest#zeroLengthPost_SPDY_3", + "com.squareup.okhttp.internal.http.URLConnectionTest#zeroLengthPost_HTTP_2", + "com.squareup.okhttp.internal.http.URLConnectionTest#zeroLengthPut_SPDY_3", + "com.squareup.okhttp.internal.http.URLConnectionTest#zeroLengthPut_HTTP_2" + ] +}, +{ + description: "Okhttp test hardcodes the TLS version expected.", + bug: 14462336, + names: [ + "com.squareup.okhttp.internal.http.URLConnectionTest#sslFallbackNotUsedWhenRecycledConnectionFails" + ] +}, +{ + description: "The test relies on SimpleDateFormat zzz producing GMT not GMT+00:00 as it does on Android. Android issue 66136.", + bug: 14462336, + names: [ + "com.squareup.okhttp.internal.http.HttpResponseCacheTest#setIfModifiedSince" ] } ] |
