mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 05:31:07 +00:00
Merge branch 'wip/otte/for-main' into 'main'
testsuite: Set GIO_USE_VFS=local everywhere See merge request GNOME/gtk!6076
This commit is contained in:
commit
d8b4249ee9
@ -48,7 +48,6 @@ test_env.set('GTK_A11Y', 'test')
|
||||
test_env.set('GSK_RENDERER', 'cairo')
|
||||
test_env.set('G_TEST_SRCDIR', meson.current_source_dir())
|
||||
test_env.set('G_TEST_BUILDDIR', meson.current_build_dir())
|
||||
test_env.set('GIO_USE_VFS', 'local')
|
||||
test_env.set('GSETTINGS_BACKEND', 'memory')
|
||||
test_env.set('G_ENABLE_DIAGNOSTIC', '0')
|
||||
|
||||
|
@ -3,7 +3,6 @@ changetest_env.set('GTK_A11Y', 'test')
|
||||
changetest_env.set('GSK_RENDERER', 'cairo')
|
||||
changetest_env.set('G_TEST_SRCDIR', meson.current_source_dir())
|
||||
changetest_env.set('G_TEST_BUILDDIR', meson.current_build_dir())
|
||||
changetest_env.set('GIO_USE_VFS', 'local')
|
||||
changetest_env.set('GSETTINGS_BACKEND', 'memory')
|
||||
changetest_env.set('G_ENABLE_DIAGNOSTIC', '0')
|
||||
|
||||
|
@ -3,7 +3,6 @@ csstest_env.set('GTK_A11Y', 'test')
|
||||
csstest_env.set('GSK_RENDERER', 'cairo')
|
||||
csstest_env.set('G_TEST_SRCDIR', meson.current_source_dir())
|
||||
csstest_env.set('G_TEST_BUILDDIR', meson.current_build_dir())
|
||||
csstest_env.set('GIO_USE_VFS', 'local')
|
||||
csstest_env.set('GSETTINGS_BACKEND', 'memory')
|
||||
csstest_env.set('G_ENABLE_DIAGNOSTIC', '0')
|
||||
csstest_env.set('GDK_DEBUG', 'default-settings')
|
||||
|
@ -3,7 +3,6 @@ nodetest_env.set('GTK_A11Y', 'test')
|
||||
nodetest_env.set('GSK_RENDERER', 'cairo')
|
||||
nodetest_env.set('G_TEST_SRCDIR', meson.current_source_dir())
|
||||
nodetest_env.set('G_TEST_BUILDDIR', meson.current_build_dir())
|
||||
nodetest_env.set('GIO_USE_VFS', 'local')
|
||||
nodetest_env.set('GSETTINGS_BACKEND', 'memory')
|
||||
nodetest_env.set('G_ENABLE_DIAGNOSTIC', '0')
|
||||
|
||||
|
@ -3,7 +3,6 @@ styletest_env.set('GTK_A11Y', 'test')
|
||||
styletest_env.set('GSK_RENDERER', 'cairo')
|
||||
styletest_env.set('G_TEST_SRCDIR', meson.current_source_dir())
|
||||
styletest_env.set('G_TEST_BUILDDIR', meson.current_build_dir())
|
||||
styletest_env.set('GIO_USE_VFS', 'local')
|
||||
styletest_env.set('GSETTINGS_BACKEND', 'memory')
|
||||
styletest_env.set('G_ENABLE_DIAGNOSTIC', '0')
|
||||
|
||||
|
@ -322,7 +322,6 @@ main (int argc, char **argv)
|
||||
int result;
|
||||
|
||||
/* These must be set before before gtk_test_init */
|
||||
g_setenv ("GIO_USE_VFS", "local", TRUE);
|
||||
g_setenv ("GSETTINGS_BACKEND", "memory", TRUE);
|
||||
|
||||
/* initialize test program */
|
||||
|
@ -510,7 +510,6 @@ main (int argc, char **argv)
|
||||
const char *display, *x_r_d;
|
||||
|
||||
/* These must be set before gtk_test_init */
|
||||
g_setenv ("GIO_USE_VFS", "local", TRUE);
|
||||
g_setenv ("GSETTINGS_BACKEND", "memory", TRUE);
|
||||
g_setenv ("G_ENABLE_DIAGNOSTIC", "0", TRUE);
|
||||
|
||||
|
@ -139,7 +139,6 @@ test_env.set('GTK_A11Y', 'test')
|
||||
test_env.set('GSK_RENDERER', 'cairo')
|
||||
test_env.set('G_TEST_SRCDIR', meson.current_source_dir())
|
||||
test_env.set('G_TEST_BUILDDIR', meson.current_build_dir())
|
||||
test_env.set('GIO_USE_VFS', 'local')
|
||||
test_env.set('GSETTINGS_BACKEND', 'memory')
|
||||
test_env.set('G_ENABLE_DIAGNOSTIC', '0')
|
||||
|
||||
|
@ -142,7 +142,6 @@ main (int argc, char **argv)
|
||||
const char *display, *x_r_d;
|
||||
|
||||
/* These must be set before gtk_test_init */
|
||||
g_setenv ("GIO_USE_VFS", "local", TRUE);
|
||||
g_setenv ("GSETTINGS_BACKEND", "memory", TRUE);
|
||||
|
||||
/* g_test_dbus_up() helpfully clears these, so we have to re-set it */
|
||||
|
@ -425,7 +425,6 @@ int
|
||||
main (int argc, char **argv)
|
||||
{
|
||||
/* These must be set before gtk_test_init */
|
||||
g_setenv ("GIO_USE_VFS", "local", TRUE);
|
||||
g_setenv ("GSETTINGS_BACKEND", "memory", TRUE);
|
||||
|
||||
/* initialize test program */
|
||||
|
@ -8,7 +8,6 @@ mkdir -p ${outputdir}
|
||||
|
||||
|
||||
export GTK_A11Y=none
|
||||
export GIO_USE_VFS=local
|
||||
|
||||
dbus-run-session sh 2>${outputdir}/dbus-stderr.log <<EOF
|
||||
|
||||
|
@ -8,7 +8,6 @@ mkdir -p ${outputdir}
|
||||
|
||||
|
||||
export GTK_A11Y=none
|
||||
export GIO_USE_VFS=local
|
||||
|
||||
dbus-run-session sh 2>${outputdir}/dbus-stderr.log <<EOF
|
||||
|
||||
|
@ -4,6 +4,7 @@ installed_test_datadir = join_paths(gtk_datadir, 'installed-tests', 'gtk-4.0')
|
||||
|
||||
common_env = [
|
||||
'GIO_USE_VOLUME_MONITOR=unix',
|
||||
'GIO_USE_VFS=local',
|
||||
'GSETTINGS_BACKEND=memory',
|
||||
'GTK_CSD=1',
|
||||
'G_ENABLE_DIAGNOSTIC=0',
|
||||
|
@ -621,7 +621,6 @@ reftest_env = environment()
|
||||
reftest_env.set('GTK_A11Y', 'test')
|
||||
reftest_env.set('G_TEST_SRCDIR', meson.current_source_dir())
|
||||
reftest_env.set('G_TEST_BUILDDIR', meson.current_build_dir())
|
||||
reftest_env.set('GIO_USE_VFS', 'local')
|
||||
reftest_env.set('GSETTINGS_BACKEND', 'memory')
|
||||
reftest_env.set('G_ENABLE_DIAGNOSTIC', '0')
|
||||
reftest_env.set('REFTEST_MODULE_DIR', meson.current_build_dir())
|
||||
|
Loading…
Reference in New Issue
Block a user