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

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

Issue 1703523002: [libfuzzer] support of custom libfuzzer options via .options file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: replace .sh-wrapper script with .options config file. Created 4 years, 9 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 the options.
17 use_traces=1
18
19
20 # Below should be 'dict' option appended automatically during the build.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698