summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/src/readytorun/r2rdump/R2RDumpTest.csproj6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/src/readytorun/r2rdump/R2RDumpTest.csproj b/tests/src/readytorun/r2rdump/R2RDumpTest.csproj
index d885ff88fb..541f0651c4 100644
--- a/tests/src/readytorun/r2rdump/R2RDumpTest.csproj
+++ b/tests/src/readytorun/r2rdump/R2RDumpTest.csproj
@@ -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>
@@ -21,6 +21,10 @@
</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" />