From dd94bf5d3dab464ac9a156ae59ddb7e243542fad Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Tue, 27 Jun 2023 08:15:52 -0700 Subject: [PATCH] Disable building of tests with build breaks Related to #87879 --- src/tests/JIT/jit64/jit64_3.csproj | 6 +----- src/tests/JIT/jit64/opt/cse/hugeSimpleExpr1.csproj | 2 ++ src/tests/JIT/jit64/opt/rngchk/RngchkStress2_o.csproj | 2 ++ 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/tests/JIT/jit64/jit64_3.csproj b/src/tests/JIT/jit64/jit64_3.csproj index d33a0a695ffb9..acc0c6624a1c8 100644 --- a/src/tests/JIT/jit64/jit64_3.csproj +++ b/src/tests/JIT/jit64/jit64_3.csproj @@ -1,10 +1,6 @@ - - - - - + diff --git a/src/tests/JIT/jit64/opt/cse/hugeSimpleExpr1.csproj b/src/tests/JIT/jit64/opt/cse/hugeSimpleExpr1.csproj index b32d6d0b3059b..8119c825171d4 100644 --- a/src/tests/JIT/jit64/opt/cse/hugeSimpleExpr1.csproj +++ b/src/tests/JIT/jit64/opt/cse/hugeSimpleExpr1.csproj @@ -4,6 +4,8 @@ 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 24e01e4305a86..1b64102b66d95 100644 --- a/src/tests/JIT/jit64/opt/rngchk/RngchkStress2_o.csproj +++ b/src/tests/JIT/jit64/opt/rngchk/RngchkStress2_o.csproj @@ -2,6 +2,8 @@ PdbOnly True + + true