commit | 01ff91991bb446ae6c8b43b487b32c54f436273a | [log] [tgz] |
---|---|---|
author | Bobby R. Bruce <bbruce@ucdavis.edu> | Wed Sep 08 13:24:10 2021 -0700 |
committer | Bobby R. Bruce <bbruce@ucdavis.edu> | Thu Sep 09 16:29:28 2021 +0000 |
tree | 1634c7e37e2b245d4ab6f38fdb391b72d63b58d6 | |
parent | abf6b8b7b641648e2b26157fd3876c8c41670141 [diff] |
tests: Fix x86-boot-tests nightly tests The nightly tests were failing as reported here: https://www.mail-archive.com/gem5-dev@gem5.org/msg40394.html. This was due to the tests trying to run our MI_Example test against GCN3_X86 instead of the X86 ISA target. This patch fixes the issue. Change-Id: I8ea692ffc06e3d7c4150074ed22e16096b3dbb5e Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/50128 Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu> Reviewed-by: Jason Lowe-Power <power.jg@gmail.com> Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu> Tested-by: kokoro <noreply+kokoro@google.com>