0
0
mirror of https://github.com/zeux/pugixml.git synced 2024-12-27 13:33:17 +08:00
Arseny Kapoulkine 4e004176ba 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.
2015-04-11 22:46:08 -07:00
..
2015-03-13 22:13:10 -07:00
2015-03-21 00:14:53 -07:00
2015-04-10 20:45:07 -07:00
2010-05-20 17:51:32 +00:00
2015-03-13 00:18:30 -07:00
2015-04-11 22:46:08 -07:00
2015-03-18 21:20:40 -07:00
2015-03-04 10:44:08 -08:00
2015-04-11 22:46:08 -07:00