| Index: net/spdy/spdy_credential_builder_unittest.cc
|
| diff --git a/net/spdy/spdy_credential_builder_unittest.cc b/net/spdy/spdy_credential_builder_unittest.cc
|
| index 067fdb7b66826643371c4dcfce1e30085fc7226c..c3feb591a1f094f83359426bfc2a9568d863839c 100644
|
| --- a/net/spdy/spdy_credential_builder_unittest.cc
|
| +++ b/net/spdy/spdy_credential_builder_unittest.cc
|
| @@ -112,6 +112,17 @@ TEST_F(SpdyCredentialBuilderTest, MAYBE_FailsWithRSACert) {
|
| }
|
|
|
| #if defined(USE_OPENSSL)
|
| +#define MAYBE_FailsWithDSACert DISABLED_FailsWithDSACert
|
| +#else
|
| +#define MAYBE_FailsWithDSACert FailsWithDSACert
|
| +#endif
|
| +
|
| +TEST_F(SpdyCredentialBuilderTest, MAYBE_FailsWithDSACert) {
|
| + EXPECT_EQ(ERR_BAD_SSL_CLIENT_AUTH_CERT,
|
| + BuildWithType(CLIENT_CERT_DSS_SIGN));
|
| +}
|
| +
|
| +#if defined(USE_OPENSSL)
|
| #define MAYBE_SetsSlotCorrectly DISABLED_SetsSlotCorrectly
|
| #else
|
| #define MAYBE_SetsSlotCorrectly SetsSlotCorrectly
|
|
|