[gtk/use-catchsegv: 2/2] ci: Use catchsegv catching stacktraces
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/use-catchsegv: 2/2] ci: Use catchsegv catching stacktraces
- Date: Thu, 27 Aug 2020 19:01:14 +0000 (UTC)
commit bf1abac9773a427f2e5aabfc91245f7c8d424fb5
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Aug 27 14:11:09 2020 -0400
ci: Use catchsegv catching stacktraces
Seems better than patching backtrace() calls into
our test binaries.
.gitlab-ci/run-tests.sh | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/.gitlab-ci/run-tests.sh b/.gitlab-ci/run-tests.sh
index 6f6a09258f..8a16ce4e60 100755
--- a/.gitlab-ci/run-tests.sh
+++ b/.gitlab-ci/run-tests.sh
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]