diff options
author | Neil Fuller <nfuller@google.com> | 2014-10-13 17:37:39 +0100 |
---|---|---|
committer | Neil Fuller <nfuller@google.com> | 2014-10-13 18:09:13 +0100 |
commit | bc1ea6573c76663718d441f7b0b849a91f3eefbd (patch) | |
tree | 6c86405d073d68bd7d0a4616389cce669794e174 /expectations | |
parent | 39d896a3dad05a8101b10a675e6e056c717e36c3 (diff) | |
download | libcore-bc1ea6573c76663718d441f7b0b849a91f3eefbd.zip libcore-bc1ea6573c76663718d441f7b0b849a91f3eefbd.tar.gz libcore-bc1ea6573c76663718d441f7b0b849a91f3eefbd.tar.bz2 |
Suppress failing OkHttp CTS tests
Added an additional regression test for SSLSocketTest.
Bug: 17962997
Bug: 17750026
Change-Id: Ic1171a916a8dbfe4f0ae486d650583de2547175b
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 918caab..7f31c73 100644 --- a/expectations/knownfailures.txt +++ b/expectations/knownfailures.txt @@ -1473,6 +1473,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: [ |