tests: simple_ruby_test's valid_host is X86 only
authorGiacomo Travaglini <giacomo.travaglini@arm.com>
Mon, 2 Mar 2020 10:49:46 +0000 (10:49 +0000)
committerGiacomo Travaglini <giacomo.travaglini@arm.com>
Tue, 3 Mar 2020 09:47:52 +0000 (09:47 +0000)
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 <giacomo.travaglini@arm.com>
Reviewed-by: Ciro Santilli <ciro.santilli@arm.com>
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/26103
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>

tests/gem5/learning_gem5/part3_test.py

index 5418b1d04b9f8988997655f5baeff26a057b020f..9847ab7bc9895599b7528bbadb926d626c174128 100644 (file)
@@ -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(