Fix test-suite to handle stdout and stderr separately, and fix up tests
commit33683d9fd2b3d6d240c539e50e61af0fca0fe5aa
authorJosh Triplett <josh@freedesktop.org>
Mon, 23 Jul 2007 03:27:57 +0000 (22 20:27 -0700)
committerJosh Triplett <josh@freedesktop.org>
Mon, 23 Jul 2007 03:27:57 +0000 (22 20:27 -0700)
tree6f8a3daae8586ba1976c461cdd2d524d1ec89e35
parent3a38b8db6d5ffa9d19c08c854c71c7a5f03e3934
Fix test-suite to handle stdout and stderr separately, and fix up tests

test-suite merged stdout and stderr, which relied on the ordering of data from
the two streams in the merged stream.  This made test-suite frequently fail on
tests with both output and errors, when the ordering didn't happen to match
what the test assumed.  Handle each of the streams separately, and update the
tests accordingly.

Also clean up the output of "test-suite format" to avoid outputting values
equal to the defaults.

Signed-off-by: Josh Triplett <josh@freedesktop.org>
Makefile
validation/address_space.c
validation/bad-array-designated-initializer.c
validation/bad-assignment.c
validation/cond_expr2.c
validation/label-asm.c
validation/preprocessor/preprocessor18.c
validation/preprocessor/preprocessor19.c
validation/preprocessor/preprocessor21.c
validation/struct-as.c
validation/test-suite