Skip to content

Commit

Permalink
Park other harts in TranslateTest. (#313)
Browse files Browse the repository at this point in the history
This fixes an intermitten failure when running these tests.
  • Loading branch information
timsifive authored Jan 8, 2021
1 parent 363e5cf commit cd6ebbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debug/gdbserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -1563,6 +1563,7 @@ def setup(self):
self.disable_pmp()

self.gdb.load()
self.parkOtherHarts()
self.gdb.b("main")
output = self.gdb.c()
assertRegex(output, r"\bmain\b")
Expand Down

0 comments on commit cd6ebbc

Please sign in to comment.