Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Lucke <jacques@blender.org>2020-08-21 12:35:51 +0300
committerJacques Lucke <jacques@blender.org>2020-08-21 12:49:57 +0300
commit3b93022e9213fce8b378bbc4d6ba229c2ddc849f (patch)
treee5aa9f544e84f1eb180c36d1208d36a8105cb16d /tests/python/eevee_render_tests.py
parent41d31e100d9d76aa8f20bd9fe8429122828dc7a9 (diff)
Tests: detect memory leaks in automated testsfail-on-memleak
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
Diffstat (limited to 'tests/python/eevee_render_tests.py')
-rw-r--r--tests/python/eevee_render_tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/python/eevee_render_tests.py b/tests/python/eevee_render_tests.py
index a7130136d0a..290768922be 100644
--- a/tests/python/eevee_render_tests.py
+++ b/tests/python/eevee_render_tests.py
@@ -103,6 +103,8 @@ def get_arguments(filepath, output_filepath):
"-noaudio",
"--factory-startup",
"--enable-autoexec",
+ "--debug-memory",
+ "--fail-on-memleak",
filepath,
"-E", "BLENDER_EEVEE",
"-P",