tests: Improve out-of-memory tests
Previously there was no guarantee that the tests that check for out of memory handling behavior are actually correct - e.g. that they correctly simulate out of memory conditions. Now every simulated out of memory condition has to be "guarded" using CHECK_ALLOC_FAIL. It makes sure that every piece of code that is supposed to cause out-of-memory does so, and that no other code runs out of memory unnoticed.
Showing
- tests/main.cpp 9 additions, 0 deletionstests/main.cpp
- tests/test.hpp 6 additions, 0 deletionstests/test.hpp
- tests/test_document.cpp 8 additions, 6 deletionstests/test_document.cpp
- tests/test_dom_modify.cpp 31 additions, 36 deletionstests/test_dom_modify.cpp
- tests/test_parse.cpp 5 additions, 5 deletionstests/test_parse.cpp
- tests/test_xpath.cpp 6 additions, 66 deletionstests/test_xpath.cpp
- tests/test_xpath_api.cpp 4 additions, 28 deletionstests/test_xpath_api.cpp
- tests/test_xpath_parse.cpp 3 additions, 22 deletionstests/test_xpath_parse.cpp
- tests/test_xpath_variables.cpp 4 additions, 16 deletionstests/test_xpath_variables.cpp
Loading
Please register or sign in to comment