Skip to content

Conversation

@cbezault
Copy link
Contributor

@cbezault cbezault commented Mar 27, 2020

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.

@cbezault cbezault added the documentation Related to documentation or comments label Mar 27, 2020
@cbezault cbezault requested a review from a team as a code owner March 27, 2020 20:35
Copy link
Contributor

@miscco miscco left a 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.

@cbezault cbezault force-pushed the test-update-readme branch 2 times, most recently from c705760 to 240fd59 Compare March 28, 2020 02:43
@cbezault cbezault mentioned this pull request Mar 28, 2020
4 tasks
@BillyONeal
Copy link
Member

#645 should fix the antivirus false positive

@cbezault cbezault added the infrastructure Related to repository automation label Mar 30, 2020
@cbezault cbezault force-pushed the test-update-readme branch from 240fd59 to 38b701b Compare March 30, 2020 15:40
@cbezault
Copy link
Contributor Author

Sorry I force-pushed, something weird was going on.

Co-Authored-By: Casey Carter <cartec69@gmail.com>
@CaseyCarter CaseyCarter mentioned this pull request Mar 31, 2020
4 tasks
@cbezault cbezault self-assigned this Mar 31, 2020
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
Copy link
Contributor

@miscco miscco Mar 31, 2020

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*

Copy link
Contributor Author

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.

@cbezault cbezault merged commit a1a45cc into microsoft:master Mar 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Related to documentation or comments infrastructure Related to repository automation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants