summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorBrian Sullivan <briansul@microsoft.com>2017-06-13 12:58:37 -0700
committerGitHub <noreply@github.com>2017-06-13 12:58:37 -0700
commit7c02f85f175f3c96b0c77b3683f5132e6dccaacf (patch)
treeb03c2eb5541eb0cd9cccf80816a9dcd6b07415e6 /Documentation
parent0d122b4cdb7beaf8fcae466e14134d1706b3e4c1 (diff)
downloadcoreclr-7c02f85f175f3c96b0c77b3683f5132e6dccaacf.tar.gz
coreclr-7c02f85f175f3c96b0c77b3683f5132e6dccaacf.tar.bz2
coreclr-7c02f85f175f3c96b0c77b3683f5132e6dccaacf.zip
Updated for checked build testing and corrected some paths
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/building/windows-test-instructions.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/Documentation/building/windows-test-instructions.md b/Documentation/building/windows-test-instructions.md
index 8e8949ed00..7846b6c951 100644
--- a/Documentation/building/windows-test-instructions.md
+++ b/Documentation/building/windows-test-instructions.md
@@ -45,17 +45,19 @@ Note: buildtest.cmd or build.cmd skipnative skipmscorlib needs to be run atleast
**Running Tests**
-In a clean command prompt: `<repo_root>\tests\runtest.cmd`
-
**runtest /?** will list supported parameters.
-This will generate the report named as `TestRun_<arch>_<flavor>.html` (e.g. `TestRun_x64__release.html`) in the current folder. It will also copy all the test dependencies to the folder passed at the command line.
+For example to run all ofthe tests using you checkled build:
+
+`<repo_root>\tests\runtest.cmd checked`
+
+This will generate the report named as `TestRun_<arch>_<flavor>.html` (e.g. `TestRun_Windows_NT__x64__Checked.html`) in the current folder. It will also copy all the test dependencies to the folder passed at the command line.
**Investigating Test Failures**
Upon completing a test run, you may find one or more tests have failed.
-The output of the Test will be available in Test reports directory, but the default the directory would be something like is `<repo_root>\binaries\tests\x64\debug\Reports\Exceptions\Finalization`.
+The output of the Test will be available in Test reports directory, but the default the directory would be something like is `<repo_root>\bin\tests\x64\Windows_NT.x64.Checked\Reports\Exceptions\Finalization`.
There are 2 files of interest: