summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndy Ayers <andya@microsoft.com>2019-03-25 15:00:26 -0700
committerGitHub <noreply@github.com>2019-03-25 15:00:26 -0700
commitca2eec2fbaa127fd62d9427be0a5c9fd99680bca (patch)
tree5fa721e233c9c292acb3e4ab51ea2495d0f2e5ca /tests
parente6c49f73eac2413fdc7a1024fc0f1585e39db026 (diff)
downloadcoreclr-ca2eec2fbaa127fd62d9427be0a5c9fd99680bca.tar.gz
coreclr-ca2eec2fbaa127fd62d9427be0a5c9fd99680bca.tar.bz2
coreclr-ca2eec2fbaa127fd62d9427be0a5c9fd99680bca.zip
Mark test GitHub_18582 as optimization sensitive (#23434)
Jitstress on OSX will turn on cloning stress in `Test` and cause stack overflows cloning the large `GT_LIST` subtree of the call. See issue #23346.
Diffstat (limited to 'tests')
-rw-r--r--tests/src/JIT/Regression/JitBlue/GitHub_18582/GitHub_18582.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/JIT/Regression/JitBlue/GitHub_18582/GitHub_18582.csproj b/tests/src/JIT/Regression/JitBlue/GitHub_18582/GitHub_18582.csproj
index 5243a9a46c..279ade8e13 100644
--- a/tests/src/JIT/Regression/JitBlue/GitHub_18582/GitHub_18582.csproj
+++ b/tests/src/JIT/Regression/JitBlue/GitHub_18582/GitHub_18582.csproj
@@ -27,6 +27,7 @@
<PropertyGroup>
<DebugType></DebugType>
<Optimize>True</Optimize>
+ <JitOptimizationSensitive>True</JitOptimizationSensitive>
</PropertyGroup>
<ItemGroup>
<Compile Include="GitHub_18582.cs" />