Bug 1234092: P4. Remove gstreamer exception from valgrind config. r=njn

This is a reversal of commit b28d496da7bf48432cb3aac3d10e7a66a267421c
This commit is contained in:
Jean-Yves Avenard 2015-12-21 12:23:10 +11:00
Родитель 42c92612f4
Коммит 3d8012bce7
1 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -111,13 +111,6 @@ class MachCommands(MachCommandBase):
'--show-possibly-lost=no',
'--track-origins=yes',
'--trace-children=yes',
# The gstreamer plugin scanner can run as part of executing
# firefox, but is an external program. In some weird cases,
# valgrind finds errors while executing __libc_freeres when
# it runs, but those are not relevant, as it's related to
# executing third party code. So don't trace
# gst-plugin-scanner.
'--trace-children-skip=*/gst-plugin-scanner',
'-v', # Enable verbosity to get the list of used suppressions
]