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

Unified Diff: net/quic/core/quic_session_test.cc

Issue 2334363002: Landing Recent QUIC changes until Sat Sep 10 00:32:41 (Closed)
Patch Set: Revase Created 4 years, 3 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 | « net/quic/core/quic_protocol.cc ('k') | net/quic/core/quic_spdy_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_session_test.cc
diff --git a/net/quic/core/quic_session_test.cc b/net/quic/core/quic_session_test.cc
index 91901e2737cb8db9556f30099a446b38b984f752..9af64d11ef6fbc47e6ce1205b04bc0c41e25aa02 100644
--- a/net/quic/core/quic_session_test.cc
+++ b/net/quic/core/quic_session_test.cc
@@ -494,8 +494,6 @@ TEST_P(QuicSessionTestServer, TestBatchedWrites) {
}
TEST_P(QuicSessionTestServer, OnCanWriteBundlesStreams) {
- FLAGS_quic_enable_app_limited_check = true;
-
// Encryption needs to be established before data can be sent.
CryptoHandshakeMessage msg;
session_.GetCryptoStream()->OnHandshakeMessage(msg);
@@ -544,8 +542,6 @@ TEST_P(QuicSessionTestServer, OnCanWriteBundlesStreams) {
}
TEST_P(QuicSessionTestServer, OnCanWriteCongestionControlBlocks) {
- FLAGS_quic_enable_app_limited_check = true;
-
InSequence s;
// Drive congestion control manually.
@@ -592,8 +588,6 @@ TEST_P(QuicSessionTestServer, OnCanWriteCongestionControlBlocks) {
}
TEST_P(QuicSessionTestServer, OnCanWriteWriterBlocks) {
- FLAGS_quic_enable_app_limited_check = true;
-
// Drive congestion control manually in order to ensure that
// application-limited signaling is handled correctly.
MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>;
@@ -683,8 +677,6 @@ TEST_P(QuicSessionTestServer, OnCanWriteWithClosedStream) {
}
TEST_P(QuicSessionTestServer, OnCanWriteLimitsNumWritesIfFlowControlBlocked) {
- FLAGS_quic_enable_app_limited_check = true;
-
// Drive congestion control manually in order to ensure that
// application-limited signaling is handled correctly.
MockSendAlgorithm* send_algorithm = new StrictMock<MockSendAlgorithm>;
« no previous file with comments | « net/quic/core/quic_protocol.cc ('k') | net/quic/core/quic_spdy_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698