From: Giacomo Travaglini Date: Mon, 2 Mar 2020 10:49:46 +0000 (+0000) Subject: tests: simple_ruby_test's valid_host is X86 only X-Git-Tag: v20.0.0.0~436 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=51ffa486201395471cfd740be649ff645ba2986f;p=gem5.git tests: simple_ruby_test's valid_host is X86 only This is because the binary is dynamically linked thus it can run on a x86 host only. Change-Id: I7391414fdcd8f861f62e54c4d681e29360eb7443 Signed-off-by: Giacomo Travaglini Reviewed-by: Ciro Santilli Reviewed-by: Nikos Nikoleris Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/26103 Tested-by: kokoro Reviewed-by: Jason Lowe-Power Maintainer: Jason Lowe-Power --- diff --git a/tests/gem5/learning_gem5/part3_test.py b/tests/gem5/learning_gem5/part3_test.py index 5418b1d04..9847ab7bc 100644 --- a/tests/gem5/learning_gem5/part3_test.py +++ b/tests/gem5/learning_gem5/part3_test.py @@ -40,6 +40,7 @@ gem5_verify_config( config_args = [], protocol = 'MSI', valid_isas=("X86",), # Currently only x86 has the threads test + valid_hosts=constants.target_host["X86"], # dynamically linked ) gem5_verify_config(