From b9d215db7672984d8442df18c39c7deec6cd9e72 Mon Sep 17 00:00:00 2001 From: Kaitlin Lucio Date: Mon, 28 Oct 2024 16:05:39 -0700 Subject: [PATCH] Update regression-wally according to PR --- bin/regression-wally | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/regression-wally b/bin/regression-wally index 1f30a9dce..0a7a8fa69 100755 --- a/bin/regression-wally +++ b/bin/regression-wally @@ -437,7 +437,7 @@ if (args.nightly): addLockstepTestsByDir(WALLY+"/tests/coverage", "rv64gc", lockstepsim, 0) addLockstepTestsByDir(WALLY+"/tests/riscof/work/wally-riscv-arch-test/rv64i_m", "rv64gc", lockstepsim, 0) addTests(derivconfigtests, defaultsim) - addTests(bpredtests, defaultsim) + # addTests(bpredtests, defaultsim) # This is currently broken in regression due to something related to the new wsim script. # testfloat tests if (args.testfloat): # for testfloat alone, just run testfloat tests