Searched refs:hb_shape_fuzzer (Results 1 – 2 of 2) sorted by relevance
27 hb_shape_fuzzer = os.path.join (top_builddir, "hb-shape-fuzzer" + EXEEXT) variable29 if not os.path.exists (hb_shape_fuzzer):34 hb_shape_fuzzer = sys.argv[1] variable36 print ('hb_shape_fuzzer:', hb_shape_fuzzer)50 …text, returncode = cmd ([valgrind, '--leak-check=full', '--error-exitcode=1', hb_shape_fuzzer, pat…52 text, returncode = cmd ([hb_shape_fuzzer, path])
24686 … --git a/src/third_party/harfbuzz-ng/fuzz/hb_shape_fuzzer.cc b/src/third_party/harfbuzz-ng/fuzz/hb…24688 --- a/src/third_party/harfbuzz-ng/fuzz/hb_shape_fuzzer.cc24689 +++ b/src/third_party/harfbuzz-ng/fuzz/hb_shape_fuzzer.cc