Dan Fandrich
c468c27b5a
tests: Make sure libtests call curl_global_cleanup()
...
This ensures that global data allocations are freed so Valgrind stays
happy. This was a problem with at least PolarSSL and mbedTLS.
2017-08-19 21:42:47 +02:00
Marcel Raad
fb3b0f25ef
libtest: fix MSVC warning C4706
...
With warning level 4, MSVC warns about assignments within conditional
expressions. Change the while loop to a do-while loop to fix this. This
change is also consistent with CODE_STYLE.md.
2017-07-16 14:02:59 +02:00
Marcel Raad
7dd89c1cdc
tests: declare TU-local variables static
...
This fixes missing-variable-declarations warnings when building with
clang.
2017-05-01 12:55:09 +02:00
Daniel Stenberg
365322b8bc
tests/libtest: follow our code style guidelines better
...
... checksrc of all test code is pending.
2016-04-03 11:57:34 +02:00
Daniel Stenberg
4af40b3646
URLs: change all http:// URLs to https://
2016-02-03 00:19:02 +01:00
Dan Fandrich
854976ad7b
test1531: case the size to fix the test on non-largefile builds
2015-10-14 22:00:09 +02:00
Daniel Stenberg
5156982377
test1531: verify POSTFIELDSIZE set after add_handle
...
Following the fix made in 903b6e0556
.
2015-06-23 17:51:03 -07:00