summaryrefslogtreecommitdiff
path: root/tests/runtest.cmd
diff options
context:
space:
mode:
authorGeunsik Lim <geunsik.lim@samsung.com>2016-05-28 10:25:35 +0900
committerGeunsik Lim <geunsik.lim@samsung.com>2016-05-28 11:29:44 +0900
commit38640b47ce6e95dbcdf5ed9ddc3b8e18182d949b (patch)
tree82a6fab73b958a73d5221992ba440a69494efdf8 /tests/runtest.cmd
parent7703f93bba45c8347a9f7b813e214fe7d8c1fc73 (diff)
downloadcoreclr-38640b47ce6e95dbcdf5ed9ddc3b8e18182d949b.tar.gz
coreclr-38640b47ce6e95dbcdf5ed9ddc3b8e18182d949b.tar.bz2
coreclr-38640b47ce6e95dbcdf5ed9ddc3b8e18182d949b.zip
Documentation: Adding flag descriptions of unit test scripts
Let's append the meaning of the 'priority' and 'gcstresslevel' flag. The additional description of the 'priority' flag is derived from ./coreclr/tests/dir.props. And, that of the 'gcstresslevel' flag is derived from ./coreclr/src/gc/sample/gcenv.h. ver2: Moved 'gcstresslevel' flag from ./tests/buildtest.cmd to ./tests/runtest.*. ver1: Added 'priority' and 'gcstresslevel' flag in ./tests/buildtest.cmd Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
Diffstat (limited to 'tests/runtest.cmd')
-rw-r--r--tests/runtest.cmd3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/runtest.cmd b/tests/runtest.cmd
index 03b783eabc..ef5b4fe007 100644
--- a/tests/runtest.cmd
+++ b/tests/runtest.cmd
@@ -356,6 +356,9 @@ echo jitstressregs n - Runs the tests with COMPlus_JitStressRegs=n
echo jitminopts - Runs the tests with COMPlus_JITMinOpts=1
echo jitforcerelocs - Runs the tests with COMPlus_ForceRelocs=1
echo gcstresslevel n - Runs the tests with COMPlus_GCStress=n
+echo 0: None 1: GC on all allocs and 'easy' places
+echo 2: GC on transitions to preemptive GC 4: GC on every allowable JITed instr
+echo 8: GC on every allowable NGEN instr 16: GC only on a unique stack trace
echo CORE_ROOT The path to the runtime
exit /b 1