Lines Matching full:stderr
313 fprintf (stderr, "calc: error: %d != %d\n", $1, $3);
381 # _AT_CHECK_CALC(BISON-OPTIONS, INPUT, [NUM-STDERR-LINES])
383 # Run `calc' on INPUT and expect no STDOUT nor STDERR.
387 # NUM-STDERR-LINES is the number of expected lines on stderr.
396 AT_PARSER_CHECK([./calc input], 0, [], [stderr])
401 # [NUM-STDERR-LINES],
409 # NUM-STDERR-LINES is the number of expected lines on stderr.
413 # is correctly output on stderr.
417 # on STDERR.
419 # If BISON-OPTIONS contains `%debug' but not `%glr', then NUM-STDERR-LINES
420 # is the number of expected lines on stderr.
423 [AT_PARSER_CHECK([./calc $3], $2, [], [stderr])],
427 AT_PARSER_CHECK([./calc input], $2, [], [stderr])])
446 /^yydestructor:/d' stderr >at-stderr
447 mv at-stderr stderr
461 AT_CHECK([cat stderr], 0, [expout])