From: Brian Sullivan Date: Tue, 13 Jun 2017 19:58:37 +0000 (-0700) Subject: Updated for checked build testing and corrected some paths X-Git-Tag: submit/tizen/20210909.063632~11030^2~6925^2~457 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e600d0d1b243f78e7c4b96fd63aac78e7c3deae;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Updated for checked build testing and corrected some paths Commit migrated from https://github.com/dotnet/coreclr/commit/7c02f85f175f3c96b0c77b3683f5132e6dccaacf --- diff --git a/docs/coreclr/building/windows-test-instructions.md b/docs/coreclr/building/windows-test-instructions.md index 8e8949e..7846b6c 100644 --- a/docs/coreclr/building/windows-test-instructions.md +++ b/docs/coreclr/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: `\tests\runtest.cmd` - **runtest /?** will list supported parameters. -This will generate the report named as `TestRun__.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: + +`\tests\runtest.cmd checked` + +This will generate the report named as `TestRun__.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 `\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 `\bin\tests\x64\Windows_NT.x64.Checked\Reports\Exceptions\Finalization`. There are 2 files of interest: