Skip to content

Commit

Permalink
Merge pull request riscv#491 from en-sc/en-sc/warning-repeat-read
Browse files Browse the repository at this point in the history
Remove old warning check in RepeatReadTest
  • Loading branch information
aap-sc authored May 13, 2024
2 parents 29e6bc8 + e989825 commit 084a607
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions debug/gdbserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -928,10 +928,6 @@ def is_valid_warning(line):
return True

for line in itertools.dropwhile(is_valid_warning, output.splitlines()):
# This `if` is to be removed after
# https://github.com/riscv/riscv-openocd/pull/871 is merged.
if line.startswith("Batch memory"):
continue
for v in line.split():
values.append(int(v, 16))

Expand Down

0 comments on commit 084a607

Please sign in to comment.