You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test_harness.py should allow adding tags to tests and filter running tests by those tags. For example, tests could be tagged as exercising emulator, hardware, or software (with some tests belonging to multiple categories). For a compiler tests, we could only tests tagged with software, skipping things like verilog unit tests, for example.
This would also be useful for tagging which tests should be run during CI.
The text was updated successfully, but these errors were encountered:
test_harness.py should allow adding tags to tests and filter running tests by those tags. For example, tests could be tagged as exercising emulator, hardware, or software (with some tests belonging to multiple categories). For a compiler tests, we could only tests tagged with software, skipping things like verilog unit tests, for example.
This would also be useful for tagging which tests should be run during CI.
The text was updated successfully, but these errors were encountered: