mirror of
https://github.com/curl/curl.git
synced 2026-06-01 23:04:15 +03:00
runtests: tag tests that require curl verbose strings
To skip them when curl has verbose strings disabled, instead of failing. Cherry-picked from #18797 Closes #18800
This commit is contained in:
parent
e43aea3049
commit
632c5ee897
10 changed files with 18 additions and 0 deletions
|
|
@ -13,6 +13,9 @@ FAILURE
|
|||
<server>
|
||||
tftp
|
||||
</server>
|
||||
<features>
|
||||
verbose-strings
|
||||
</features>
|
||||
<name>
|
||||
TFTP send with invalid permission on server
|
||||
</name>
|
||||
|
|
|
|||
|
|
@ -62,6 +62,7 @@ HTTP over proxy-tunnel ignore TE and CL in CONNECT 2xx responses
|
|||
</command>
|
||||
<features>
|
||||
proxy
|
||||
verbose-strings
|
||||
</features>
|
||||
</client>
|
||||
|
||||
|
|
|
|||
|
|
@ -48,6 +48,9 @@ file contents should appear once for each file
|
|||
<server>
|
||||
http
|
||||
</server>
|
||||
<features>
|
||||
verbose-strings
|
||||
</features>
|
||||
<tool>
|
||||
lib%TESTNUMBER
|
||||
</tool>
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@ verbose logs
|
|||
|
||||
# Client-side
|
||||
<client>
|
||||
<features>
|
||||
verbose-strings
|
||||
</features>
|
||||
<tool>
|
||||
lib%TESTNUMBER
|
||||
</tool>
|
||||
|
|
|
|||
|
|
@ -23,6 +23,9 @@ Content-Length: 0
|
|||
<server>
|
||||
http
|
||||
</server>
|
||||
<features>
|
||||
verbose-strings
|
||||
</features>
|
||||
<tool>
|
||||
lib%TESTNUMBER
|
||||
</tool>
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ verbose logs
|
|||
# require HTTP so that CURLOPT_POSTFIELDS works as assumed
|
||||
<features>
|
||||
http
|
||||
verbose-strings
|
||||
</features>
|
||||
<tool>
|
||||
lib%TESTNUMBER
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ infof
|
|||
<client>
|
||||
<features>
|
||||
unittest
|
||||
verbose-strings
|
||||
</features>
|
||||
<name>
|
||||
infof
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@ file contents should appear once for each file
|
|||
<features>
|
||||
http/2
|
||||
SSL
|
||||
verbose-strings
|
||||
</features>
|
||||
<server>
|
||||
http/2
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@ file contents should appear once for each file
|
|||
<features>
|
||||
http/2
|
||||
SSL
|
||||
verbose-strings
|
||||
</features>
|
||||
<server>
|
||||
http/2
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@ file contents should appear once for each file
|
|||
<client>
|
||||
<features>
|
||||
http/3
|
||||
verbose-strings
|
||||
</features>
|
||||
<server>
|
||||
http/3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue