diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2014-10-10 19:32:40 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2014-10-10 19:32:40 -0700 |
commit | 7795f00fbadde2397b5b2631c37f62ef8a21acef (patch) | |
tree | 3b082f6a7062c6c05fd4ceecca95c3f0e8a3f7fe /tests | |
parent | e6dd761ca36a6c27a8bc960d09767787aa997836 (diff) |
tests: Reenable all tests for compact mode
Diffstat (limited to 'tests')
-rw-r--r-- | tests/main.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/main.cpp b/tests/main.cpp index 3231d10..3bcf9be 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -159,20 +159,6 @@ int main(int, char** argv) for (test = test_runner::_tests; test; test = test->_next) { - #ifdef PUGIXML_COMPACT - if (false - || strcmp(test->_name, "parse_out_of_memory") == 0 - || strcmp(test->_name, "parse_out_of_memory_halfway") == 0 - || strcmp(test->_name, "dom_node_append_buffer_out_of_memory_extra") == 0 - || strcmp(test->_name, "dom_node_out_of_memory") == 0 - || strcmp(test->_name, "dom_node_copy_out_of_memory") == 0 - || strcmp(test->_name, "dom_node_copy_copyless") == 0 - || strcmp(test->_name, "memory_large_allocations") == 0 - || strcmp(test->_name, "memory_custom_memory_management") == 0 - ) - continue; - #endif - total++; passed += run_test(test); } |