From 705b3557026c1e535335ec6fa974dff8d1faf124 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 20 May 2024 19:13:26 +0200 Subject: [PATCH] tests: try fixing test2305 on Windows Ref: #13692 Closes #xxxxx --- .github/workflows/windows.yml | 2 +- tests/data/test2305 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f77a49f62e1034..c41337bee58870 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -145,7 +145,7 @@ jobs: - { build: 'autotools', sys: 'msys' , env: 'x86_64' , tflags: '!19 !504 !704 !705 !1233', config: '--enable-debug --disable-threaded-resolver' } - { build: 'autotools', sys: 'msys' , env: 'x86_64' , tflags: '!19 !504 !704 !705 !1233', config: '' } # FIXME: WebSockets test results ignored due to frequent failures on native Windows: - - { build: 'cmake' , sys: 'mingw64', env: 'x86_64' , tflags: '!TFTP ~2301 ~2302 ~2305' , config: '-DENABLE_DEBUG=ON -DBUILD_SHARED_LIBS=OFF -DCURL_USE_SCHANNEL=ON -DENABLE_UNICODE=ON', type: 'Debug' } + - { build: 'cmake' , sys: 'mingw64', env: 'x86_64' , tflags: '!TFTP ~2301 ~2302' , config: '-DENABLE_DEBUG=ON -DBUILD_SHARED_LIBS=OFF -DCURL_USE_SCHANNEL=ON -DENABLE_UNICODE=ON', type: 'Debug' } - { build: 'cmake' , sys: 'mingw64', env: 'x86_64' , tflags: 'skip' , config: '-DENABLE_DEBUG=ON -DBUILD_SHARED_LIBS=OFF -DCURL_USE_SCHANNEL=ON -DENABLE_UNICODE=ON', type: 'Release' } - { build: 'cmake' , sys: 'clang64', env: 'clang-x86_64', tflags: 'skip' , config: '-DENABLE_DEBUG=ON -DBUILD_SHARED_LIBS=OFF -DCURL_USE_OPENSSL=ON -DENABLE_UNICODE=OFF', type: 'Release' } fail-fast: false diff --git a/tests/data/test2305 b/tests/data/test2305 index 869f6d36b2c01d..81e5e4a26b6c94 100644 --- a/tests/data/test2305 +++ b/tests/data/test2305 @@ -8,7 +8,7 @@ WebSockets # # Sends three 4097 bytes TEXT frames, as one single message - + HTTP/1.1 101 Switching to WebSockets Server: test-server/fake Upgrade: websocket