summaryrefslogtreecommitdiff
path: root/tests/helixpublishwitharcade.proj
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2019-06-11 14:18:08 -0700
committerGitHub <noreply@github.com>2019-06-11 14:18:08 -0700
commit96c8a1259f5605f52a4d08d804c5f0cdb59308b2 (patch)
treee25828e971c91193d82e1d4b7cc0e855cf23a1a7 /tests/helixpublishwitharcade.proj
parent94b6a89d491ef78792c491f83fd290948d2a838d (diff)
downloadcoreclr-96c8a1259f5605f52a4d08d804c5f0cdb59308b2.tar.gz
coreclr-96c8a1259f5605f52a4d08d804c5f0cdb59308b2.tar.bz2
coreclr-96c8a1259f5605f52a4d08d804c5f0cdb59308b2.zip
Improve corefx testing (#24962)
CoreFX tests are now used to test CoreCLR on Windows/x64 and Linux/x64. PR testing includes normal and no-tiered modes. CI testing will include all JIT stress modes that apply to CoreCLR testing. Many tests have been disabled to allow the jobs to (mostly) run error-free. Support for other platforms requires fixes to the testhost generation.
Diffstat (limited to 'tests/helixpublishwitharcade.proj')
-rw-r--r--tests/helixpublishwitharcade.proj2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/helixpublishwitharcade.proj b/tests/helixpublishwitharcade.proj
index 74d5eb78ac..c7994c3293 100644
--- a/tests/helixpublishwitharcade.proj
+++ b/tests/helixpublishwitharcade.proj
@@ -31,6 +31,8 @@
</_PropertiesToPass>
</PropertyGroup>
+ <Error Condition="'$(_Scenarios)' == ''" Text="_Scenarios not set" />
+
<MSBuild Projects="$(MSBuildProjectFile)" Targets="PrepareCorrelationPayloadDirectory" />
<MSBuild Projects="$(MSBuildProjectFile)" Targets="PreparePayloadsDirectories" Properties="Scenarios=$(_Scenarios)" StopOnFirstFailure="true" />