mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
validate: launcher: add --fair-sched=try to valgrind args
Enables fairer scheduling of threads in valgrind, possibly at cost of performance though. Hopefully helps with valgrind core/base jobs deadlocking or timing out when runners are not under load. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7753>
This commit is contained in:
parent
b3a5da5b5c
commit
f64cf9998f
1 changed files with 1 additions and 0 deletions
|
@ -638,6 +638,7 @@ class Test(Loggable):
|
|||
|
||||
for o, v in [('trace-children', 'yes'),
|
||||
('tool', 'memcheck'),
|
||||
('fair-sched', 'try'),
|
||||
('leak-check', 'full'),
|
||||
('leak-resolution', 'high'),
|
||||
# TODO: errors-for-leak-kinds should be set to all instead of definite
|
||||
|
|
Loading…
Reference in a new issue