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

Unified Diff: net/spdy/fuzzing/hpack_fuzz_util_test.cc

Issue 485833002: HTTP2 draft 14 support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add ignore_result(). Created 6 years, 4 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/spdy/buffered_spdy_framer_unittest.cc ('k') | net/spdy/hpack_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/fuzzing/hpack_fuzz_util_test.cc
diff --git a/net/spdy/fuzzing/hpack_fuzz_util_test.cc b/net/spdy/fuzzing/hpack_fuzz_util_test.cc
index 498f84fb1e6823755185852b3c5be657899a50e5..4c512d0fa8aa9f9d3a8a1e787bd7a7f1c8cffcc2 100644
--- a/net/spdy/fuzzing/hpack_fuzz_util_test.cc
+++ b/net/spdy/fuzzing/hpack_fuzz_util_test.cc
@@ -94,8 +94,8 @@ TEST(HpackFuzzUtilTest, SerializedHeaderBlockPrefixes) {
}
TEST(HpackFuzzUtilTest, PassValidInputThroughAllStages) {
- // Example lifted from HpackDecoderTest.SectionD3RequestHuffmanExamples.
- string input = a2b_hex("828786448cf1e3c2e5f23a6ba0ab90f4"
+ // Example lifted from HpackDecoderTest.SectionD4RequestHuffmanExamples.
+ string input = a2b_hex("828684418cf1e3c2e5f23a6ba0ab90f4"
"ff");
HpackFuzzUtil::FuzzerContext context;
« no previous file with comments | « net/spdy/buffered_spdy_framer_unittest.cc ('k') | net/spdy/hpack_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698