]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test1498: disable 'HTTP PUT from stdin' test on Windows
authorViktor Szakats <commit@vsz.me>
Fri, 5 Dec 2025 15:14:19 +0000 (16:14 +0100)
committerViktor Szakats <commit@vsz.me>
Fri, 5 Dec 2025 16:45:16 +0000 (17:45 +0100)
Test became flaky with memanalyze errors after merging #19845,
in a TrackMemory Windows Unicode c-ares openssl-quic build:
GHA/windows: mingw, AM x86_64 c-ares U.

Disable it until further investigation.

This test uses the Windows-specific multi-threaded stdin code
that caused issues in the past. It's also using `TerminateThread()`,
that apps aren't supposed to.

Examples:
https://github.com/curl/curl/pull/19845#issuecomment-3614921298
https://github.com/curl/curl/actions/runs/19948992659/job/57205061260?pr=19845#step:13:3028
https://github.com/curl/curl/actions/runs/19966429786/job/57259325027?pr=19852#step:13:3030

Also seen to fail earlier while testing torture tests on Windows:
https://github.com/curl/curl/pull/19675#issuecomment-3573154110

Ref: 4e051ff5506319ee87e3656be8f76b01de217103 #19845

Closes #19855

tests/data/test1498

index 467730d3a5a8cfdf340871d5b4e1dbf6676126fa..b9ba70fbc0ebd1c9307708e689348da0ac50b51a 100644 (file)
@@ -25,6 +25,9 @@ blablabla
 <server>
 http
 </server>
+<features>
+!win32
+</features>
 <name>
 HTTP PUT from stdin using period
 </name>