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

Unified Diff: net/quic/congestion_control/quic_send_scheduler_test.cc

Issue 11313021: Disable QuicSendSchedulerTest.AvailableCongestionWindow (failing on linux 32 bit) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/congestion_control/quic_send_scheduler_test.cc
diff --git a/net/quic/congestion_control/quic_send_scheduler_test.cc b/net/quic/congestion_control/quic_send_scheduler_test.cc
index f25addac383e4d3be3efb436835e8e3f319eaf69..8325f96688510ba00a41e9f4d74b311e8aa19d6c 100644
--- a/net/quic/congestion_control/quic_send_scheduler_test.cc
+++ b/net/quic/congestion_control/quic_send_scheduler_test.cc
@@ -65,7 +65,8 @@ TEST_F(QuicSendSchedulerTest, FixedRatePacing) {
EXPECT_EQ(1200, floor((acc_advance_time * 1000) + 0.5));
}
-TEST_F(QuicSendSchedulerTest, AvailableCongestionWindow) {
+// TODO(rch): fix this on linux32
+TEST_F(QuicSendSchedulerTest, DISABLED_AvailableCongestionWindow) {
SetUpCongestionType(kFixRate);
QuicAckFrame ack;
ack.congestion_info.type = kFixRate;
« 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