Debug messages in a background thread can corrupt the machine-readable
TAP output, and in particular GWin32AppInfo emits debug messages from
a background thread when we link to libgio.
Resolves: https://gitlab.freedesktop.org/dbus/dbus/-/issues/414
Signed-off-by: Simon McVittie <smcv@collabora.com>
if meson.version().version_compare('>=0.63') and meson.version().version_compare('<0.63.1')
# Work around https://github.com/mesonbuild/meson/issues/10577
test_protocol = 'exitcode'
+elif platform_windows
+ # Work around https://gitlab.gnome.org/GNOME/glib/-/issues/2746
+ test_protocol = 'exitcode'
else
test_protocol = 'tap'
endif