summaryrefslogtreecommitdiff
path: root/src/systemc/tests
AgeCommit message (Expand)Author
2018-10-03systemc: Make some tests use cout instead of cerr to report completion.Gabe Black
2018-10-03systemc: Teach verify.py to ignore two types of errors.Gabe Black
2018-10-03systemc: Mark a test as expected to fail/report an error.Gabe Black
2018-10-03systemc: Mark some tests as expected to fail.Gabe Black
2018-10-03systemc: Teach verify.py to ignore a new error.Gabe Black
2018-10-03systemc: Record that one of the tests will report an error.Gabe Black
2018-10-03systemc: Teach verify.py to ignore "In file: *" in test output.Gabe Black
2018-10-03systemc: Make verify.py filter out some error messages.Gabe Black
2018-10-03systemc: Tell verify.py to expect two tests to fail.Gabe Black
2018-10-03systemc: Teach verify.py how to expect failing error codes.Gabe Black
2018-09-26systemc: Abort verify.py if no tests were selected.Gabe Black
2018-09-26systemc: Make verify.py run the tests from the directory they expect.Gabe Black
2018-09-26systemc: Add a --working-dir option to the test config.py.Gabe Black
2018-09-26systemc: Change the test binaries to use rpath.Gabe Black
2018-09-25systemc: Make the test config retrieve sc_main results.Gabe Black
2018-09-25systemc: Make a test use cout for all its messages.Gabe Black
2018-09-20systemc: Teach verify.py to ignore another deprecation warning.Gabe Black
2018-09-20systemc: Generalize ignoring info messages in the reference output.Gabe Black
2018-09-20systemc: Exclude two more tests which have undefined functions.Gabe Black
2018-09-20systemc: Ignore a warning in the reference test outputs.Gabe Black
2018-09-20systemc: Always set USE_SYSTEMC=1 when compiling with verify.py.Gabe Black
2018-09-20systemc: Make verify.py ignore an Info: message.Gabe Black
2018-09-11systemc: Make verify.py ignore another warning.Gabe Black
2018-09-11systemc: Make verify.py compare non output log reference files.Gabe Black
2018-09-11systemc: Delete empty/misnamed test reference file.Gabe Black
2018-09-11systemc: Remove some junk test reference files.Gabe Black
2018-09-11systemc: Make verify.py delete obsolete diff files.Gabe Black
2018-09-11systemc: Make verify.py ignore a warning.Gabe Black
2018-09-11systemc: Teach verify.py to diff files when checking test results.Gabe Black
2018-09-11systemc: Add return code verification to verify.py.Gabe Black
2018-09-11systemc: Record the test's return code in the output directory.Gabe Black
2018-09-11systemc: Extend the execute phase of verify.py.Gabe Black
2018-09-05systemc: Disable tests which use sensitive_(pos|neg).Gabe Black
2018-09-05systemc: Enable some more sc_simcontext related tests.Gabe Black
2018-08-28systemc: Add a minimal version of the deprecated sc_process_b.Gabe Black
2018-08-28systemc: Make the verify.py --list option print a total count.Gabe Black
2018-08-28systemc: Disable a few more tests that aren't going to work.Gabe Black
2018-08-28systemc: Disable the phase_callbacks set of tests.Gabe Black
2018-08-28systemc: Add some common test include files.Gabe Black
2018-08-22systemc: Exclude another test which exercises sc_string.Gabe Black
2018-08-22systemc: Exclude a test which probably could never compile?Gabe Black
2018-08-22systemc: Add a filter file for the tests which are expected to work.Gabe Black
2018-08-22systemc: Add a filter-file option.Gabe Black
2018-08-22systemc: Fix a small bug in verify.py.Gabe Black
2018-08-15systemc: Remove references to internal constants from the tests.Gabe Black
2018-08-15systemc: Remove more Accellera source specific include paths in tests.Gabe Black
2018-08-15systemc: Make a test stop including an internal path for sc_vector.Gabe Black
2018-08-15systemc: Add a script which automates building and running tests.Gabe Black
2018-08-15systemc, scons: Link systemc tests against the shared gem5 library.Gabe Black
2018-08-15systemc, scons: Add a mechanism to hook in the systemc tests.Gabe Black