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

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

Issue 157803007: Land Recent QUIC Changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win_x64 compiler error fix Created 6 years, 10 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/test_tools/quic_sent_packet_manager_peer.cc ('k') | net/tools/quic/quic_server_session_test.cc » ('j') | 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 36e64ee76ec3360a77f28610704ec9f0a0957a92..2e08a5067f89ebda4de57f48b844d5926a0d3517 100644
--- a/net/tools/quic/end_to_end_test.cc
+++ b/net/tools/quic/end_to_end_test.cc
@@ -451,9 +451,9 @@ TEST_P(EndToEndTest, LargePostNoPacketLoss) {
EXPECT_EQ(kFooResponseBody, client_->SendCustomSynchronousRequest(request));
QuicConnectionStats stats =
client_->client()->session()->connection()->GetStats();
- // TODO(rtenneti): Enable packets_lost check after bug(12887145) is fixed.
+ // TODO(ianswett): Restore the packets_lost expectation when fixing b/12887145
// EXPECT_EQ(0u, stats.packets_lost);
- // EXPECT_EQ(0u, stats.rto_count);
+ EXPECT_EQ(0u, stats.rto_count);
}
TEST_P(EndToEndTest, LargePostNoPacketLoss1sRTT) {
« no previous file with comments | « net/quic/test_tools/quic_sent_packet_manager_peer.cc ('k') | net/tools/quic/quic_server_session_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698