tests: Upate RISC-V binaries and resultsThis patch updates the binaries and results for hello and insttestregressions using the compressed extension.Change-Id: I3d8f2248f490521d3e0dc05c48735cab82b1b04eReviewed-on: https://gem5-review.googlesource.com/4042Reviewed-by: Jason Lowe-Power <jason@lowepower.com>Maintainer: Jason Lowe-Power <jason@lowepower.com>
riscv: Remove ECALL tests from insttestThe system calls tested in rv64i.cpp in RISC-V's insttest suite havedifferent behavior depending on the operating system and file system theyare run on. This patch ignores the output of those tests and onlyensures that the instructions in RV64I complete successfully.[Change deletion of ECALL test to block comment.][Restore ECALL test but remove test output to test only for completionwithout error.][Update patch description and again try to push EMPTY files for rv64itests.]
tests: Regression stats updated for recent patches