Lines Matching refs:no
52 [--expect-failure={yes|no}] [--color-tests={yes|no}]
53 [--enable-hard-errors={yes|no}] [--ignore-exit]
54 [--diagnostic-string=STRING] [--merge|--no-merge]
55 [--comments|--no-comments] [--] TEST-COMMAND
80 --enable-hard-errors) shift;; # No-op.
82 --no-merge) merge=0;;
85 --no-comments) comments=0;;
107 color_map["std"]="[m" # No color.
178 # Convert a boolean to a "yes"/"no" string.
181 return bool ? "yes" : "no";
386 # No further test results are acceptable after a "late" TAP plan
404 return # No possible directive, nothing more to do.
414 # If there was no TAP directive, we have nothing more to do.