Exclude superpmicollect with JitStress on arm.
authorSergey Andreenko <seandree@microsoft.com>
Tue, 21 May 2019 04:11:36 +0000 (21:11 -0700)
committerSergey Andreenko <seandree@microsoft.com>
Tue, 21 May 2019 04:11:36 +0000 (21:11 -0700)
Revert this when https://github.com/dotnet/coreclr/issues/24633 get fixed.

Commit migrated from https://github.com/dotnet/coreclr/commit/e04eb4b4ac0d52f6449522d9a42b8b7aca5247ee

src/coreclr/tests/src/JIT/superpmi/superpmicollect.csproj

index 3ae687b..506dde8 100644 (file)
@@ -14,6 +14,8 @@
     <CrossGenTest>false</CrossGenTest>
     <!-- This test takes a long time to complete -->
     <UnloadabilityIncompatible>true</UnloadabilityIncompatible>
+    <!-- https://github.com/dotnet/coreclr/issues/24633 --> 
+    <JitOptimizationSensitive Condition="'$(Platform)' == 'arm'">true</JitOptimizationSensitive>
   </PropertyGroup>
   <!-- Default configurations to help VS understand the configurations -->
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">