disable tests\src\JIT\Methodical\fp\exgen\10w5d_cs_do (dotnet/coreclr#19465)
authorSergey Andreenko <seandree@microsoft.com>
Mon, 13 Aug 2018 23:16:50 +0000 (16:16 -0700)
committerGitHub <noreply@github.com>
Mon, 13 Aug 2018 23:16:50 +0000 (16:16 -0700)
in stress modes. The issue is dotnet/coreclr#18988

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

src/coreclr/tests/src/JIT/Methodical/fp/exgen/10w5d_cs_do.csproj

index 6bb65b3..718bbef 100644 (file)
@@ -25,6 +25,8 @@
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <!-- Temporarily flagged as optimization-sensitive due to https://github.com/dotnet/coreclr/issues/18988 -->
+    <JitOptimizationSensitive>True</JitOptimizationSensitive>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="10w5d.cs" />