Fix MulticoreRunHaltStepiTest
authorTim Newsome <tim@sifive.com>
Sat, 19 May 2018 01:12:00 +0000 (18:12 -0700)
committerTim Newsome <tim@sifive.com>
Sat, 19 May 2018 01:12:00 +0000 (18:12 -0700)
commit016147c6167f714c95dbfe9d99d6b983e6202507
treeebd2c72fb4349774cc32b2611d4d58f048de7b72
parentf9db9282d7db202dc6bd5e29f4745d9932292ac4
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.
debug/gdbserver.py
debug/testlib.py