summaryrefslogtreecommitdiff
path: root/tests/src/CLRTest.Execute.Bash.targets
diff options
context:
space:
mode:
authorSean Gillespie <segilles@microsoft.com>2016-04-28 17:03:51 -0700
committerSean Gillespie <segilles@microsoft.com>2016-05-03 11:58:27 -0700
commit87b1d117ed005e0719e857b10d2be92436ba999b (patch)
tree8e2c2c26d8789533625d2baec60dd1ee9c6fb521 /tests/src/CLRTest.Execute.Bash.targets
parent50e5a2a6d51a3dc31ab89e07d5a9f2abe573a5e2 (diff)
downloadcoreclr-87b1d117ed005e0719e857b10d2be92436ba999b.tar.gz
coreclr-87b1d117ed005e0719e857b10d2be92436ba999b.tar.bz2
coreclr-87b1d117ed005e0719e857b10d2be92436ba999b.zip
GCSimulator test run
Diffstat (limited to 'tests/src/CLRTest.Execute.Bash.targets')
-rw-r--r--tests/src/CLRTest.Execute.Bash.targets11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/src/CLRTest.Execute.Bash.targets b/tests/src/CLRTest.Execute.Bash.targets
index d4bef47283..947447967f 100644
--- a/tests/src/CLRTest.Execute.Bash.targets
+++ b/tests/src/CLRTest.Execute.Bash.targets
@@ -165,6 +165,14 @@ then
exit 0
fi
]]></BashCLRTestEnvironmentCompatibilityCheck>
+ <BashCLRTestGCSimulatorSkipCondition Condition="$(GCSimulatorRun) != 'true' And '$(IsGCSimulatorTest)' == 'true'"><![CDATA[
+echo "Skipping execution because GCSimulator tests are not enabled"
+exit 0
+ ]]></BashCLRTestGCSimulatorSkipCondition>
+ <BashCLRTestGCLongTestSkipCondition Condition="$(GCLongRunning) != 'true' And '$(IsLongRunningGCTest)' == 'true'"><![CDATA[
+echo "Skipping execution because long-running GC tests are not enabled"
+exit 0
+ ]]></BashCLRTestGCLongTestSkipCondition>
<BashCLRTestExitCodePrep Condition="$(_CLRTestNeedsToRun)">
<![CDATA[CLRTestExpectedExitCode=$(CLRTestExitCode)
echo BEGIN EXECUTION]]>
@@ -314,6 +322,9 @@ $(BashEnvironmentVariables)
$(BashCLRTestEnvironmentCompatibilityCheck)
$(BashCLRTestArgPrep)
$(BashCLRTestExitCodePrep)
+# Long-running GC test checks
+$(BashCLRTestGCSimulatorSkipCondition)
+$(BashCLRTestGCLongTestSkipCondition)
# CrossGen Script (when /p:CrossGen=true)
$(CrossgenBashScript)
# IlasmRoundTrip Script