-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add testing instructions to the README #647
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
Conversation
miscco
left a comment
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.
Looks great!
I am thrilled to test it out over the weekend.
c705760 to
240fd59
Compare
|
#645 should fix the antivirus false positive |
Co-Authored-By: Stephan T. Lavavej <stl@nuwen.net> Co-Authored-By: Casey Carter <cartec69@gmail.com>
240fd59 to
38b701b
Compare
|
Sorry I force-pushed, something weird was going on. |
Co-Authored-By: Casey Carter <cartec69@gmail.com>
Co-Authored-By: Stephan T. Lavavej <stl@nuwen.net>
Co-Authored-By: Stephan T. Lavavej <stl@nuwen.net>
|
|
||
| The `XPASS` and `XFAIL` result codes are less obvious. `XPASS` is actually a failure result and indicates that we | ||
| expected a test to fail but it passed. `XFAIL` is a successful result and indicates that we expected the test to fail | ||
| and it did. Typically an `XPASS` result means that the `expected_results.txt` file for the testsuite needs to be |
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.
I gues you want a negation here and it did *not*
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.
No I think what is written is correct. XFAIL means that we expected the test to fail and it did. XPASS means we expected the test to fail but it passed.
I know, it's a little confusing.
Description
Add instructions for running the tests by hand to the README.
Also fix/skip some flaky tests so I can get a green checkmark.