Daniel Stenberg
71c9706959
tests: remove the 'none' server
...
Only actually needed servers should be listed and none is then implied
if no servers are listed.
Outputs a warning if "none" is still set as a server.
Closes #18466
2025-09-03 14:30:10 +02:00
Viktor Szakats
2b2d8b7756
tests: delete unused commands
...
`runtests.pl` defaults to `-` if a command is not set, since
c43ad0f972 .
Also:
- drop a stray `</file>`.
- replace a `nothing` with a guaranteed invalid hostname.
Ref: https://github.com/curl/curl/pull/18263/commits/4334033b43acca9b01ba43e08e611c8654feb84d
- replace unused URLs with `-`.
Closes #18319
2025-08-20 15:31:22 +02:00
Marc Hoersken
40b6206085
test3026: add support for Windows using native Win32 threads
...
Reviewed-by: Viktor Szakats
Reviewed-by: Jay Satiro
Reviewed-by: Daniel Stenberg
Follow up to 7ade9c50b3
Closes #9012
2022-07-25 21:24:57 +02:00
Daniel Stenberg
945a81e143
test3026: require 'threadsafe'
...
Reported-by: Sukanya Hanumanthu
Fixes #9141
Closes #9142
2022-07-12 22:56:48 +02:00
Daniel Stenberg
7ade9c50b3
test3026: disable on win32
...
... as it's not likely to have working pthreads
Closes #8996
2022-06-13 17:51:30 +02:00
Daniel Stenberg
7007324a6a
test3026: add missing control file
...
Follow-up from 2ed1012564
Makes the test run, makes 'make dist' work
This single test takes 24-25 seconds on my machine (with valgrind). For
this reason I tag it with a "slow" keyword.
Closes #8976
2022-06-08 11:00:02 +02:00