systemc: Add return code verification to verify.py.
authorGabe Black <gabeblack@google.com>
Fri, 27 Jul 2018 00:53:01 +0000 (17:53 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 11 Sep 2018 21:50:56 +0000 (21:50 +0000)
commit80da3c3ff1d6944a1dac0640a1a1d008ec891700
treed59696286c1e2bb1c0ce6210698d29e62fbc016d
parent71bb7df8ddafb8913e5ad2cfa05810795079e0d5
systemc: Add return code verification to verify.py.

This just checks whether gem5 exited of its own accord with a
successful error code, or in other words that it didn't hang or crash.
More checking will need to be added to verify the output against the
golden reference.

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