Disable r2rdump test for JIT stress currently
authorBruce Forstall <brucefo@microsoft.com>
Thu, 19 Jul 2018 17:10:02 +0000 (10:10 -0700)
committerBruce Forstall <brucefo@microsoft.com>
Thu, 19 Jul 2018 17:10:02 +0000 (10:10 -0700)
Tracked by issue dotnet/coreclr#19011

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

src/coreclr/tests/src/readytorun/r2rdump/R2RDumpTest.csproj

index d885ff8..541f065 100644 (file)
@@ -12,7 +12,7 @@
     <CoreClrDir>..\..\..\..\..\..\</CoreClrDir>
     <R2RDumpCommand>$(CoreClrDir)bin\Product\$(BuildOS).$(BuildArch).$(BuildType)\netcoreapp2.0\R2RDump.dll</R2RDumpCommand>
     <DotnetToolCommand>$(CoreClrDir)Tools\dotnetcli\dotnet</DotnetToolCommand>
-       <BashCoreClrDir>../../../../../../</BashCoreClrDir>
+    <BashCoreClrDir>../../../../../../</BashCoreClrDir>
     <BashR2RDumpCommand>$(BashCoreClrDir)bin/Product/$(BuildOS).$(BuildArch).$(BuildType)/netcoreapp2.0/R2RDump.dll</BashR2RDumpCommand>
     <BashDotnetToolCommand>$(BashCoreClrDir)Tools/dotnetcli/dotnet</BashDotnetToolCommand>
   </PropertyGroup>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
   </PropertyGroup>
+  <PropertyGroup>
+    <!-- Fails with JIT stress modes, issue #19011 -->
+    <JitOptimizationSensitive>true</JitOptimizationSensitive>
+  </PropertyGroup>
 
   <ItemGroup>
     <Compile Include="BasicTests.cs" />