From 67b0692f093c597b1537d9d64ff75b17a751644e Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 28 May 2024 19:19:43 +0200 Subject: [PATCH] GHA: enable tests 1139, 1177, 1477 on Windows These exclusions came from the AppVeyor CI config, but they do pass now and they are static tests with no flakiness risk. Follow-up to 0914d8aadddac0d1459673d5b7f77e8f3378b22b #13759 Closes #13817 --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 4bb6c7ea2f..7a4006bcf2 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -315,13 +315,13 @@ jobs: url: 'https://github.com/brechtsanders/winlibs_mingw/releases/download/9.5.0-10.0.0-msvcrt-r1/winlibs-x86_64-posix-seh-gcc-9.5.0-mingw-w64msvcrt-10.0.0-r1.7z' config: '-DENABLE_DEBUG=ON -DBUILD_SHARED_LIBS=OFF -DCURL_USE_SCHANNEL=ON -DENABLE_UNICODE=OFF' type: 'Release' - tflags: '~1139 ~1177 ~1477 ~2301 ~2302 ~3027' + tflags: '~2301 ~2302 ~3027' - build: 'cmake' env: '7.3.0-x86_64' url: 'https://downloads.sourceforge.net/mingw-w64/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/7.3.0/threads-win32/seh/x86_64-7.3.0-release-win32-seh-rt_v5-rev0.7z' config: '-DENABLE_DEBUG=ON -DBUILD_SHARED_LIBS=OFF -DCURL_USE_SCHANNEL=ON -DENABLE_UNICODE=ON' type: 'Debug' - tflags: '~1139 ~1177 ~1477 ~2301 ~2302 ~3027' + tflags: '~2301 ~2302 ~3027' - build: 'cmake' env: '6.4.0-i686' url: 'https://downloads.sourceforge.net/mingw-w64/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/6.4.0/threads-win32/dwarf/i686-6.4.0-release-win32-dwarf-rt_v5-rev0.7z'