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

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

Issue 2430973004: Landing Recent QUIC changes until 10:38 AM, Oct 17, 2016 UTC-4 (Closed)
Patch Set: Improving flagsaver logging Created 4 years, 2 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_stream_sequencer_buffer.cc ('k') | net/quic/core/quic_stream_sequencer_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_stream_sequencer_buffer_test.cc
diff --git a/net/quic/core/quic_stream_sequencer_buffer_test.cc b/net/quic/core/quic_stream_sequencer_buffer_test.cc
index 6db66a6da6dfed7630a80bb630d3015802acdbe3..d7bf0815bf77ac24c1adcc6fabb7fe2b0128e25e 100644
--- a/net/quic/core/quic_stream_sequencer_buffer_test.cc
+++ b/net/quic/core/quic_stream_sequencer_buffer_test.cc
@@ -137,7 +137,6 @@ TEST_F(QuicStreamSequencerBufferTest, OnStreamDataWithinBlock) {
}
TEST_F(QuicStreamSequencerBufferTest, OnStreamDataInvalidSource) {
- FLAGS_quic_stream_sequencer_buffer_debug = true;
// Pass in an invalid source, expects to return error.
StringPiece source;
source.set(nullptr, 1024);
@@ -336,7 +335,6 @@ TEST_F(QuicStreamSequencerBufferTest, Readv100Bytes) {
}
TEST_F(QuicStreamSequencerBufferTest, ReadvError) {
- FLAGS_quic_stream_sequencer_buffer_debug = true;
string source = string(100, 'b');
clock_.AdvanceTime(QuicTime::Delta::FromSeconds(1));
QuicTime t1 = clock_.ApproximateNow();
« no previous file with comments | « net/quic/core/quic_stream_sequencer_buffer.cc ('k') | net/quic/core/quic_stream_sequencer_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698