framework: fix run with valgrind option
commit85b91151dd6199d272edd03b2b86e9abc3117715
authorIllia Abernikhin <illia.abernikhin@globallogic.com>
Wed, 27 Oct 2021 09:27:25 +0000 (27 12:27 +0300)
committerDylan Baker <dylan@pnwbakers.com>
Wed, 9 Mar 2022 19:09:13 +0000 (9 19:09 +0000)
tree96a1aab5c8b30c4ee817c93ea5d4566d9820bb6a
parent5fe130413ea8afa601c6dab1c301b70f6648b469
framework: fix run with valgrind option

Add getter method for 'valgrind' with its keys to the ValgrindMixin
class, also fix command generation in profiles, append the 'valgrind'
option with its keys to the start of the command.

Closes: https://gitlab.freedesktop.org/mesa/piglit/-/issues/20
Signed-of-by: Illia Abernikhin illia.abernikhin@globallogic.com
framework/test/base.py
framework/test/glsl_parser_test.py
framework/test/piglit_test.py
framework/test/shader_test.py
unittests/framework/test/test_base.py