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

Unified Diff: net/base/sdch_filter_unitest.cc

Issue 4205: Disable failing test (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/sdch_filter_unitest.cc
===================================================================
--- net/base/sdch_filter_unitest.cc (revision 2469)
+++ net/base/sdch_filter_unitest.cc (working copy)
@@ -332,7 +332,8 @@
// is processed by the next one. This is most critical for SDCH, which is
// routinely followed by gzip (during encoding). The filter we'll test for will
// do the gzip decoding first, and then decode the SDCH content.
-TEST_F(SdchFilterTest, FilterChaining) {
+// TODO(jar): Enable test which fails in net_unittests.exe
+TEST_F(SdchFilterTest, DISABLED_FilterChaining) {
const std::string kSampleDomain = "sdchtest.com";
// Construct a valid SDCH dictionary from a VCDIFF dictionary.
« 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