Lines Matching refs:ignore
103 check-error-ignore) check_error_ignore=1 ;;
104 check-output-ignore) check_output_ignore=1 ;;
110 check-arch-ignore:) arch=$(uname -m)
117 check-description:) ;; # ignore
118 check-note:) ;; # ignore
119 check-warning:) ;; # ignore
120 check-error-start) ;; # ignore
121 check-error-end) ;; # ignore
122 check-output-start) ;; # ignore
123 check-output-end) ;; # ignore
124 check-should-pass) ;; # ignore, unused annotation
125 check-should-fail) ;; # ignore, unused annotation
126 check-should-warn) ;; # ignore, unused annotation
399 eval ignore=\$check_${stream}_ignore
400 [ $ignore -eq 1 ] && continue
598 echo ' * check-output-ignore'
604 echo ' * check-output-ignore'