summaryrefslogtreecommitdiff
path: root/tests/src/CLRTest.Execute.Bash.targets
diff options
context:
space:
mode:
authorSean Gillespie <sean.william.g@gmail.com>2016-05-03 15:09:06 -0700
committerSean Gillespie <sean.william.g@gmail.com>2016-05-03 15:09:06 -0700
commit09043c6a8b4c32607ce0625bcca4567b7c4e7349 (patch)
tree831b8e181ec12494e26cfabcbc06cdcdb822088b /tests/src/CLRTest.Execute.Bash.targets
parent92f671fe9f0fc583805d4f9c3116126444dabcf4 (diff)
parent87b1d117ed005e0719e857b10d2be92436ba999b (diff)
downloadcoreclr-09043c6a8b4c32607ce0625bcca4567b7c4e7349.tar.gz
coreclr-09043c6a8b4c32607ce0625bcca4567b7c4e7349.tar.bz2
coreclr-09043c6a8b4c32607ce0625bcca4567b7c4e7349.zip
Merge pull request #4721 from swgillespie/gcsimulator
Add a "GCSimulator" CI 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 af9d2e7e16..ef6f0b8262 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