From: Egor Bogatov Date: Wed, 9 Aug 2023 01:30:21 +0000 (+0200) Subject: Ignore some tests on macOS only due to small stack size (#90116) X-Git-Tag: accepted/tizen/unified/riscv/20231226.055536~429 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=32a8c2d83b65a80a646c3e8e3d585beffae40cd8;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Ignore some tests on macOS only due to small stack size (#90116) --- diff --git a/src/tests/JIT/jit64/opt/cse/HugeArray1.csproj b/src/tests/JIT/jit64/opt/cse/HugeArray1.csproj index e6438b8..da12a89 100644 --- a/src/tests/JIT/jit64/opt/cse/HugeArray1.csproj +++ b/src/tests/JIT/jit64/opt/cse/HugeArray1.csproj @@ -3,6 +3,10 @@ true true + + + true Full diff --git a/src/tests/JIT/jit64/opt/cse/hugeSimpleExpr1.csproj b/src/tests/JIT/jit64/opt/cse/hugeSimpleExpr1.csproj index 8119c82..7ae624a 100644 --- a/src/tests/JIT/jit64/opt/cse/hugeSimpleExpr1.csproj +++ b/src/tests/JIT/jit64/opt/cse/hugeSimpleExpr1.csproj @@ -4,8 +4,10 @@ true true - - true + + + true Full diff --git a/src/tests/JIT/jit64/opt/rngchk/RngchkStress2_o.csproj b/src/tests/JIT/jit64/opt/rngchk/RngchkStress2_o.csproj index 1b64102..88a3a33 100644 --- a/src/tests/JIT/jit64/opt/rngchk/RngchkStress2_o.csproj +++ b/src/tests/JIT/jit64/opt/rngchk/RngchkStress2_o.csproj @@ -2,8 +2,10 @@ PdbOnly True - - true + + + true