Skip to content

Commit

Permalink
Merge pull request #556 from aap-sc/aap-sc/sampling_sporadic_failure
Browse files Browse the repository at this point in the history
debug: fix sporadic failures of memory sampling tests
  • Loading branch information
en-sc authored May 16, 2024
2 parents 084a607 + cb35777 commit d3b582e
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 @@ -833,6 +833,7 @@ def check_incrementing_samples(raw_samples, check_addr,
first_timestamp = timestamp
else:
end = (timestamp, total_samples)
previous_value = None
else:
assertRegex(line, r"^0x[0-f]+: 0x[0-f]+$")
address, value = line.split(': ')
Expand Down

0 comments on commit d3b582e

Please sign in to comment.