systemc: Merge stderr and stdout when running tests.
authorGabe Black <gabeblack@google.com>
Thu, 6 Sep 2018 23:49:24 +0000 (16:49 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 9 Oct 2018 21:38:49 +0000 (21:38 +0000)
commit51e3c33ed41da2204c952792993b408917c6e522
tree787ba9ae0153131d0787ce207333a7a298f66b37
parent5ed90fffb6bdbbd5fe2316687faff05f641d6692
systemc: Merge stderr and stdout when running tests.

The golden output for tests doesn't distinguish between stderr and
stdout, and by only comparing against stdout we have to throw away
errors which would be good to verify we get right. Also the tests
sometimes send output to stderr for no apparent reason, requiring
manually patching the tests.

This change adds filters for two messages which used to go to stderr
in gem5 but now show up in the diffs, one that just says the simulation
is starting, and the other for warns of unimplemented functionality.
The second warning should be turned on at some point so we make sure
everything the tests touch works and they don't just work by
coincidence, but for now it introduces a lot of noise among otherwise
passing tests.

Change-Id: I3b14f7807af561a79d6e0ca87aff1ab6051be596
Reviewed-on: https://gem5-review.googlesource.com/c/12600
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/systemc/tests/verify.py