From: Tim Newsome Date: Sat, 19 May 2018 01:12:00 +0000 (-0700) Subject: Fix MulticoreRunHaltStepiTest X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=016147c6167f714c95dbfe9d99d6b983e6202507;hp=016147c6167f714c95dbfe9d99d6b983e6202507;p=riscv-tests.git Fix MulticoreRunHaltStepiTest The test actually wasn't checking interrupt counts at all. Fixing it required some other changes: Make sure all harts get to run Add some retries, since on a loaded machine against spike both harts might not get to run, even if you give spike a generous amount of time to do so. ---