Revert "tests: enable G_SLICE=debug-blocks in all tests"

This breaks the valgrind test setup, as this G_SLICE overrides
G_SLICE=always-malloc from valgrind_env

This reverts commit a0d0069f18.
This commit is contained in:
George Kiagiadakis 2021-06-09 16:05:08 +03:00
parent 606a9765d6
commit b6a5750595
4 changed files with 0 additions and 4 deletions

View file

@ -1,6 +1,5 @@
common_deps = [gobject_dep, gio_dep, wp_dep, pipewire_dep]
common_env = environment({
'G_SLICE': 'debug-blocks',
'G_TEST_SRCDIR': meson.current_source_dir(),
'G_TEST_BUILDDIR': meson.current_build_dir(),
'WIREPLUMBER_MODULE_DIR': meson.current_build_dir() / '..' / '..' / 'modules',

View file

@ -1,6 +1,5 @@
common_deps = [gobject_dep, gio_dep, wp_dep, pipewire_dep]
common_env = environment({
'G_SLICE': 'debug-blocks',
'G_TEST_SRCDIR': meson.current_source_dir(),
'G_TEST_BUILDDIR': meson.current_build_dir(),
'XDG_CONFIG_HOME': meson.current_build_dir() / '.config',

View file

@ -1,6 +1,5 @@
common_deps = [wpipc_dep, glib_dep]
common_env = environment({
'G_SLICE': 'debug-blocks',
'G_TEST_SRCDIR': meson.current_source_dir(),
'G_TEST_BUILDDIR': meson.current_build_dir(),
})

View file

@ -1,6 +1,5 @@
common_deps = [wplua_dep, pipewire_dep, wp_dep]
common_env = environment({
'G_SLICE': 'debug-blocks',
'G_TEST_SRCDIR': meson.current_source_dir(),
'G_TEST_BUILDDIR': meson.current_build_dir(),
'WIREPLUMBER_CONFIG_DIR': '/invalid',