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

Unified Diff: net/spdy/spdy_framer_test.cc

Issue 9185036: Handle Z_BUF_ERROR as a non-fatal error while incrementally decompressing (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 11 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
« net/spdy/spdy_framer.cc ('K') | « net/spdy/spdy_framer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_framer_test.cc
===================================================================
--- net/spdy/spdy_framer_test.cc (revision 117344)
+++ net/spdy/spdy_framer_test.cc (working copy)
@@ -817,9 +817,7 @@
}
// Verify we don't leak when we leave streams unclosed
-// http://crbug.com/108596 - Disabled, failed ASAN tests.
-// TODO(rtenneti): investigating why it is failing.
-TEST_F(SpdyFramerTest, DISABLED_UnclosedStreamDataCompressors) {
+TEST_F(SpdyFramerTest, UnclosedStreamDataCompressors) {
SpdyFramer send_framer;
send_framer.set_enable_compression(true);
« net/spdy/spdy_framer.cc ('K') | « net/spdy/spdy_framer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698