From e7328b70d9531003623afc88c711f6f078881e62 Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Wed, 14 Nov 2018 11:14:46 -0800 Subject: [PATCH] Update help output of runtest.cmd/sh --- tests/runtest.cmd | 6 +++++- tests/runtest.sh | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/runtest.cmd b/tests/runtest.cmd index c0991ce..6f5717f 100644 --- a/tests/runtest.cmd +++ b/tests/runtest.cmd @@ -706,6 +706,10 @@ echo sequential - Run tests sequentially (no parallelism). echo crossgen - Precompile ^(crossgen^) the managed assemblies in CORE_ROOT before running the tests. echo crossgenaltjit ^ - Precompile ^(crossgen^) the managed assemblies in CORE_ROOT before running the tests, using the given altjit. echo link ^ - Runs the tests after linking via the IL linker ^. +echo CoreFXTests - Runs CoreFX tests +echo CoreFXTestsAll - Runs all CoreFX tests ^(no exclusions^) +echo CoreFXTestList ^ - Specify a file containing a list of CoreFX tests to run, and runs them. +echo PerfTests - Runs perf tests echo RunCrossgenTests - Runs ReadytoRun tests echo jitstress ^ - Runs the tests with COMPlus_JitStress=n echo jitstressregs ^ - Runs the tests with COMPlus_JitStressRegs=n @@ -725,9 +729,9 @@ echo tieredcompilation - Run the tests with COMPlus_TieredCompilation=1 echo gcname ^ - Runs the tests with COMPlus_GCName=name echo timeout ^ - Sets the per-test timeout in milliseconds ^(default is 10 minutes = 10 * 60 * 1000 = 600000^). echo Note: some options override this ^(gcstresslevel, longgc, gcsimulator^). +echo printlastresultsonly - Print the last test results without running tests. echo msbuildargs ^ - Pass all subsequent args directly to msbuild invocations. echo ^ - Path to the runtime to test ^(if specified^). -echo printlastresultsonly - Print the last test results without running tests. echo. echo Note that arguments are not case-sensitive. echo. diff --git a/tests/runtest.sh b/tests/runtest.sh index 309c7f8..25e6c89 100755 --- a/tests/runtest.sh +++ b/tests/runtest.sh @@ -49,6 +49,7 @@ function print_usage { echo ' --corefxtestlist= : Runs the CoreFX tests specified in the passed list' echo ' --testHostDir= : Directory containing a built test host including core binaries, test dependencies' echo ' and a dotnet executable' + echo ' --coreclr-src= : Specify the CoreCLR root directory. Required to build the TestFileSetup tool for CoreFX testing.' } function create_testhost -- 2.7.4