tests: Add --host tag
authorGiacomo Travaglini <giacomo.travaglini@arm.com>
Fri, 17 Jan 2020 14:04:47 +0000 (14:04 +0000)
committerGiacomo Travaglini <giacomo.travaglini@arm.com>
Mon, 10 Feb 2020 09:57:56 +0000 (09:57 +0000)
commit5ab5d07d71706a953bf9bfea235a31e46c445e92
treed0a0aabc35696cb90190ab77cd84ca0d7bd985fa
parent441138b837bde55476d4324f172a6c88b6c186cd
tests: Add --host tag

A host tag has been added to take into consideration the host ISA which
is running gem5 (default is X86).
There might be regressions which are supposed to be run on a particular
host machine only. This could be the case of dynamically linked
regressions which require dynamic linker/loader + shared libraries of
the same ISA as the target.

Change-Id: I4c4044a4f1b8899f443856340df302df7c1aaf8e
Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Reviewed-by: Ciro Santilli <ciro.santilli@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/24527
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu>
Tested-by: kokoro <noreply+kokoro@google.com>
ext/testlib/config.py
ext/testlib/main.py
tests/gem5/.testignore
tests/gem5/suite.py