Home | History | Annotate | Download | only in tests

Lines Matching full:stderr

134       fprintf (stderr, "calc: error: %d != %d\n", $1, $3);
176 fprintf (stderr, "%d.%d",
179 fprintf (stderr, "-%d.%d",
182 fprintf (stderr, "-%d",
184 fprintf (stderr, ": ");])
185 fprintf (stderr, "%s\n", s);
357 # _AT_CHECK_CALC(BISON-OPTIONS, INPUT, [NUM-STDERR-LINES])
359 # Run `calc' on INPUT and expect no STDOUT nor STDERR.
363 # NUM-STDERR-LINES is the number of expected lines on stderr.
372 AT_PARSER_CHECK([./calc input], 0, [], [stderr])
377 # [NUM-STDERR-LINES],
385 # NUM-STDERR-LINES is the number of expected lines on stderr.
389 # is correctly output on stderr.
393 # on STDERR.
395 # If BISON-OPTIONS contains `%debug' but not `%glr', then NUM-STDERR-LINES
396 # is the number of expected lines on stderr.
399 [AT_PARSER_CHECK([./calc $3], $2, [], [stderr])],
403 AT_PARSER_CHECK([./calc input], $2, [], [stderr])])
420 /^yydestructor:/d' stderr >at-stderr
421 mv at-stderr stderr
435 AT_CHECK([cat stderr], 0, [expout])