Skip to content

Commit fa5e973

Browse files
author
MarcoFalke
committed
test: Set -use_value_profile=1 when merging fuzz inputs
1 parent 3410fe6 commit fa5e973

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/fuzz/test_runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ def merge_inputs(*, corpus, test_list, build_dir, merge_dir):
147147
args = [
148148
os.path.join(build_dir, 'src', 'test', 'fuzz', t),
149149
'-merge=1',
150+
'-use_value_profile=1', # Also done by oss-fuzz https://github.com/google/oss-fuzz/issues/1406#issuecomment-387790487
150151
os.path.join(corpus, t),
151152
os.path.join(merge_dir, t),
152153
]

0 commit comments

Comments
 (0)