summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Andreenko <seandree@microsoft.com>2018-08-13 16:16:50 -0700
committerGitHub <noreply@github.com>2018-08-13 16:16:50 -0700
commitb0686a29be2eff059f080a66b7aa4febe55a01bc (patch)
tree8e36935e38de348a6d5138b8dec3f7765baebef7
parentbf72f70f0e00987470f36bfde89c209c5147fac0 (diff)
downloadcoreclr-b0686a29be2eff059f080a66b7aa4febe55a01bc.tar.gz
coreclr-b0686a29be2eff059f080a66b7aa4febe55a01bc.tar.bz2
coreclr-b0686a29be2eff059f080a66b7aa4febe55a01bc.zip
disable tests\src\JIT\Methodical\fp\exgen\10w5d_cs_do (#19465)
in stress modes. The issue is #18988
-rw-r--r--tests/src/JIT/Methodical/fp/exgen/10w5d_cs_do.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/JIT/Methodical/fp/exgen/10w5d_cs_do.csproj b/tests/src/JIT/Methodical/fp/exgen/10w5d_cs_do.csproj
index 6bb65b3031..718bbef990 100644
--- a/tests/src/JIT/Methodical/fp/exgen/10w5d_cs_do.csproj
+++ b/tests/src/JIT/Methodical/fp/exgen/10w5d_cs_do.csproj
@@ -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" />