From 19d396ecc28b1c4a97cb9ab80571ec58770a39e2 Mon Sep 17 00:00:00 2001 From: Russ Keldorph Date: Fri, 6 Jan 2017 09:00:17 -0800 Subject: [PATCH] Disable hugeexpr1 test under JitStress modes This test runs out of memory on x86 when its huge expressions combine with STRESS_CLONE_EXPR. In this case, the "OptimizationSensitive" label isn't ideal, but the meaning is what we need: don't run this under JitStress modes. This is disabled at build time for x86, which means that if x64-built tests are run on other architectures, e.g. ARM or ARM64, this change won't take effect. Commit migrated from https://github.com/dotnet/coreclr/commit/becbc328e6d300b5aec7fdfdb055ec378d495bca --- src/coreclr/tests/src/JIT/jit64/opt/cse/hugeexpr1.csproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/coreclr/tests/src/JIT/jit64/opt/cse/hugeexpr1.csproj b/src/coreclr/tests/src/JIT/jit64/opt/cse/hugeexpr1.csproj index 0886950..3ad363f 100644 --- a/src/coreclr/tests/src/JIT/jit64/opt/cse/hugeexpr1.csproj +++ b/src/coreclr/tests/src/JIT/jit64/opt/cse/hugeexpr1.csproj @@ -29,6 +29,8 @@ Full True + + true @@ -43,4 +45,4 @@ - \ No newline at end of file + -- 2.7.4