Add test for multicore failure
authorTim Newsome <tim@sifive.com>
Fri, 5 Jan 2018 22:25:57 +0000 (14:25 -0800)
committerTim Newsome <tim@sifive.com>
Fri, 5 Jan 2018 22:25:57 +0000 (14:25 -0800)
Specifically, make sure that after resuming all cores, and halting core
0, that OpenOCD's poll() doesn't mess up the currently selected hart to
the point where memory accesses intended for core 0 go to core 1.


No differences found