systemc: Generalize ignoring info messages in the reference output.
authorGabe Black <gabeblack@google.com>
Tue, 14 Aug 2018 01:50:28 +0000 (18:50 -0700)
committerGabe Black <gabeblack@google.com>
Thu, 20 Sep 2018 01:47:51 +0000 (01:47 +0000)
commit328ac810995cfea2216724b56f1bf50c78ffd33f
tree35399b4d5d5c79be4f6fd0c4325a06b3eb786248
parentfe34731b02b1a32a0f881846d5b04d11ba6a2d12
systemc: Generalize ignoring info messages in the reference output.

Those messages are very implementation specific and don't (generally)
affect correctness. This makes it easier to ignore info messages based
on their number.

This change also makes the output checker ignore a similarly styled
message gem5 generates. We should consider making gem5 not generate
that message and have it generate another message instead which is
specific to gem5. We would need to filter that out too when comparing
results.

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