#
b9ccecf8 |
| 20-Oct-2006 |
Yang Tse |
Decrease the posibility of aborting a test which actually is not stale by replacing loop counters with timeouts. In this way the main loop of the test will be allowed to run up to 30 seconds
Decrease the posibility of aborting a test which actually is not stale by replacing loop counters with timeouts. In this way the main loop of the test will be allowed to run up to 30 seconds on any platform before aborting it.
show more ...
|
#
c818e706 |
| 19-Oct-2006 |
Yang Tse |
When aborting, show loop counter values when more than one counter exists.
|
#
ead6ab2e |
| 19-Oct-2006 |
Yang Tse |
Abort test if it seems that it would have run forever. This is just to prevent test hanging and actually is an indication that there's a condition that is not being properly handled at some p
Abort test if it seems that it would have run forever. This is just to prevent test hanging and actually is an indication that there's a condition that is not being properly handled at some point in the library. Loop counter limits might need to be further increased on false positives.
show more ...
|
#
e134a402 |
| 10-Sep-2006 |
Gisle Vanem |
Added select_test() function to allow selecting on no sockets on Winsock.
|
Revision tags: curl-7_15_6-prepipeline, curl-7_15_5, curl-7_15_4 |
|
#
cc5174a8 |
| 10-Jun-2006 |
Gisle Vanem |
Fix "'x' might be used uninitialized in this function" warnings.
|
Revision tags: curl-7_15_3, curl-7_15_2, curl-7_15_1, curl-7_15_0, curl-7_14_1, c-ares-1_3_0, curl-7_14_0, curl-7_13_2, curl-7_13_1, before_ftp_statemachine, curl-7_13_0, curl-7_12_3, curl-7_12_2, curl-7_12_1, pre-aifix, curl-7_12_0 |
|
#
e2e593a0 |
| 14-May-2004 |
Daniel Stenberg |
clean up properly on failure to enable easier libcurl leak detection
|
Revision tags: curl-7_11_2, c-ares-1_2_0, curl-7_11_1 |
|
#
87a1c703 |
| 03-Mar-2004 |
Daniel Stenberg |
removed include stuff now handled by test.h
|
#
8777ba7e |
| 20-Feb-2004 |
Daniel Stenberg |
include sys/select.h to prevent picky compiler warnings when using select() without proto
|
#
a5c4442e |
| 05-Feb-2004 |
Daniel Stenberg |
changed the test() function to return type int
|
Revision tags: curl-7_11_0, curl-7_10_8 |
|
#
d4127245 |
| 19-Aug-2003 |
Daniel Stenberg |
test507 for multi with bad host name
|