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

Unified Diff: content/browser/browsing_data/clear_site_data_throttle_unittest.cc

Issue 2333733002: Add a fuzzer test for the Clear-Site-Data header. (Closed)
Patch Set: Addressed comments. Created 4 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
Index: content/browser/browsing_data/clear_site_data_throttle_unittest.cc
diff --git a/content/browser/browsing_data/clear_site_data_throttle_unittest.cc b/content/browser/browsing_data/clear_site_data_throttle_unittest.cc
index 012e22f516f2bba588b72f92a80cef2141e1e17e..bdfa8fad3d519996800691f6526b3e3ad320f0f1 100644
--- a/content/browser/browsing_data/clear_site_data_throttle_unittest.cc
+++ b/content/browser/browsing_data/clear_site_data_throttle_unittest.cc
@@ -88,7 +88,6 @@ TEST_F(ClearSiteDataThrottleTest, ParseHeader) {
}
}
-// TODO(msramek): Also test invalid inputs using libFuzzer.
TEST_F(ClearSiteDataThrottleTest, InvalidHeader) {
struct TestCase {
const char* header;
« no previous file with comments | « content/browser/browsing_data/clear_site_data_throttle.h ('k') | content/test/data/fuzzer_corpus/clear_site_data/all.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698