mirror of
https://github.com/curl/curl.git
synced 2026-08-25 11:33:33 +03:00
test: add cygwin feature and use it (test 1056, 1517)
To replace custom checks with the same effect. Closes #18327
This commit is contained in:
parent
29608d694e
commit
8fac255fc1
5 changed files with 11 additions and 22 deletions
|
|
@ -36,6 +36,11 @@ This is a virtual description of server virtual error.
|
|||
|
||||
# Client-side
|
||||
<client>
|
||||
# Windows TCP does not deliver response data but reports CONNABORTED
|
||||
<features>
|
||||
!cygwin
|
||||
!win32
|
||||
</features>
|
||||
<server>
|
||||
http
|
||||
</server>
|
||||
|
|
@ -43,12 +48,6 @@ http
|
|||
<tool>
|
||||
lib%TESTNUMBER
|
||||
</tool>
|
||||
# precheck is a command line to run before the test, to see if we can execute
|
||||
# the test or not
|
||||
<precheck>
|
||||
%LIBTESTS lib%TESTNUMBER check
|
||||
</precheck>
|
||||
|
||||
<name>
|
||||
HTTP POST, server responds before completed send
|
||||
</name>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue