diff options
author | Sergio Giro <sgiro@google.com> | 2015-06-23 14:55:25 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-06-23 14:55:25 +0000 |
commit | c014d68efdf1523960a7bc8ee48a5fcb1984f388 (patch) | |
tree | 39fae55d94e3a325680ceb807c2e12d8e4228707 | |
parent | 9006e31bc25f3f3282d6d39f09e5dda5bd1be1ce (diff) | |
parent | 4b36d0477802baf54876a6e8488cfb1f6bbf2a02 (diff) | |
download | libcore-c014d68efdf1523960a7bc8ee48a5fcb1984f388.zip libcore-c014d68efdf1523960a7bc8ee48a5fcb1984f388.tar.gz libcore-c014d68efdf1523960a7bc8ee48a5fcb1984f388.tar.bz2 |
Merge "expectations: add SSL_renegotiate tests to known failures" into mnc-dev
-rw-r--r-- | expectations/knownfailures.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt index 6aac9eb..f5a13c6 100644 --- a/expectations/knownfailures.txt +++ b/expectations/knownfailures.txt @@ -1517,5 +1517,14 @@ names: [ "libcore.io.OsTest#test_PacketSocketAddress" ] +}, +{ + description: "Need to rewrite tests for the client-side of renegotiation", + bug: 21876068, + result: EXEC_FAILED, + names: [ + "com.android.org.conscrypt.NativeCryptoTest#test_SSL_renegotiate", + "com.android.org.conscrypt.NativeCryptoTest#test_SSL_do_handshake_clientCertificateRequested_throws_after_renegotiate" + ] } ] |