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

Side by Side Diff: testing/libfuzzer/tests/fuzzer_config_only_test.options

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 unified diff | Download patch
OLDNEW
(Empty)
1 # Config for test of .options file for test fuzzer.
2
3
4
5
6 # Random empty lines and comments to ensure that parser is stable.
7
8 #######
9
10 [libfuzzer]
11
12 max_len=random(1337, 31337)
13 timeout = 666
14
15
16 # Assume here is a comment before one of options.
17 use_traces=1
OLDNEW
« no previous file with comments | « testing/libfuzzer/tests/fuzzer_config_and_dict_test.options ('k') | testing/libfuzzer/tests/fuzzer_launcher_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698