| Index: net/quic/crypto/proof_test.cc
|
| diff --git a/net/quic/crypto/proof_test.cc b/net/quic/crypto/proof_test.cc
|
| index b30c9aa2626abb1fc4991c8722fec9acb19e160c..7b385464172cb473bb5bb9265d7d744e5b84910b 100644
|
| --- a/net/quic/crypto/proof_test.cc
|
| +++ b/net/quic/crypto/proof_test.cc
|
| @@ -13,10 +13,6 @@
|
| #include "net/test/cert_test_util.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -#if defined(OS_WIN)
|
| -#include "base/win/windows_version.h"
|
| -#endif
|
| -
|
| using std::string;
|
| using std::vector;
|
|
|
| @@ -264,7 +260,9 @@ TEST(Proof, VerifyRSAKnownAnswerTest) {
|
|
|
| // A known answer test that allows us to test ProofVerifier without a working
|
| // ProofSource.
|
| -// TODO(rtenneti): Enable VerifyECDSAKnownAnswerTest on win_rel and XP.
|
| +// TODO(rtenneti): Enable VerifyECDSAKnownAnswerTest on Windows. Disabled this
|
| +// test because X509Certificate::GetPublicKeyInfo is not returning the correct
|
| +// type for ECDSA certificates.
|
| #if defined(OS_WIN)
|
| #define MAYBE_VerifyECDSAKnownAnswerTest DISABLED_VerifyECDSAKnownAnswerTest
|
| #else
|
|
|