From 4c4131b8b736fd12aff0fa1b7bbf8270a13e2015 Mon Sep 17 00:00:00 2001 From: Swaroop Sridhar Date: Wed, 22 Mar 2017 15:22:04 -0700 Subject: [PATCH] Exclude some tests from Linker testing. Exclude some tests while testing via ILLINK. The reasons are mentioned in issues.targets. Commit migrated from https://github.com/dotnet/coreclr/commit/5ba4f04e851174f96b3049eb5277d111669c59ac --- src/coreclr/tests/issues.targets | 15 +++++++++++++++ src/coreclr/tests/runtest.cmd | 4 ++++ 2 files changed, 19 insertions(+) diff --git a/src/coreclr/tests/issues.targets b/src/coreclr/tests/issues.targets index c2eb886..c8ca846 100644 --- a/src/coreclr/tests/issues.targets +++ b/src/coreclr/tests/issues.targets @@ -1734,5 +1734,20 @@ needs triage + + + + + + + By Test Infrastructure design + + + + Bug + + diff --git a/src/coreclr/tests/runtest.cmd b/src/coreclr/tests/runtest.cmd index 58d4efb..dcff1bd 100644 --- a/src/coreclr/tests/runtest.cmd +++ b/src/coreclr/tests/runtest.cmd @@ -160,6 +160,10 @@ if defined __AgainstPackages ( set __msbuildCommonArgs=%__msbuildCommonArgs% /p:BuildTestsAgainstPackages=true ) +if defined DoLink ( + set __msbuildCommonArgs=%__msbuildCommonArgs% /p:RunTestsViaIllink=true +) + REM Prepare the Test Drop REM Cleans any NI from the last run powershell "Get-ChildItem -path %__TestWorkingDir% -Include '*.ni.*' -Recurse -Force | Remove-Item -force" -- 2.7.4