Home | History | Annotate | Download | only in test

Lines Matching refs:checker

42 checker="${progdir}/../tools/checker.py"
587 # Tests named '<number>-checker-*' will also have their CFGs verified with
588 # Checker when compiled with Optimizing on host.
589 if [[ "$TEST_NAME" =~ ^[0-9]+-checker- ]]; then
590 # Build Checker DEX files without dx's optimizations so the input to dex2oat
592 # if Checker is not invoked and the test only runs the program.
640 "$checker" "$cfg_output" "$tmp_dir" 2>&1
645 echo "checker exit status: $checker_exit" 1>&2
662 "$checker" -q "$cfg_output" "$tmp_dir" >> "$output" 2>&1
700 "$checker" -q "$cfg_output" "$tmp_dir" >> "$output" 2>&1
703 echo "checker exit status: $checker_exit" 1>&2