mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-09 10:48:26 +02:00
test: Don't use strict TAP parsing on Windows
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>
This commit is contained in:
parent
c9d0f7968f
commit
52a8adf901
1 changed files with 3 additions and 0 deletions
|
|
@ -104,6 +104,9 @@ installed_tests = []
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue