summaryrefslogtreecommitdiff
path: root/tests/src/JIT
diff options
context:
space:
mode:
authorSergey Andreenko <seandree@microsoft.com>2019-05-20 21:11:36 -0700
committerSergey Andreenko <seandree@microsoft.com>2019-05-20 21:11:36 -0700
commite04eb4b4ac0d52f6449522d9a42b8b7aca5247ee (patch)
tree2c74550cb7ffb55bea2ce7b7dee187f97aefacb8 /tests/src/JIT
parentdf1b396c7a0da6cfddac9cd7236aa4187742126a (diff)
downloadcoreclr-e04eb4b4ac0d52f6449522d9a42b8b7aca5247ee.tar.gz
coreclr-e04eb4b4ac0d52f6449522d9a42b8b7aca5247ee.tar.bz2
coreclr-e04eb4b4ac0d52f6449522d9a42b8b7aca5247ee.zip
Exclude superpmicollect with JitStress on arm.
Revert this when https://github.com/dotnet/coreclr/issues/24633 get fixed.
Diffstat (limited to 'tests/src/JIT')
-rw-r--r--tests/src/JIT/superpmi/superpmicollect.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/JIT/superpmi/superpmicollect.csproj b/tests/src/JIT/superpmi/superpmicollect.csproj
index 3ae687b277..506dde8931 100644
--- a/tests/src/JIT/superpmi/superpmicollect.csproj
+++ b/tests/src/JIT/superpmi/superpmicollect.csproj
@@ -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' ">