Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndon Andonov <anandono@microsoft.com>2018-06-01 00:55:07 +0300
committerGitHub <noreply@github.com>2018-06-01 00:55:07 +0300
commite9ad569123ec3c104c800346bb9a70382053aa04 (patch)
tree72de3df5760bb5f8c41f4233ed19bf4423071268 /Documentation
parent9a75da3cf1052cc301d497a3edd20498e5ad1f06 (diff)
Enable OSX and Linux CoreFX CI tests (#5864)
* Separate Issues on a per OS basis * Add Linux exclusions * Fix -p flag * Add OSX exclusions for all-green * Final Test Definitions * Enable tests in runtest * Unify OSX and Linux issues * Update docs to reflect changes * Remove Threading.Tasks.Tests and intermittent test failures * Prune test list to include only System.Collections.Tests
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/how-to-run-tests.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/how-to-run-tests.md b/Documentation/how-to-run-tests.md
index 0fb51a403..a96b2e1fa 100644
--- a/Documentation/how-to-run-tests.md
+++ b/Documentation/how-to-run-tests.md
@@ -118,7 +118,7 @@ On Linux / macOS:
tests/runtest.sh -corefx
```
-The tests assemblies to run are defined in `TopN.CoreFX.issues.json` with their respectively excluded test methods, classes or namespaces.
+The tests assemblies to run are defined in `TopN.CoreFX.[Windows/Unix].issues.json` with their respectively excluded test methods, classes or namespaces.
### Reproducing test failures
@@ -149,7 +149,7 @@ Open Command Promps and run:
### Enabling tests
-To enable a new CoreFX test project to run against CoreRT add its fully qualified name to `TopN.CoreFX.issues.json`.
+To enable a new CoreFX test project to run against CoreRT add its fully qualified name to `TopN.CoreFX.[Windows/Unix].issues.json`.
To remove a test from a test project which is already enabled, in the same file find and delete the definition containing its name.
### Disabling tests