curl-curl/tests/data/test1559
Viktor Szakats 632c5ee897
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
2025-10-02 10:41:46 +02:00

47 lines
786 B
Plaintext

<testcase>
<info>
<keywords>
CURLOPT_URL
verbose logs
</keywords>
</info>
<reply>
</reply>
<client>
# require HTTP so that CURLOPT_POSTFIELDS works as assumed
<features>
http
verbose-strings
</features>
<tool>
lib%TESTNUMBER
</tool>
<name>
Set excessive URL lengths
</name>
</client>
#
# Verify that the test runs to completion without crashing
<verify>
<errorcode>
0
</errorcode>
<stdout>
CURLOPT_URL 10000000 bytes URL == 43
CURLOPT_POSTFIELDS 10000000 bytes data == 0
CURLUPART_URL 10000000 bytes URL == 3 (Malformed input to a URL function)
CURLUPART_SCHEME 10000000 bytes scheme == 3 (Malformed input to a URL function)
CURLUPART_USER 10000000 bytes user == 3 (Malformed input to a URL function)
</stdout>
<limits>
Maximum allocated: 10010000
</limits>
</verify>
</testcase>