summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUnsuk Jung <unsuk@google.com>2014-10-23 01:17:04 -0700
committerThe Android Automerger <android-build@google.com>2014-10-23 17:35:34 -0700
commit6ad92b5f644c30f5175f12006ee7870347807c9c (patch)
treec37fbdd7ac103ad143eab436ce4b3792a3e75510
parentf635b27cf43bca5076dcb5a37b919d86e7f4ebdf (diff)
downloadplatform_cts-6ad92b5f644c30f5175f12006ee7870347807c9c.tar.gz
platform_cts-6ad92b5f644c30f5175f12006ee7870347807c9c.tar.bz2
platform_cts-6ad92b5f644c30f5175f12006ee7870347807c9c.zip
Add redundant com.android.org.conscrypt tests to knownfailures
The the android.keystore tests validates the codepath more properly Bug: 18030049 Change-Id: I2ffcb313fc18baf33bd2fa45ca69137d7df4bd6b
-rw-r--r--tests/expectations/knownfailures.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/expectations/knownfailures.txt b/tests/expectations/knownfailures.txt
index d931855140f..2d2d4607ac0 100644
--- a/tests/expectations/knownfailures.txt
+++ b/tests/expectations/knownfailures.txt
@@ -361,5 +361,14 @@
"android.uirendering.cts.testclasses.FontRenderingTests"
],
bug: 17109280
+},
+{
+ description: "android.keystore tests will replace these tests",
+ names: [
+ "com.android.org.conscrypt.MacTest#test_getInstance_OpenSSL_ENGINE",
+ "com.android.org.conscrypt.NativeCryptoTest#test_ENGINE_by_id_TestEngine",
+ "com.android.org.conscrypt.SignatureTest#test_getInstance_OpenSSL_ENGINE"
+ ],
+ bug: 18030049
}
]