From 5428588c16f6c28ad337456f1b79ea99811feef4 Mon Sep 17 00:00:00 2001 From: Nicolas Berthier Date: Tue, 20 Aug 2024 11:26:08 +0200 Subject: [PATCH] Temporary adjustment in MSVC Debug workflow --- .github/workflows/windows-msvc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/windows-msvc.yml b/.github/workflows/windows-msvc.yml index 0bf82e5a4..5a53ea1a4 100644 --- a/.github/workflows/windows-msvc.yml +++ b/.github/workflows/windows-msvc.yml @@ -205,6 +205,7 @@ jobs: sed -i '/AT_SETUP(\[BCD ADD and SUBTRACT, DEFAULT ROUNDING MODE\])/a AT_SKIP_IF(\[true\])' testsuite.src/data_packed.at sed -i '/AT_SETUP(\[BCD ADD and SUBTRACT, all ROUNDED MODEs\])/a AT_SKIP_IF(\[true\])' testsuite.src/data_packed.at sed -i '/AT_SETUP(\[CURRENCY SIGN WITH PICTURE SYMBOL\])/a AT_SKIP_IF(\[true\])' testsuite.src/run_misc.at + sed -i '/AT_SETUP(\[PROGRAM COLLATING SEQUENCE\])/a AT_SKIP_IF(\[true\])' testsuite.src/run_misc.at # The tests in sed commands above randomly hang (under debug configurations)