| xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame] | 1 | <testcase> |
| 2 | <info> | ||||
| 3 | <keywords> | ||||
| 4 | curl_global_init | ||||
| 5 | thread-safe | ||||
| 6 | slow | ||||
| 7 | </keywords> | ||||
| 8 | </info> | ||||
| 9 | |||||
| 10 | # | ||||
| 11 | # Server-side | ||||
| 12 | <reply> | ||||
| 13 | </reply> | ||||
| 14 | |||||
| 15 | # | ||||
| 16 | # Client-side | ||||
| 17 | <client> | ||||
| 18 | # require the threaded resolver only because it means pthreads might | ||||
| 19 | # be used for it | ||||
| 20 | <features> | ||||
| 21 | threadsafe | ||||
| 22 | threaded-resolver | ||||
| 23 | </features> | ||||
| 24 | <server> | ||||
| 25 | none | ||||
| 26 | </server> | ||||
| 27 | <name> | ||||
| 28 | curl_global_init thread-safety | ||||
| 29 | </name> | ||||
| 30 | <tool> | ||||
| 31 | lib%TESTNUMBER | ||||
| 32 | </tool> | ||||
| 33 | <command> | ||||
| 34 | none | ||||
| 35 | </command> | ||||
| 36 | </client> | ||||
| 37 | |||||
| 38 | # | ||||
| 39 | # Verify data after the test has been "shot" | ||||
| 40 | <verify> | ||||
| 41 | <errorcode> | ||||
| 42 | 0 | ||||
| 43 | </errorcode> | ||||
| 44 | </verify> | ||||
| 45 | </testcase> | ||||