Age | Commit message (Collapse) | Author |
|
Previously, the macro TEST_HANG_TIMEOUT was unused, but since there is
looping going on, we might as well add timing instead of removing it.
Closes #2853
|
|
|
|
This ensures that global data allocations are freed so Valgrind stays
happy. This was a problem with at least PolarSSL and mbedTLS.
|
|
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.
|
|
This fixes missing-variable-declarations warnings when building with
clang.
|
|
... checksrc of all test code is pending.
|
|
|
|
|
|
Following the fix made in 903b6e05565bf.
|