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

Unified Diff: media/test/BUILD.gn

Issue 1867833002: [libfuzzer] store custom options in .GN build target instead of a separate file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update reference.md of libFuzzer & CF documentation. Created 4 years, 8 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 | « media/filters/vp9_parser_fuzzertest.options ('k') | media/test/media_pipeline_integration_fuzzer.options » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/test/BUILD.gn
diff --git a/media/test/BUILD.gn b/media/test/BUILD.gn
index cddbc69567bf71d3132b02255f4392aff5d62fe5..68c64501b12a48e67db8504ec0057b89bdb3762e 100644
--- a/media/test/BUILD.gn
+++ b/media/test/BUILD.gn
@@ -130,5 +130,7 @@ fuzzer_test("media_pipeline_integration_fuzzer") {
"//testing/gmock",
"//ui/gfx:test_support",
]
- libfuzzer_options = "media_pipeline_integration_fuzzer.options"
+
+ # This is done to avoid DEATH of ASan with "Thread limit exceeded" error.
+ libfuzzer_options = [ "runs=500000" ]
}
« no previous file with comments | « media/filters/vp9_parser_fuzzertest.options ('k') | media/test/media_pipeline_integration_fuzzer.options » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698