summaryrefslogtreecommitdiffstats
path: root/expectations
diff options
context:
space:
mode:
authorSergio Giro <sgiro@google.com>2015-06-23 13:33:36 +0100
committerSergio Giro <sgiro@google.com>2015-06-23 15:43:54 +0100
commit4b36d0477802baf54876a6e8488cfb1f6bbf2a02 (patch)
tree5d012e215803727e4b629b47cae09027b57e7010 /expectations
parent04dd85923b7af9f5009d9aa557f60731e619780a (diff)
downloadlibcore-4b36d0477802baf54876a6e8488cfb1f6bbf2a02.zip
libcore-4b36d0477802baf54876a6e8488cfb1f6bbf2a02.tar.gz
libcore-4b36d0477802baf54876a6e8488cfb1f6bbf2a02.tar.bz2
expectations: add SSL_renegotiate tests to known failures
SSL_renegotiate was deprecated and is currently a no-op. We need to rewrite tests for the client response to renegotiation. Bug: 21876068 Bug: 21875889 Change-Id: I8c228cc4d6a388ca740316aa970fd54755b22bb1 (cherry picked from commit 7f3c9cd05a61da205137195e115135a66eb8f6a6)
Diffstat (limited to 'expectations')
-rw-r--r--expectations/knownfailures.txt9
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"
+ ]
}
]