| Index: third_party/boringssl/boringssl_unittest.cc
|
| diff --git a/third_party/boringssl/boringssl_unittest.cc b/third_party/boringssl/boringssl_unittest.cc
|
| index 9917c7cb8df0351057fa6e477b85006e81198b9b..52bac991f21b092662fd062e81e95c4ff96281bc 100644
|
| --- a/third_party/boringssl/boringssl_unittest.cc
|
| +++ b/third_party/boringssl/boringssl_unittest.cc
|
| @@ -157,6 +157,10 @@ TEST(BoringSSL, ByteString) {
|
| TestSimple("bytestring_test");
|
| }
|
|
|
| +TEST(BoringSSL, ConstantTime) {
|
| + TestSimple("constant_time_test");
|
| +}
|
| +
|
| TEST(BoringSSL, Cipher) {
|
| base::FilePath data_file;
|
| ASSERT_TRUE(CryptoCipherTestPath(&data_file));
|
| @@ -168,14 +172,6 @@ TEST(BoringSSL, Cipher) {
|
| TestProcess("cipher_test", args);
|
| }
|
|
|
| -TEST(BoringSSL, CMAC) {
|
| - TestSimple("cmac_test");
|
| -}
|
| -
|
| -TEST(BoringSSL, ConstantTime) {
|
| - TestSimple("constant_time_test");
|
| -}
|
| -
|
| TEST(BoringSSL, DH) {
|
| TestSimple("dh_test");
|
| }
|
|
|