mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
gitlab: The launcher now generate the right suppression files list
See 787939f750
This commit is contained in:
parent
4cbf9a6ed5
commit
1a3f1f66cd
1 changed files with 0 additions and 14 deletions
|
@ -284,17 +284,6 @@ integration testsuites fedora:
|
|||
extends: '.test fedora x86_64'
|
||||
stage: 'full tests'
|
||||
variables:
|
||||
SUPPRESSION_FILES: >
|
||||
gst-build/subprojects/gstreamer/tests/check/gstreamer.supp
|
||||
gst-build/subprojects/gst-plugins-base/tests/check/gst-plugins-base.supp
|
||||
gst-build/subprojects/gst-plugins-good/tests/check/gst-plugins-good.supp
|
||||
gst-build/subprojects/gst-plugins-bad/tests/check/gst-plugins-bad.supp
|
||||
gst-build/subprojects/gst-plugins-ugly/tests/check/gst-plugins-ugly.supp
|
||||
gst-build/subprojects/gst-libav/tests/check/gst-libav.supp
|
||||
gst-build/subprojects/gst-devtools/validate/data/gstvalidate.supp
|
||||
gst-build/subprojects/libnice/tests/libnice.supp
|
||||
gst-build/subprojects/libsoup/tests/libsoup.supp
|
||||
gst-build/subprojects/glib/glib.supp
|
||||
# These tests take very long compared to what they add, so let's skip them.
|
||||
# - check.*.generic_states.* - enough to run one of the sequences
|
||||
# - check.gstreamer.gst_gstelement.test_foreach_pad - 48s
|
||||
|
@ -397,13 +386,10 @@ integration testsuites fedora:
|
|||
-b check.gst-libav.generic_plugin_test
|
||||
-b check.gst-libav.generic_libavcodec_locking
|
||||
-b check.gst-libav.elements_avdemux_ape
|
||||
VALGRIND_OPTS: "--suppressions=/tmp/gstreamer-ci.supp"
|
||||
EXTRA_VALIDATE_ARGS: "--valgrind ${VALGRIND_BLACKLIST} ${VALGRIND_SKIPLIST}"
|
||||
ORC_CODE: "backup"
|
||||
# Some suppression files are missing a newline at the end which messes things
|
||||
# up when concatenating them. awk will add missing newlines (unlike cat)
|
||||
before_script:
|
||||
- awk '{print}' ${SUPPRESSION_FILES} > /tmp/gstreamer-ci.supp
|
||||
|
||||
valgrind core:
|
||||
extends: '.valgrind fedora x86_64'
|
||||
|
|
Loading…
Reference in a new issue