From 2fd3f372aef24462a32bea01e17b07ebde75308f Mon Sep 17 00:00:00 2001 From: David Harris Date: Thu, 16 Jan 2025 10:42:24 -0800 Subject: [PATCH] Returned tlbMisaligned to regression now that #976 is fixed --- bin/regression-wally | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/regression-wally b/bin/regression-wally index ada56c352..185f03826 100755 --- a/bin/regression-wally +++ b/bin/regression-wally @@ -233,7 +233,6 @@ bpredtests = [ # list of tests not supported by ImperasDV yet that should be waived during lockstep testing lockstepwaivers = [ "WALLY-q-01.S_ref.elf", # Q extension is not supported by ImperasDV - "coverage_tlbMisaligned.elf", # Issue 976: ImperasDV bug disagrees with Wally related to misaligned pages when PBMT makes page uncachable "WALLY-cbom-01.S_ref.elf" #, # cbom extension is not supported by ImperasDV because there is no cache model in ImperasDV ]