[glib: 3/5] tests: Add no-valgrind suite to slice-known-pages test
- From: Simon McVittie <smcv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 3/5] tests: Add no-valgrind suite to slice-known-pages test
- Date: Wed, 1 Jun 2022 17:23:03 +0000 (UTC)
commit 69d7f8f16bf98ca9e414dd669210ab29350442be
Author: Philip Withnall <pwithnall endlessos org>
Date: Wed Jun 1 15:22:02 2022 +0100
tests: Add no-valgrind suite to slice-known-pages test
It does some unusual things with memory pages and allocation, and
testing that with valgrind (a) fails and (b) probably isn’t useful
anyway.
Signed-off-by: Philip Withnall <pwithnall endlessos org>
glib/tests/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/glib/tests/meson.build b/glib/tests/meson.build
index 1e45e6b739..df0d9f8dd1 100644
--- a/glib/tests/meson.build
+++ b/glib/tests/meson.build
@@ -103,7 +103,7 @@ glib_tests = {
'slice' : {},
'slice-color' : {},
'slice-concurrent' : {},
- 'slice-known-pages' : {},
+ 'slice-known-pages' : {'suite' : ['no-valgrind']},
'slice-glib' : {},
'slice-slab' : {},
'slice-malloc' : {},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]