test,arch-riscv: Removed the RISCV Insttests
authorBobby R. Bruce <bbruce@ucdavis.edu>
Fri, 21 Aug 2020 23:14:38 +0000 (16:14 -0700)
committerBobby R. Bruce <bbruce@ucdavis.edu>
Tue, 25 Aug 2020 18:00:26 +0000 (18:00 +0000)
commitd753719ee37dfe6655752d03dd8e20f6d6a96f2e
tree17a741541a55d154a1c134896bcf3da59d008630
parent101e16facf1c6edc2fbf7a20205ab8b1ed69c109
test,arch-riscv: Removed the RISCV Insttests

These tests verify RISCV instructions. This is already one by the
asmtests:
https://gem5.googlesource.com/public/gem5/+/refs/heads/develop/tests/gem5/asmtest/tests.py

The asmtests do this better.

Furthermore, the insttests have some bugs associated with them, which
would require some engineering effort fix:
https://gem5.atlassian.net/browse/GEM5-729
https://gem5.atlassian.net/browse/GEM5-748
https://gem5.atlassian.net/browse/GEM5-749

This patch removes the RISCV insttests.

Change-Id: I9ee3c88d06778823f655ef9222071beb57c6c995
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/33147
Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu>
Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu>
Tested-by: kokoro <noreply+kokoro@google.com>
28 files changed:
tests/gem5/.testignore
tests/gem5/insttest_se/ref/riscv/linux/insttest-rv64a/simout [deleted file]
tests/gem5/insttest_se/ref/riscv/linux/insttest-rv64c/simout [deleted file]
tests/gem5/insttest_se/ref/riscv/linux/insttest-rv64d/simout [deleted file]
tests/gem5/insttest_se/ref/riscv/linux/insttest-rv64f/simout [deleted file]
tests/gem5/insttest_se/ref/riscv/linux/insttest-rv64i/simout [deleted file]
tests/gem5/insttest_se/ref/riscv/linux/insttest-rv64m/simout [deleted file]
tests/gem5/insttest_se/test.py
tests/test-progs/insttest/bin/riscv/linux-rv64a/insttest [deleted file]
tests/test-progs/insttest/bin/riscv/linux-rv64c/insttest [deleted file]
tests/test-progs/insttest/bin/riscv/linux-rv64d/insttest [deleted file]
tests/test-progs/insttest/bin/riscv/linux-rv64f/insttest [deleted file]
tests/test-progs/insttest/bin/riscv/linux-rv64i/insttest [deleted file]
tests/test-progs/insttest/bin/riscv/linux-rv64m/insttest [deleted file]
tests/test-progs/insttest/src/riscv/Makefile [deleted file]
tests/test-progs/insttest/src/riscv/insttest.h [deleted file]
tests/test-progs/insttest/src/riscv/rv64a.cpp [deleted file]
tests/test-progs/insttest/src/riscv/rv64a.h [deleted file]
tests/test-progs/insttest/src/riscv/rv64c.cpp [deleted file]
tests/test-progs/insttest/src/riscv/rv64c.h [deleted file]
tests/test-progs/insttest/src/riscv/rv64d.cpp [deleted file]
tests/test-progs/insttest/src/riscv/rv64d.h [deleted file]
tests/test-progs/insttest/src/riscv/rv64f.cpp [deleted file]
tests/test-progs/insttest/src/riscv/rv64f.h [deleted file]
tests/test-progs/insttest/src/riscv/rv64i.cpp [deleted file]
tests/test-progs/insttest/src/riscv/rv64i.h [deleted file]
tests/test-progs/insttest/src/riscv/rv64m.cpp [deleted file]
tests/test-progs/insttest/src/riscv/rv64m.h [deleted file]