summaryrefslogtreecommitdiff
path: root/tests/src/readytorun
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2018-07-19 10:10:02 -0700
committerBruce Forstall <brucefo@microsoft.com>2018-07-19 10:10:02 -0700
commit750603fec4ec656fe9f51b8b601e9f6d28b12159 (patch)
tree67bda98f9ec6a1a6dd30c1c54c74ecbc6b6dd3ab /tests/src/readytorun
parentf37214ab432e192178ada2d202328f5fd8884cff (diff)
downloadcoreclr-750603fec4ec656fe9f51b8b601e9f6d28b12159.tar.gz
coreclr-750603fec4ec656fe9f51b8b601e9f6d28b12159.tar.bz2
coreclr-750603fec4ec656fe9f51b8b601e9f6d28b12159.zip
Disable r2rdump test for JIT stress currently
Tracked by issue #19011
Diffstat (limited to 'tests/src/readytorun')
-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" />