tests: Added functionality to allow the ignoring of test suites
authorBobby R. Bruce <bbruce@ucdavis.edu>
Sat, 23 Nov 2019 00:16:58 +0000 (16:16 -0800)
committerBobby R. Bruce <bbruce@ucdavis.edu>
Wed, 8 Jan 2020 21:44:52 +0000 (21:44 +0000)
commit0f890f0653fc06e2e3d42caad78bdb91e3e39592
tree77ed6567f03aa4fb90745e8e57fe74ce6b94c94f
parent3225c4075b0ddfd83a9f7a220d39740f86a64f16
tests: Added functionality to allow the ignoring of test suites

Previously, when `tests/main.py run` was executed all the tests found
were run. It is now necessary to ignore some test suites as they fail.
Therefore, `gem5/suite.py` has been updated to read from `gem5/.testignore`
(if present). This file contains a list of all the test suites which are to
be ignored.

Change-Id: I699ea662b701d82199980084261496f24b13d340
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/23023
Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu>
Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu>
Tested-by: kokoro <noreply+kokoro@google.com>
tests/gem5/suite.py