Chromium Code Reviews| Index: net/base/x509_certificate_unittest.cc |
| =================================================================== |
| --- net/base/x509_certificate_unittest.cc (revision 47443) |
| +++ net/base/x509_certificate_unittest.cc (working copy) |
| @@ -294,7 +294,7 @@ |
| // Either the system crypto library should correctly report a certificate |
| // name mismatch, or our certificate blacklist should cause us to report an |
| // invalid certificate. |
| -#if defined(OS_LINUX) || defined(OS_WIN) |
| +#if !defined(OS_MACOSX) |
|
Evan Martin
2010/05/19 11:50:11
It is weird this code doesn't happen on OS X.
|
| EXPECT_NE(0, verify_result.cert_status & |
| (CERT_STATUS_COMMON_NAME_INVALID | CERT_STATUS_INVALID)); |
| #endif |