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

Unified Diff: net/tools/quic/end_to_end_test.cc

Issue 1414953012: Further reduce the number of QUIC end-to-end test variations that we run from 54 to 30, by only run… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@107150707
Patch Set: Created 5 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/end_to_end_test.cc
diff --git a/net/tools/quic/end_to_end_test.cc b/net/tools/quic/end_to_end_test.cc
index 31faf9543ccef85edd88e8ca9e916af888e7b970..31fc98ba6e31b8470926043ab1891c1b6ae40f03 100644
--- a/net/tools/quic/end_to_end_test.cc
+++ b/net/tools/quic/end_to_end_test.cc
@@ -201,6 +201,12 @@ vector<TestParams> GetTestParams() {
server_uses_stateless_rejects_if_peer_supported,
congestion_control_tag, auto_tune_flow_control_window));
+ // Run version negotiation tests tests with no options, or all
+ // the options enabled to avoid a combinatorial explosion.
+ if (enabled_options > 0 && enabled_options < kMaxEnabledOptions) {
+ continue;
+ }
+
// Test client supporting all versions and server supporting 1
// version. Simulate an old server and exercise version downgrade
// in the client. Protocol negotiation should occur. Skip the i =
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698