systemc: Teach verify.py to diff files when checking test results.
authorGabe Black <gabeblack@google.com>
Fri, 27 Jul 2018 10:32:22 +0000 (03:32 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 11 Sep 2018 21:51:26 +0000 (21:51 +0000)
commit9cfe743a2262d53fdf3637f0424faa66533ca8e4
tree55e074cea83b11bf858d74736a7de30cddb48ead
parent80da3c3ff1d6944a1dac0640a1a1d008ec891700
systemc: Teach verify.py to diff files when checking test results.

Currently it just diffs the stdout and ignores other reference files.
It also doesn't filter out noise in the diffs from non test related
simulator messages. These include startup messages, messages when the
simulator finishes executing, and some non-standard warnings, etc.

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