Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1047)

Unified Diff: third_party/boringssl/boringssl_unittest.cc

Issue 1056153002: Reland 'Require ECDHE for False Start.' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/boringssl/boringssl_tests.gypi ('k') | third_party/boringssl/update_gypi_and_asm.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/boringssl/boringssl_unittest.cc
diff --git a/third_party/boringssl/boringssl_unittest.cc b/third_party/boringssl/boringssl_unittest.cc
index d568e33e9755b9b498026ac5bb3d68622a9901e9..52bac991f21b092662fd062e81e95c4ff96281bc 100644
--- a/third_party/boringssl/boringssl_unittest.cc
+++ b/third_party/boringssl/boringssl_unittest.cc
@@ -237,9 +237,13 @@ TEST(BoringSSL, PQueue) {
}
TEST(BoringSSL, HKDF) {
- TestSimple("hkdf_test");
+ TestSimple("hkdf_test");
}
TEST(BoringSSL, PBKDF) {
- TestSimple("pbkdf_test");
+ TestSimple("pbkdf_test");
+}
+
+TEST(BoringSSL, Thread) {
+ TestSimple("thread_test");
}
« no previous file with comments | « third_party/boringssl/boringssl_tests.gypi ('k') | third_party/boringssl/update_gypi_and_asm.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698