tests: Removed m5threads tests from .testignore
authorBobby R. Bruce <bbruce@ucdavis.edu>
Wed, 19 Aug 2020 07:32:16 +0000 (00:32 -0700)
committerBobby R. Bruce <bbruce@ucdavis.edu>
Mon, 24 Aug 2020 16:11:48 +0000 (16:11 +0000)
commit1009c9878ce0ba386fe1a87cf33c8bfad05b3b8c
tree0839b97478182a9f8c56e6f20adb27943aa9900d
parentcf5c9f6434b8ce222983a0b4b6459a47a118c959
tests: Removed m5threads tests from .testignore

This commit fixes many problems which were resulting in these tests
not executing correctly. However, the m5thread tests are still failing
with an `fatal:syscall set_tid_address (#166) unimplemented` error,
recorded here: https://gem5.atlassian.net/browse/GEM5-747.

The tests have been removed from .testignore as part of our goal of
removing all tests from the .testignore file:
https://gem5.atlassian.net/browse/GEM5-361

Change-Id: I287d1e126963114a791d7f3aa563a037a89b2cb7
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/32916
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
tests/gem5/.testignore
tests/gem5/m5threads_test_atomic/atomic_system.py
tests/gem5/m5threads_test_atomic/caches.py [new file with mode: 0755]
tests/gem5/m5threads_test_atomic/ref/sparc/linux/simout [deleted file]
tests/gem5/m5threads_test_atomic/ref/sparc64/simout [new file with mode: 0644]
tests/gem5/m5threads_test_atomic/test.py