tests: Update the ignore regexps to reflect the M5->gem5 name change
This commit is contained in:
parent
1c3a1888d8
commit
e23850dd07
1 changed files with 3 additions and 3 deletions
|
@ -63,9 +63,9 @@ retry_signals = (signal.SIGTERM, signal.SIGKILL, signal.SIGINT,
|
|||
# regular expressions of lines to ignore when diffing outputs
|
||||
output_ignore_regexes = (
|
||||
'^command line:', # for stdout file
|
||||
'^M5 compiled ', # for stderr file
|
||||
'^M5 started ', # for stderr file
|
||||
'^M5 executing on ', # for stderr file
|
||||
'^gem5 compiled ', # for stderr file
|
||||
'^gem5 started ', # for stderr file
|
||||
'^gem5 executing on ', # for stderr file
|
||||
'^Simulation complete at', # for stderr file
|
||||
'^Listening for', # for stderr file
|
||||
'listening for remote gdb', # for stderr file
|
||||
|
|
Loading…
Reference in a new issue