summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorRama Krishnan Raghupathy <ramarag@microsoft.com>2016-05-26 11:37:18 -0700
committerRama Krishnan Raghupathy <ramarag@microsoft.com>2016-05-26 16:54:22 -0700
commita97eacb1813191e07b2f9b12b58ecb4ec72bb653 (patch)
tree736d017afbaa00bb26bacabaa9d79015aed8bcbc /Documentation
parentb671a720e48e5a1e5c5fe839bb6d959460f6c82e (diff)
downloadcoreclr-a97eacb1813191e07b2f9b12b58ecb4ec72bb653.tar.gz
coreclr-a97eacb1813191e07b2f9b12b58ecb4ec72bb653.tar.bz2
coreclr-a97eacb1813191e07b2f9b12b58ecb4ec72bb653.zip
Fxing the case of COMPlus_GCStress
Removing Build dependency for GC Stress
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/building/windows-test-instructions.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/building/windows-test-instructions.md b/Documentation/building/windows-test-instructions.md
index 166d07b6c8..0e3bc26d1e 100644
--- a/Documentation/building/windows-test-instructions.md
+++ b/Documentation/building/windows-test-instructions.md
@@ -25,12 +25,6 @@ This will use crossgen.exe to precompile the test executables before they are ex
The number '2' is just an example. The default value (if no priority is specified) is 0. To clarify, if '2' is specified, all tests with CLRTestPriorty 0, 1 AND 2 will be built and consequently run.
-*Specify GCStress Level*
-
- C:\git\coreclr>tests\buildtest.cmd gcstresslevel 2
-
-GCStress is used to help with identifying GC holes in the implementation of the managed runtime or GC life-time reporting done by the JIT. Valid values are the values supported by GCStressFlags enum in src/vm/eeconfig.h.
-
**Example**
To run a clean, priority 1, crossgen test pass: