From 4bb41a7b85e29686a3882e777f0320a504cdd8bd Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Tue, 27 Jun 2023 12:01:25 -0700 Subject: [PATCH] Disable building of tests with build breaks (#88094) 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 d33a0a695ffb9f..acc0c6624a1c8d 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 b32d6d0b3059be..8119c825171d45 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 24e01e4305a860..1b64102b66d952 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