Temporarily flag a SIMD test as optimization-sensitive (#19163)
authorKoundinya Veluri <kouvel@users.noreply.github.com>
Mon, 30 Jul 2018 19:23:32 +0000 (12:23 -0700)
committerGitHub <noreply@github.com>
Mon, 30 Jul 2018 19:23:32 +0000 (12:23 -0700)
The test runs in several PR-triggered jobs. It fails with minopts and once tiering is enabled it would fail in every PR. See https://github.com/dotnet/coreclr/issues/19124.

tests/src/JIT/SIMD/VectorExp_ro.csproj

index 0028546..5337115 100644 (file)
@@ -21,6 +21,8 @@
   <PropertyGroup>
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
+    <!-- Temporarily flagged as optimization-sensitive due to https://github.com/dotnet/coreclr/issues/19124 -->
+    <JitOptimizationSensitive>True</JitOptimizationSensitive>
   </PropertyGroup>
   <ItemGroup>
     <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />