From 57358c884e1dbe1abf0cf94d35a3960ffb8b0894 Mon Sep 17 00:00:00 2001 From: Ross Thompson Date: Sat, 16 Apr 2022 15:09:17 -0500 Subject: [PATCH] commented out wally-scratch test as it hangs during compile. --- .../riscv-test-suite/rv64i_m/privilege/Makefrag | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/wally-riscv-arch-test/riscv-test-suite/rv64i_m/privilege/Makefrag b/tests/wally-riscv-arch-test/riscv-test-suite/rv64i_m/privilege/Makefrag index 73ef3c203..a7006338c 100644 --- a/tests/wally-riscv-arch-test/riscv-test-suite/rv64i_m/privilege/Makefrag +++ b/tests/wally-riscv-arch-test/riscv-test-suite/rv64i_m/privilege/Makefrag @@ -35,11 +35,12 @@ rv64i_sc_tests = \ WALLY-CSR-permission-s-01 \ WALLY-CSR-permission-u-01 \ WALLY-misa-01 \ - WALLY-scratch-01 \ WALLY-sscratch-s-01 \ WALLY-AMO \ WALLY-LRSC \ +# WALLY-scratch-01 \ + # Don't simulate these because they rely on SoC features that Wally does not offer. target_tests_nosim = \ WALLY-PMA \