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>
stats: Rename num_syscalls to numSyscalls in the reference stats.The name of the stat was changed in the following change which broke all thereference outputs. commit 2367198921765848a4f5b3d020a7cc5776209f80 Author: Brandon Potter <brandon.potter@amd.com> Date: Mon Feb 27 14:10:15 2017 -0500 syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess simulationsChange-Id: Id98b085ccae098c50c434ad81a72beee46084f40Reviewed-on: https://gem5-review.googlesource.com/2651Maintainer: Jason Lowe-Power <jason@lowepower.com>Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
stats: Get all stats updated to reflect current behaviourLine everything up again.
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