systemc: Teach verify.py how to verify vcd files.
[gem5.git] / src / systemc / tests / verify.py
2018-10-16 Gabe Blacksystemc: Teach verify.py how to verify vcd files.
2018-10-16 Gabe Blacksystemc: Fix a typo in verify.py.
2018-10-09 Gabe Blacksystemc: Ignore a gem5 warning about setting the stack...
2018-10-09 Gabe Blacksystemc: Centralize module callbacks and report new...
2018-10-09 Gabe Blacksystemc: Update some defaults in verify.py.
2018-10-09 Gabe Blacksystemc: Merge stderr and stdout when running tests.
2018-10-09 Gabe Blacksystemc: Teach verify.py to filter messages which start...
2018-10-03 Gabe Blacksystemc: Teach verify.py to ignore two types of errors.
2018-10-03 Gabe Blacksystemc: Teach verify.py to ignore a new error.
2018-10-03 Gabe Blacksystemc: Teach verify.py to ignore "In file: *" in...
2018-10-03 Gabe Blacksystemc: Make verify.py filter out some error messages.
2018-10-03 Gabe Blacksystemc: Teach verify.py how to expect failing error...
2018-09-26 Gabe Blacksystemc: Abort verify.py if no tests were selected.
2018-09-26 Gabe Blacksystemc: Make verify.py run the tests from the director...
2018-09-20 Gabe Blacksystemc: Teach verify.py to ignore another deprecation...
2018-09-20 Gabe Blacksystemc: Generalize ignoring info messages in the refer...
2018-09-20 Gabe Blacksystemc: Ignore a warning in the reference test outputs.
2018-09-20 Gabe Blacksystemc: Always set USE_SYSTEMC=1 when compiling with...
2018-09-20 Gabe Blacksystemc: Make verify.py ignore an Info: message.
2018-09-11 Gabe Blacksystemc: Make verify.py ignore another warning.
2018-09-11 Gabe Blacksystemc: Make verify.py compare non output log referenc...
2018-09-11 Gabe Blacksystemc: Make verify.py delete obsolete diff files.
2018-09-11 Gabe Blacksystemc: Make verify.py ignore a warning.
2018-09-11 Gabe Blacksystemc: Teach verify.py to diff files when checking...
2018-09-11 Gabe Blacksystemc: Add return code verification to verify.py.
2018-09-11 Gabe Blacksystemc: Record the test's return code in the output...
2018-09-11 Gabe Blacksystemc: Extend the execute phase of verify.py.
2018-08-28 Gabe Blacksystemc: Make the verify.py --list option print a total...
2018-08-22 Gabe Blacksystemc: Add a filter-file option.
2018-08-22 Gabe Blacksystemc: Fix a small bug in verify.py.
2018-08-15 Gabe Blacksystemc: Add a script which automates building and...