]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA: enable tests 1139, 1177, 1477 on Windows
authorViktor Szakats <commit@vsz.me>
Tue, 28 May 2024 17:19:43 +0000 (19:19 +0200)
committerViktor Szakats <commit@vsz.me>
Tue, 28 May 2024 19:20:12 +0000 (21:20 +0200)
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

index 4bb6c7ea2f4922d731f3ee8e36041eb8ffa6fbf0..7a4006bcf255fc5d3d5ec25ba5698576f61256c0 100644 (file)
@@ -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'