diff options
author | Neil Fuller <nfuller@google.com> | 2014-10-15 09:15:44 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-10-15 09:15:44 +0000 |
commit | d0936c7b01c87a48560cfc307713bacf405b7ee7 (patch) | |
tree | 97d5983036506d8726617aa504d05eb11855ae14 /expectations | |
parent | 23cf3839398f809c9631a26b5fc754502b8c63e6 (diff) | |
parent | bc1ea6573c76663718d441f7b0b849a91f3eefbd (diff) | |
download | libcore-d0936c7b01c87a48560cfc307713bacf405b7ee7.zip libcore-d0936c7b01c87a48560cfc307713bacf405b7ee7.tar.gz libcore-d0936c7b01c87a48560cfc307713bacf405b7ee7.tar.bz2 |
am bc1ea657: Suppress failing OkHttp CTS tests
* commit 'bc1ea6573c76663718d441f7b0b849a91f3eefbd':
Suppress failing OkHttp CTS tests
Diffstat (limited to 'expectations')
-rw-r--r-- | expectations/knownfailures.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt index c8a1b35..e1d54bc 100644 --- a/expectations/knownfailures.txt +++ b/expectations/knownfailures.txt @@ -1465,6 +1465,19 @@ ] }, { + description: "Some OkHttp tests were written before the introduction of TLS_FALLBACK_SCSV and have only been fixed for APIs used by Android", + bug: 17962997, + names: [ + "com.squareup.okhttp.SyncApiTest#recoverFromTlsHandshakeFailure", + "com.squareup.okhttp.AsyncApiTest#recoverFromTlsHandshakeFailure" + ] +}, +{ + description: "JavaApiConverterTest#createOkResponse_fromJavaHttpsUrlConnection works independently but fails when run with some other test(s).", + bug: 17962997, + name: "com.squareup.okhttp.internal.http.JavaApiConverterTest#createOkResponse_fromJavaHttpsUrlConnection" +}, +{ description: "Okhttp test hardcodes the TLS version expected.", bug: 14462336, names: [ |