summaryrefslogtreecommitdiff
path: root/.gitlab-ci/run-tests.sh
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-01-20 02:43:43 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-01-20 02:43:43 +0000
commit59074f13f87f09f493b0534da302f915a3f67a8f (patch)
tree36bd01f6d0b4416780f94591557e559799d630f7 /.gitlab-ci/run-tests.sh
parent0fe5b634963ca320485549f095683be3b3750168 (diff)
parentb538d911d726ea72523413b75b864b52993fa178 (diff)
downloadpango-59074f13f87f09f493b0534da302f915a3f67a8f.tar.gz
Merge branch 'lsan_slice' into 'master'
Force malloc of g_slices in asan build See merge request GNOME/pango!262
Diffstat (limited to '.gitlab-ci/run-tests.sh')
-rwxr-xr-x.gitlab-ci/run-tests.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci/run-tests.sh b/.gitlab-ci/run-tests.sh
index e5c8e9af..73a1951f 100755
--- a/.gitlab-ci/run-tests.sh
+++ b/.gitlab-ci/run-tests.sh
@@ -8,6 +8,8 @@ builddir=$1
# Ignore memory leaks lower in dependencies
export LSAN_OPTIONS=suppressions=$srcdir/lsan.supp
+# Check leaks of slices
+export G_SLICE=always-malloc
meson test -C ${builddir} \
--print-errorlogs \