Lines Matching refs:checker
42 checker="${progdir}/../tools/checker/checker.py"
757 # Tests named '<number>-checker-*' will also have their CFGs verified with
758 # Checker when compiled with Optimizing on host.
759 if [[ "$TEST_NAME" =~ ^[0-9]+-checker- ]]; then
761 # In no-prebuild or no-image mode, the compiler only quickens so disable the checker.
822 "$checker" $checker_args "$cfg_output" "$tmp_dir" 2>&1
827 err_echo "checker exit status: $checker_exit"
844 "$checker" -q $checker_args "$cfg_output" "$tmp_dir" >> "$output" 2>&1
882 "$checker" -q $checker_args "$cfg_output" "$tmp_dir" >> "$output" 2>&1
885 err_echo "checker exit status: $checker_exit"
936 # Bisecting works by skipping different optimization passes which breaks checker assertions.
938 echo "${test_dir}: not bisecting, checker test." 1>&2