Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Commit

Permalink
Note that KnownGood tests are only known good on Windows (#6237)
Browse files Browse the repository at this point in the history
Fixes #6236.
  • Loading branch information
MichalStrehovsky authored and jkotas committed Aug 18, 2018
1 parent c6c8436 commit 13fec5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/how-to-run-tests.md
Expand Up @@ -44,7 +44,7 @@ Choose the set of tests you want to run. Currently the options are:
* Top200
* Small set of the suite selected to provide broad coverage quickly (Under 10 minutes). These run as part of the CI when submitting a pull request.
* KnownGood
* Subset of the suite previously validated to all pass on CoreRT. If these all pass you can be pretty sure you haven't regressed the compiler.
* Subset of the suite previously validated to all pass on CoreRT. If these all pass you can be pretty sure you haven't regressed the compiler. We currently only have a KnownGood list on Windows.
* All
* The entire suite. Many of the tests will fail since CoreRT is still pre-release and some tests don't play well with an ahead-of-time compiler.

Expand Down

0 comments on commit 13fec5b

Please sign in to comment.