[fuzzing] Run valgrind with --leak-check=full

pull/1667/head
Behdad Esfahbod 6 years ago
parent 3ff66c0029
commit b7384c89e2
  1. 2
      test/fuzzing/run-shape-fuzzer-tests.py

@ -88,7 +88,7 @@ for file in os.listdir (parent_path):
failed = True
if valgrind:
text, returncode = cmd ([valgrind, '--error-exitcode=1', hb_shape_fuzzer, path])
text, returncode = cmd ([valgrind, '--error-exitcode=1', '--leak-check=full', hb_shape_fuzzer, path])
if returncode:
print (text)
print ('failure on %s' % file)

Loading…
Cancel
Save