Filter CAS tests
Merge from Widevine repo of http://go/wvgerrit/169080 We want to transition to using GTEST_SKIP to skip unit tests instead of modifying the GTEST_FILTER variable. This does so for tests that require CAS support. Bug: 251240681 Merged from https://widevine-internal-review.googlesource.com/167739 Change-Id: Ifb971bf01e2c21fe672bbe4bfa15c797456256ef
This commit is contained in:
committed by
Fred Gylys-Colwell
parent
f83698a164
commit
0972c59fc0
@@ -160,7 +160,6 @@ std::string DeviceFeatures::RestrictFilter(const std::string& initial_filter) {
|
||||
provisioning_method == OEMCrypto_BootCertificateChain)
|
||||
FilterOut(&filter, "OEMCryptoLoadsCert*");
|
||||
if (!generic_crypto) FilterOut(&filter, "*GenericCrypto*");
|
||||
if (!supports_cas) FilterOut(&filter, "*CasOnly*");
|
||||
if (derive_key_method == NO_METHOD) FilterOut(&filter, "*SessionTest*");
|
||||
if (!supports_rsa_3072) FilterOut(&filter, "*RSAKey3072*");
|
||||
if (api_version < 17) FilterOut(&filter, "*API17*");
|
||||
|
||||
Reference in New Issue
Block a user