ci: Use catchsegv catching stacktraces

Seems better than patching backtrace() calls into
our test binaries.
This commit is contained in:
Matthias Clasen
2020-08-27 14:11:09 -04:00
parent 1a9edecdb4
commit bf1abac977

View File

@@ -17,6 +17,7 @@ case "${backend}" in
--timeout-multiplier "${MESON_TEST_TIMEOUT_MULTIPLIER}" \
--print-errorlogs \
--setup=${backend} \
--wrap catchsegv \
--suite=gtk \
--no-suite=gsk-compare-broadway
@@ -36,6 +37,7 @@ case "${backend}" in
--timeout-multiplier "${MESON_TEST_TIMEOUT_MULTIPLIER}" \
--print-errorlogs \
--setup=${backend} \
--wrap catchsegv \
--suite=gtk \
--no-suite=gsk-compare-broadway
@@ -54,6 +56,7 @@ case "${backend}" in
--timeout-multiplier "${MESON_TEST_TIMEOUT_MULTIPLIER}" \
--print-errorlogs \
--setup=${backend} \
--wrap catchsegv \
--suite=gtk \
--no-suite=gsk-compare-opengl