-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add exclude tests option #96
Conversation
2ee69c5
to
9e935f0
Compare
Converted to draft pull request because #97 pull request is top priority. Once it is merged, this pull request can leave draft state. |
9e935f0
to
e465b41
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some remarks to ponder...
Please mark conversations resolved if they are properly fixed. As for other questions/suggestion require later pull request(s), please keep them open. 🙂 |
I recently realize exclude tests will be very useful for emulators to skip them if they are not compatible or aren't working by design. Exclude tests become necessary to verify other test results instead of manually inputting many individual tests, just to remove one or some tests.
In
config.txt
file:tests-exclude=<export hex number>[,...]