tests/get-state: Run with G_DEBUG=fatal-warnings
For this to pass, pass an explicit Wayland display name to avoid the display conflict warning that may happen when there is an already running Wayland display server. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2448>
This commit is contained in:
parent
083b872677
commit
a66c820d05
@ -430,15 +430,19 @@ if have_x11
|
|||||||
)
|
)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
tools_test_env = test_env
|
||||||
|
tools_test_env.set('G_DEBUG', 'fatal-warnings')
|
||||||
|
|
||||||
test('get-state-tool-gio', mutter,
|
test('get-state-tool-gio', mutter,
|
||||||
args: [
|
args: [
|
||||||
'--headless',
|
'--headless',
|
||||||
'--mutter-plugin=@0@'.format(default_plugin.full_path()),
|
'--mutter-plugin=@0@'.format(default_plugin.full_path()),
|
||||||
'--virtual-monitor', '800x600',
|
'--virtual-monitor', '800x600',
|
||||||
|
'--wayland-display', 'get-state-gio',
|
||||||
get_state_tool.full_path(),
|
get_state_tool.full_path(),
|
||||||
],
|
],
|
||||||
suite: ['tools'],
|
suite: ['tools'],
|
||||||
env: test_env,
|
env: tools_test_env,
|
||||||
is_parallel: false,
|
is_parallel: false,
|
||||||
timeout: 60,
|
timeout: 60,
|
||||||
)
|
)
|
||||||
@ -448,12 +452,13 @@ test('get-state-tool-gdbus', mutter,
|
|||||||
'--headless',
|
'--headless',
|
||||||
'--mutter-plugin=@0@'.format(default_plugin.full_path()),
|
'--mutter-plugin=@0@'.format(default_plugin.full_path()),
|
||||||
'--virtual-monitor', '800x600',
|
'--virtual-monitor', '800x600',
|
||||||
|
'--wayland-display', 'get-state-gdbus',
|
||||||
'--',
|
'--',
|
||||||
get_state_tool.full_path(),
|
get_state_tool.full_path(),
|
||||||
'--gdbus',
|
'--gdbus',
|
||||||
],
|
],
|
||||||
suite: ['tools'],
|
suite: ['tools'],
|
||||||
env: test_env,
|
env: tools_test_env,
|
||||||
is_parallel: false,
|
is_parallel: false,
|
||||||
timeout: 60,
|
timeout: 60,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user