Blender Git Loki
Git Commits -> Revision 3b93022
Revision 3b93022 by Jacques Lucke (fail-on-memleak) August 21, 2020, 09:49 (GMT) |
Tests: detect memory leaks in automated tests A memory leak should be considered a bug. Therefore, it makes sense to fail tests when they contain memory leaks. Differential Revision: https://developer.blender.org/D8665 |
Commit Details:
Full Hash: 3b93022e9213fce8b378bbc4d6ba229c2ddc849f
Parent Commit: 41d31e1
Lines Changed: +54, -5
12 Modified Paths:
/intern/guardedalloc/intern/leak_detector.cc (+19, -0) (Diff)
/intern/guardedalloc/MEM_guardedalloc.h (+5, -0) (Diff)
/source/creator/creator_args.c (+14, -0) (Diff)
/tests/CMakeLists.txt (+1, -1) (Diff)
/tests/gtests/testing/testing_main.cc (+1, -0) (Diff)
/tests/python/collada/CMakeLists.txt (+3, -3) (Diff)
/tests/python/cycles_render_tests.py (+2, -0) (Diff)
/tests/python/eevee_render_tests.py (+2, -0) (Diff)
/tests/python/modules/test_utils.py (+2, -0) (Diff)
/tests/python/opengl_draw_tests.py (+2, -0) (Diff)
/tests/python/view_layer/CMakeLists.txt (+1, -1) (Diff)
/tests/python/workbench_render_tests.py (+2, -0) (Diff)
/intern/guardedalloc/MEM_guardedalloc.h (+5, -0) (Diff)
/source/creator/creator_args.c (+14, -0) (Diff)
/tests/CMakeLists.txt (+1, -1) (Diff)
/tests/gtests/testing/testing_main.cc (+1, -0) (Diff)
/tests/python/collada/CMakeLists.txt (+3, -3) (Diff)
/tests/python/cycles_render_tests.py (+2, -0) (Diff)
/tests/python/eevee_render_tests.py (+2, -0) (Diff)
/tests/python/modules/test_utils.py (+2, -0) (Diff)
/tests/python/opengl_draw_tests.py (+2, -0) (Diff)
/tests/python/view_layer/CMakeLists.txt (+1, -1) (Diff)
/tests/python/workbench_render_tests.py (+2, -0) (Diff)