Merge pull request #1236 from davidharrishmc/dev

coverage_tlbMisaligned now running and back in regression
This commit is contained in:
Rose Thompson 2025-01-16 13:22:59 -06:00 committed by GitHub
commit d8b6d65f15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -233,7 +233,6 @@ bpredtests = [
# list of tests not supported by ImperasDV yet that should be waived during lockstep testing # list of tests not supported by ImperasDV yet that should be waived during lockstep testing
lockstepwaivers = [ lockstepwaivers = [
"WALLY-q-01.S_ref.elf", # Q extension is not supported by ImperasDV "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 "WALLY-cbom-01.S_ref.elf" #, # cbom extension is not supported by ImperasDV because there is no cache model in ImperasDV
] ]