Lines Matching defs:error
60 # error(string[, die]) - prints an error and exits with value die if given
61 error()
63 [ "$quiet" -ne 1 ] && echo "error: $1"
103 check-error-ignore) check_error_ignore=1 ;;
120 check-error-start) ;; # ignore
121 check-error-end) ;; # ignore
127 check-*) error "$1: unknown tag '$tag'" 1 ;;
148 error " Pattern '$val' unexpectedly $msg"
192 error " Pattern '$pat' expected $min times but got $n times"
199 error " Pattern '$pat' expected min $min times but got $n times"
205 error " Pattern '$pat' expected max $max times but got $n times"
224 error " IR doesn't match '$pat'"
242 error " Return doesn't match '$ret'"
259 error "Can't open file $1"
391 1> $file.output.got 2> $file.error.got
398 for stream in error output; do
408 error "actual $stream text does not match expected $stream text."
409 error "see $file.$stream.* for further investigation."
416 error "Actual exit value does not match the expected one."
417 error "expected $expected_exit_value, got $actual_exit_value."
461 echo "error: XPASS: test '$file' is known to fail but succeed!"
465 echo "error: FAIL: test '$file' failed"
482 rm -f $file.{error,output}.{expected,got,diff}
579 $cmd 1> $file.output.got 2> $file.error.got
608 for stream in output error; do