mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
40b6206085
Reviewed-by: Viktor Szakats
Reviewed-by: Jay Satiro
Reviewed-by: Daniel Stenberg
Follow up to 7ade9c50b3
Closes #9012
46 lines
523 B
Plaintext
46 lines
523 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
curl_global_init
|
|
thread-safe
|
|
slow
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
</reply>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
# require the threaded resolver only because it means pthreads might
|
|
# be used for it
|
|
<features>
|
|
threadsafe
|
|
threaded-resolver
|
|
</features>
|
|
<server>
|
|
none
|
|
</server>
|
|
<name>
|
|
curl_global_init thread-safety
|
|
</name>
|
|
<tool>
|
|
lib%TESTNUMBER
|
|
</tool>
|
|
<command>
|
|
none
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
0
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|