Skip to content

tests: expect correct window geometry after one frame #2367

tests: expect correct window geometry after one frame

tests: expect correct window geometry after one frame #2367

Triggered via push January 3, 2025 21:13
Status Failure
Total duration 7m 45s
Artifacts 15

push.yml

on: push
Matrix: build / build
test  /  configure
2s
test / configure
Matrix: test / test
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 23 warnings
test_wm.py::TestWaylandTwoMonitors::test_show[WindowPosition.RIGHT-0.714-True-WindowMonitor.PRIMARY-0-1--1-2.0-2.0-displayconfig.LayoutMode.LOGICAL-AnimationMode.GLOBAL_DISABLE-True-False-False-GdkBackend.WAYLAND-displayconfig.Transform.NORMAL-displayconfig.Transform.NORMAL]: test_wm.py#L461
[gw1] linux -- Python 3.13.0 /__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/.tox/pytest/bin/python self = <test.test_wm.TestWaylandTwoMonitors object at 0x7fe8251f9400> unmaximized_rect = Rect(x=1076, y=32, width=524, height=448) expected_rect = Rect(x=866, y=32, width=734, height=448), monitor_scale = 2.0 window_maximize = True, window_above = True, expected_above_all_windows = False window_skip_taskbar = False, expected_show_transitions = set() expected_hide_transitions = set(), max_size_allocations = 1 max_window_rect_changes = 1 app_debug_dbus_interface = Proxy(g_name='com.github.amezin.ddterm', g_object_path='/com/github/amezin/ddterm', g_interface_name='com.github.amezin.ddterm.Debug') extension_dbus_interface = Proxy(g_name='org.gnome.Shell', g_object_path='/org/gnome/Shell/Extensions/ddterm', g_interface_name='com.github.amezin.ddterm.Extension') extension_test_hook = Proxy(g_name='org.gnome.Shell', g_object_path='/org/gnome/Shell/Extensions/ddterm/TestHook', g_interface_name='com.github.amezin.ddterm.TestHook') shell_test_hook = Proxy(g_name='org.gnome.Shell', g_object_path='/org/gnome/Shell/TestHook', g_interface_name='org.gnome.Shell.TestHook') wait_idle = functools.partial(<function wait_idle at 0x7fe825481b20>, shell_test_hook=Proxy(g_name='org.gnome.Shell', g_object_pat...m.github.amezin.ddterm', g_object_path='/com/github/amezin/ddterm', g_interface_name='com.github.amezin.ddterm.Debug')) wait_frame = functools.partial(<function wait_frame at 0x7fe8254819e0>, shell_test_hook=Proxy(g_name='org.gnome.Shell', g_object_pa...m.github.amezin.ddterm', g_object_path='/com/github/amezin/ddterm', g_interface_name='com.github.amezin.ddterm.Debug')) gdk_backend = <GdkBackend.WAYLAND: 'wayland'> def test_show( self, unmaximized_rect, expected_rect, monitor_scale, window_maximize, window_above, expected_above_all_windows, window_skip_taskbar, expected_show_transitions, expected_hide_transitions, max_size_allocations, max_window_rect_changes, app_debug_dbus_interface, extension_dbus_interface, extension_test_hook, shell_test_hook, wait_idle, wait_frame, gdk_backend, ): extension_dbus_interface.Activate(timeout=dbusutil.DEFAULT_LONG_TIMEOUT_MS) glibutil.dispatch_pending_sources() assert extension_test_hook.HasWindow assert unmaximized_rect == extension_dbus_interface.TargetRect assert extension_test_hook.ClientType == gdk_backend assert monitor_scale == extension_dbus_interface.TargetMonitorScale extension_test_hook.wait_property('RenderedFirstFrame', True) wait_frame() > assert extension_test_hook.WindowRect == expected_rect E AssertionError: assert Rect(x=866, y=32, width=524, height=448) == Rect(x=866, y=32, width=734, height=448) E E Matching attributes: E ['x', 'y', 'height'] E Differing attributes: E ['width'] E E Drill down into differing attribute width: E width: 524 != 734 E E Full diff: E - Rect(x=866, y=32, width=734, height=448) E ? ^^ E + Rect(x=866, y=32, width=524, height=448) E ? ^^ test/test_wm.py:493: AssertionError
test_wm.py::TestWaylandTwoMonitors::test_show[WindowPosition.BOTTOM-0.8-True-WindowMonitor.CURRENT-1-1--1-1.502347469329834-2.0-displayconfig.LayoutMode.LOGICAL-AnimationMode.DDTERM_DISABLE-True-True-True-GdkBackend.X11-displayconfig.Transform.ROTATE_90-displayconfig.Transform.NORMAL]: test_wm.py#L461
[gw1] linux -- Python 3.13.0 /__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/.tox/pytest/bin/python self = <test.test_wm.TestWaylandTwoMonitors object at 0x7fe8251f8320> unmaximized_rect = Rect(x=705, y=122, width=734, height=358) expected_rect = Rect(x=705, y=32, width=734, height=448), monitor_scale = 2.0 window_maximize = True, window_above = True, expected_above_all_windows = True window_skip_taskbar = True, expected_show_transitions = set() expected_hide_transitions = set(), max_size_allocations = 1 max_window_rect_changes = 1 app_debug_dbus_interface = Proxy(g_name='com.github.amezin.ddterm', g_object_path='/com/github/amezin/ddterm', g_interface_name='com.github.amezin.ddterm.Debug') extension_dbus_interface = Proxy(g_name='org.gnome.Shell', g_object_path='/org/gnome/Shell/Extensions/ddterm', g_interface_name='com.github.amezin.ddterm.Extension') extension_test_hook = Proxy(g_name='org.gnome.Shell', g_object_path='/org/gnome/Shell/Extensions/ddterm/TestHook', g_interface_name='com.github.amezin.ddterm.TestHook') shell_test_hook = Proxy(g_name='org.gnome.Shell', g_object_path='/org/gnome/Shell/TestHook', g_interface_name='org.gnome.Shell.TestHook') wait_idle = functools.partial(<function wait_idle at 0x7fe825481b20>, shell_test_hook=Proxy(g_name='org.gnome.Shell', g_object_pat...m.github.amezin.ddterm', g_object_path='/com/github/amezin/ddterm', g_interface_name='com.github.amezin.ddterm.Debug')) wait_frame = functools.partial(<function wait_frame at 0x7fe8254819e0>, shell_test_hook=Proxy(g_name='org.gnome.Shell', g_object_pa...m.github.amezin.ddterm', g_object_path='/com/github/amezin/ddterm', g_interface_name='com.github.amezin.ddterm.Debug')) gdk_backend = <GdkBackend.X11: 'x11'> def test_show( self, unmaximized_rect, expected_rect, monitor_scale, window_maximize, window_above, expected_above_all_windows, window_skip_taskbar, expected_show_transitions, expected_hide_transitions, max_size_allocations, max_window_rect_changes, app_debug_dbus_interface, extension_dbus_interface, extension_test_hook, shell_test_hook, wait_idle, wait_frame, gdk_backend, ): extension_dbus_interface.Activate(timeout=dbusutil.DEFAULT_LONG_TIMEOUT_MS) glibutil.dispatch_pending_sources() assert extension_test_hook.HasWindow assert unmaximized_rect == extension_dbus_interface.TargetRect assert extension_test_hook.ClientType == gdk_backend assert monitor_scale == extension_dbus_interface.TargetMonitorScale extension_test_hook.wait_property('RenderedFirstFrame', True) > wait_frame() test/test_wm.py:491: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ test/test_wm.py:148: in wait_frame app_debug_dbus_interface.WaitFrame(timeout=deadline.remaining_ms // 2) test/apphook.py:44: in WaitFrame super().WaitFrame(**kwargs) test/dbusproxy.py:72: in method result = self.call_sync(method_name, parameters, flags, timeout, cancellable) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = Proxy(g_name='com.github.amezin.ddterm', g_object_path='/com/github/amezin/ddterm', g_interface_name='com.github.amezin.ddterm.Debug') method_name = 'WaitFrame', parameters = GLib.Variant('()', ()) flags = <flags 0 of type Gio.DBusCallFlags>, timeout = 2499, cancellable = None def call_sync( self, method_name, parameters=None, flags=Gio.DBusCallFlags.NONE, timeout=None, cancellable=None, ): if timeout is None: timeout = self.get_default_timeout() parameters = self.pack_method_parameters(method_name, parameters) > return super().call_sync(method_name, parameters, flags, timeout, cancellable) E gi.repository.GLib.GError: g-io-error-quark: Cannot invoke method; proxy is for the well-known name com.github.amezin.ddterm without an owner, and prox
test_wm.py::TestWaylandTwoMonitors::test_show[WindowPosition.LEFT-0.714-False-WindowMonitor.PRIMARY-1-0--1-1.0-1.0-displayconfig.LayoutMode.PHYSICAL-AnimationMode.GLOBAL_DISABLE-False-False-True-GdkBackend.WAYLAND-displayconfig.Transform.ROTATE_90-displayconfig.Transform.ROTATE_90]: test_wm.py#L461
[gw1] linux -- Python 3.13.0 /__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/.tox/pytest/bin/python self = <test.test_wm.TestWaylandTwoMonitors object at 0x7fe825147c50> unmaximized_rect = Rect(x=66, y=32, width=638, height=1568) expected_rect = Rect(x=66, y=32, width=638, height=1568), monitor_scale = 1.0 window_maximize = False, window_above = False, expected_above_all_windows = True window_skip_taskbar = False, expected_show_transitions = set() expected_hide_transitions = set(), max_size_allocations = 1 max_window_rect_changes = 1 app_debug_dbus_interface = Proxy(g_name='com.github.amezin.ddterm', g_object_path='/com/github/amezin/ddterm', g_interface_name='com.github.amezin.ddterm.Debug') extension_dbus_interface = Proxy(g_name='org.gnome.Shell', g_object_path='/org/gnome/Shell/Extensions/ddterm', g_interface_name='com.github.amezin.ddterm.Extension') extension_test_hook = Proxy(g_name='org.gnome.Shell', g_object_path='/org/gnome/Shell/Extensions/ddterm/TestHook', g_interface_name='com.github.amezin.ddterm.TestHook') shell_test_hook = Proxy(g_name='org.gnome.Shell', g_object_path='/org/gnome/Shell/TestHook', g_interface_name='org.gnome.Shell.TestHook') wait_idle = functools.partial(<function wait_idle at 0x7fe825481b20>, shell_test_hook=Proxy(g_name='org.gnome.Shell', g_object_pat...m.github.amezin.ddterm', g_object_path='/com/github/amezin/ddterm', g_interface_name='com.github.amezin.ddterm.Debug')) wait_frame = functools.partial(<function wait_frame at 0x7fe8254819e0>, shell_test_hook=Proxy(g_name='org.gnome.Shell', g_object_pa...m.github.amezin.ddterm', g_object_path='/com/github/amezin/ddterm', g_interface_name='com.github.amezin.ddterm.Debug')) gdk_backend = <GdkBackend.WAYLAND: 'wayland'> def test_show( self, unmaximized_rect, expected_rect, monitor_scale, window_maximize, window_above, expected_above_all_windows, window_skip_taskbar, expected_show_transitions, expected_hide_transitions, max_size_allocations, max_window_rect_changes, app_debug_dbus_interface, extension_dbus_interface, extension_test_hook, shell_test_hook, wait_idle, wait_frame, gdk_backend, ): extension_dbus_interface.Activate(timeout=dbusutil.DEFAULT_LONG_TIMEOUT_MS) glibutil.dispatch_pending_sources() assert extension_test_hook.HasWindow assert unmaximized_rect == extension_dbus_interface.TargetRect assert extension_test_hook.ClientType == gdk_backend assert monitor_scale == extension_dbus_interface.TargetMonitorScale extension_test_hook.wait_property('RenderedFirstFrame', True) wait_frame() > assert extension_test_hook.WindowRect == expected_rect E AssertionError: assert Rect(x=66, y=32, width=894, height=1568) == Rect(x=66, y=32, width=638, height=1568) E E Matching attributes: E ['x', 'y', 'height'] E Differing attributes: E ['width'] E E Drill down into differing attribute width: E width: 894 != 638 E E Full diff: E - Rect(x=66, y=32, width=638, height=1568) E ? -- E + Rect(x=66, y=32, width=894, height=1568) E ? ++ test/test_wm.py:493: AssertionError
test / test (ubuntu-24.10, esm)
Process completed with exit code 1.
test_app.py::TestApp::test_dark_mode[system-prefer-dark]: test/fixtures.py#L544
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/fixtures.py:543: UserWarning: Ignored known issue: gnome-shell[49]: Error: Requiring GLibUnix, version 2.0: Typelib file for namespace 'GLibUnix', version '2.0' not found Stack trace: require@resource:///org/gnome/gjs/modules/esm/gi.js:16:28 try_require@file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestApp0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/compat.js:15:16 @file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestApp0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/sd_journal.js:10:58 @resource:///org/gnome/shell/ui/init.js:21:20 warnings.warn(f'Ignored known issue: {message}')
test_app.py::TestApp::test_dark_mode[system-prefer-dark]: test/fixtures.py#L544
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/fixtures.py:543: UserWarning: Ignored known issue: gnome-shell[49]: GLib.unix_set_fd_nonblocking has been moved to a separate platform-specific library. Please update your code to use GLibUnix.set_fd_nonblocking instead. 0 <TOP LEVEL> ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestApp0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/sd_journal.js":11:28] 1 anonymous() ["resource:///org/gnome/shell/ui/init.js":21:20] warnings.warn(f'Ignored known issue: {message}')
test_wm.py::TestWaylandTwoMonitors::test_maximize_unmaximize[WindowPosition.TOP-0.6-False-WindowMonitor.CONNECTOR-1-1-1-1.502347469329834-1.748633861541748-displayconfig.LayoutMode.LOGICAL-False-True-True-GdkBackend.WAYLAND-displayconfig.Transform.NORMAL-displayconfig.Transform.NORMAL]: test/fixtures.py#L544
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/fixtures.py:543: UserWarning: Ignored known issue: gnome-shell[49]: Error: Requiring GLibUnix, version 2.0: Typelib file for namespace 'GLibUnix', version '2.0' not found Stack trace: require@resource:///org/gnome/gjs/modules/esm/gi.js:16:28 try_require@file:///tmp/pytest-of-github-actions/pytest-0/popen-gw1/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/compat.js:15:16 @file:///tmp/pytest-of-github-actions/pytest-0/popen-gw1/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/sd_journal.js:10:58 @resource:///org/gnome/shell/ui/init.js:21:20 warnings.warn(f'Ignored known issue: {message}')
test_wm.py::TestWaylandTwoMonitors::test_maximize_unmaximize[WindowPosition.TOP-0.6-False-WindowMonitor.CONNECTOR-1-1-1-1.502347469329834-1.748633861541748-displayconfig.LayoutMode.LOGICAL-False-True-True-GdkBackend.WAYLAND-displayconfig.Transform.NORMAL-displayconfig.Transform.NORMAL]: test/fixtures.py#L544
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/fixtures.py:543: UserWarning: Ignored known issue: gnome-shell[49]: GLib.unix_set_fd_nonblocking has been moved to a separate platform-specific library. Please update your code to use GLibUnix.set_fd_nonblocking instead. 0 <TOP LEVEL> ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw1/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/sd_journal.js":11:28] 1 anonymous() ["resource:///org/gnome/shell/ui/init.js":21:20] warnings.warn(f'Ignored known issue: {message}')
test_wm.py::TestX11::test_show[WindowPosition.RIGHT-0.8-False-WindowMonitor.PRIMARY-0-0--1-1.0-0-displayconfig.LayoutMode.PHYSICAL-AnimationMode.GLOBAL_DISABLE-True-True-True-GdkBackend.X11-displayconfig.Transform.NORMAL-MONITOR_DISABLED]: test/fixtures.py#L544
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/fixtures.py:543: UserWarning: Ignored known issue: gnome-shell[391]: Error: Requiring GLibUnix, version 2.0: Typelib file for namespace 'GLibUnix', version '2.0' not found Stack trace: require@resource:///org/gnome/gjs/modules/esm/gi.js:16:28 try_require@file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestX110/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/compat.js:15:16 @file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestX110/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/sd_journal.js:10:58 @resource:///org/gnome/shell/ui/init.js:21:20 warnings.warn(f'Ignored known issue: {message}')
test_wm.py::TestX11::test_show[WindowPosition.RIGHT-0.8-False-WindowMonitor.PRIMARY-0-0--1-1.0-0-displayconfig.LayoutMode.PHYSICAL-AnimationMode.GLOBAL_DISABLE-True-True-True-GdkBackend.X11-displayconfig.Transform.NORMAL-MONITOR_DISABLED]: test/fixtures.py#L544
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/fixtures.py:543: UserWarning: Ignored known issue: gnome-shell[391]: GLib.unix_set_fd_nonblocking has been moved to a separate platform-specific library. Please update your code to use GLibUnix.set_fd_nonblocking instead. 0 <TOP LEVEL> ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestX110/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/sd_journal.js":11:28] 1 anonymous() ["resource:///org/gnome/shell/ui/init.js":21:20] warnings.warn(f'Ignored known issue: {message}')
test_wm.py::TestWayland::test_show[WindowPosition.RIGHT-0.714-True-WindowMonitor.CURRENT-0-0--1-1.25-0-displayconfig.LayoutMode.LOGICAL-AnimationMode.DDTERM_DEFAULT-True-True-False-GdkBackend.WAYLAND-displayconfig.Transform.NORMAL-MONITOR_DISABLED]: test/fixtures.py#L544
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/fixtures.py:543: UserWarning: Ignored known issue: gnome-shell[493]: Error: Requiring GLibUnix, version 2.0: Typelib file for namespace 'GLibUnix', version '2.0' not found Stack trace: require@resource:///org/gnome/gjs/modules/esm/gi.js:16:28 try_require@file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWayland0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/compat.js:15:16 @file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWayland0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/sd_journal.js:10:58 @resource:///org/gnome/shell/ui/init.js:21:20 warnings.warn(f'Ignored known issue: {message}')
test_wm.py::TestWayland::test_show[WindowPosition.RIGHT-0.714-True-WindowMonitor.CURRENT-0-0--1-1.25-0-displayconfig.LayoutMode.LOGICAL-AnimationMode.DDTERM_DEFAULT-True-True-False-GdkBackend.WAYLAND-displayconfig.Transform.NORMAL-MONITOR_DISABLED]: test/fixtures.py#L544
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/fixtures.py:543: UserWarning: Ignored known issue: gnome-shell[493]: GLib.unix_set_fd_nonblocking has been moved to a separate platform-specific library. Please update your code to use GLibUnix.set_fd_nonblocking instead. 0 <TOP LEVEL> ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWayland0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/sd_journal.js":11:28] 1 anonymous() ["resource:///org/gnome/shell/ui/init.js":21:20] warnings.warn(f'Ignored known issue: {message}')
test_wm.py::TestWaylandTwoMonitors::test_show[WindowPosition.BOTTOM-0.8-False-WindowMonitor.PRIMARY-1-0--1-1.0-1.25-displayconfig.LayoutMode.LOGICAL-AnimationMode.GNOME_DEFAULT-True-False-True-GdkBackend.WAYLAND-displayconfig.Transform.NORMAL-displayconfig.Transform.NORMAL]: test/fixtures.py#L544
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/fixtures.py:543: UserWarning: Ignored known issue: gnome-shell[816]: Error: Requiring GLibUnix, version 2.0: Typelib file for namespace 'GLibUnix', version '2.0' not found Stack trace: require@resource:///org/gnome/gjs/modules/esm/gi.js:16:28 try_require@file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/compat.js:15:16 @file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/sd_journal.js:10:58 @resource:///org/gnome/shell/ui/init.js:21:20 warnings.warn(f'Ignored known issue: {message}')
test_wm.py::TestWaylandTwoMonitors::test_show[WindowPosition.BOTTOM-0.8-False-WindowMonitor.PRIMARY-1-0--1-1.0-1.25-displayconfig.LayoutMode.LOGICAL-AnimationMode.GNOME_DEFAULT-True-False-True-GdkBackend.WAYLAND-displayconfig.Transform.NORMAL-displayconfig.Transform.NORMAL]: test/fixtures.py#L544
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/fixtures.py:543: UserWarning: Ignored known issue: gnome-shell[816]: GLib.unix_set_fd_nonblocking has been moved to a separate platform-specific library. Please update your code to use GLibUnix.set_fd_nonblocking instead. 0 <TOP LEVEL> ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/sd_journal.js":11:28] 1 anonymous() ["resource:///org/gnome/shell/ui/init.js":21:20] warnings.warn(f'Ignored known issue: {message}')
test_wm.py::TestWaylandTwoMonitors::test_show[WindowPosition.RIGHT-0.8-True-WindowMonitor.CONNECTOR-0-0-0-1.748633861541748-2.0-displayconfig.LayoutMode.LOGICAL-AnimationMode.DDTERM_DEFAULT-True-False-True-GdkBackend.X11-displayconfig.Transform.NORMAL-displayconfig.Transform.NORMAL]: test/test_wm.py#L153
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/test_wm.py:152: UserWarning: Wait for next frame timed out. Happens on XWayland. warnings.warn('Wait for next frame timed out. Happens on XWayland.')
test_wm.py::TestWaylandTwoMonitors::test_show[WindowPosition.RIGHT-0.8-False-WindowMonitor.CONNECTOR-0-0-0-1.502347469329834-1.748633861541748-displayconfig.LayoutMode.LOGICAL-AnimationMode.DDTERM_DEFAULT-True-True-True-GdkBackend.X11-displayconfig.Transform.NORMAL-displayconfig.Transform.NORMAL]: test/test_wm.py#L153
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/test_wm.py:152: UserWarning: Wait for next frame timed out. Happens on XWayland. warnings.warn('Wait for next frame timed out. Happens on XWayland.')
test_wm.py::TestWaylandTwoMonitors::test_show[WindowPosition.RIGHT-0.913-False-WindowMonitor.CONNECTOR-1-0-0-1.25-1.0-displayconfig.LayoutMode.LOGICAL-AnimationMode.DDTERM_DEFAULT-True-False-False-GdkBackend.X11-displayconfig.Transform.NORMAL-displayconfig.Transform.ROTATE_90]: test/test_wm.py#L153
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/test_wm.py:152: UserWarning: Wait for next frame timed out. Happens on XWayland. warnings.warn('Wait for next frame timed out. Happens on XWayland.')
test_app.py::TestApp::test_dark_mode[system-prefer-dark]: test/fixtures.py#L544
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/fixtures.py:543: UserWarning: Ignored known issue: Gio.UnixInputStream has been moved to a separate platform-specific library. Please update your code to use GioUnix.InputStream instead. 0 _init() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestApp0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/subprocess.js":211:51] 1 DDTermSubprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestApp0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/subprocess.js":188:3] 2 DDTermWaylandSubprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestApp0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/subprocess.js":281:3] 3 _create_subprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestApp0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/service.js":152:19] 4 start() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestApp0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/service.js":202:44] 5 ensure_running() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestApp0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/appcontrol.js":143:29] 6 activate() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestApp0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/appcontrol.js":209:19] 7 ActivateAsync/<() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestApp0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/dbusapi.js":130:61] 8 handle_dbus_method_call_async() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestApp0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/dbusapi.js":29:24] 9 ActivateAsync() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestApp0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/dbusapi.js":130:37] 10 _handleMethodCall() ["resource:///org/gnome/gjs/modules/core/overrides/Gio.js":373:34] 11 _wrapJSObject/<() ["resource:///org/gnome/gjs/modules/core/overrides/Gio.js":408:33] 12 anonymous() ["resource:///org/gnome/shell/ui/init.js":21:19] warnings.warn(f'Ignored known issue: {message}')
test_wm.py::TestWaylandTwoMonitors::test_maximize_unmaximize[WindowPosition.TOP-0.6-False-WindowMonitor.CONNECTOR-1-1-1-1.502347469329834-1.748633861541748-displayconfig.LayoutMode.LOGICAL-False-True-True-GdkBackend.WAYLAND-displayconfig.Transform.NORMAL-displayconfig.Transform.NORMAL]: test/fixtures.py#L544
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/fixtures.py:543: UserWarning: Ignored known issue: Gio.UnixInputStream has been moved to a separate platform-specific library. Please update your code to use GioUnix.InputStream instead. 0 _init() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw1/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/subprocess.js":211:51] 1 DDTermSubprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw1/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/subprocess.js":188:3] 2 DDTermWaylandSubprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw1/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/subprocess.js":281:3] 3 _create_subprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw1/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/service.js":152:19] 4 start() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw1/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/service.js":202:44] 5 ensure_running() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw1/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/appcontrol.js":143:29] 6 activate() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw1/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/appcontrol.js":209:19] 7 ActivateAsync/<() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw1/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/dbusapi.js":130:61] 8 handle_dbus_method_call_async() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw1/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/dbusapi.js":29:24] 9 ActivateAsync() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw1/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/dbusapi.js":130:37] 10 _handleMethodCall() ["resource:///org/gnome/gjs/modules/core/overrides/Gio.js":373:34] 11 _wrapJSObject/<() ["resource:///org/gnome/gjs/modules/core/overrides/Gio.js":408:33] 12 anonymous() ["resource:///org/gnome/shell/ui/init.js":21:19] warnings.warn(f'Ignored known issue: {message}')
test_wm.py::TestX11::test_show[WindowPosition.RIGHT-0.8-False-WindowMonitor.PRIMARY-0-0--1-1.0-0-displayconfig.LayoutMode.PHYSICAL-AnimationMode.GLOBAL_DISABLE-True-True-True-GdkBackend.X11-displayconfig.Transform.NORMAL-MONITOR_DISABLED]: test/fixtures.py#L544
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/fixtures.py:543: UserWarning: Ignored known issue: Gio.UnixInputStream has been moved to a separate platform-specific library. Please update your code to use GioUnix.InputStream instead. 0 _init() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestX110/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/subprocess.js":211:51] 1 DDTermSubprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestX110/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/subprocess.js":188:3] 2 _create_subprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestX110/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/service.js":154:19] 3 start() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestX110/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/service.js":202:44] 4 ensure_running() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestX110/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/appcontrol.js":143:29] 5 activate() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestX110/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/appcontrol.js":209:19] 6 ActivateAsync/<() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestX110/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/dbusapi.js":130:61] 7 handle_dbus_method_call_async() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestX110/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/dbusapi.js":29:24] 8 ActivateAsync() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestX110/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/dbusapi.js":130:37] 9 _handleMethodCall() ["resource:///org/gnome/gjs/modules/core/overrides/Gio.js":373:34] 10 _wrapJSObject/<() ["resource:///org/gnome/gjs/modules/core/overrides/Gio.js":408:33] 11 anonymous() ["resource:///org/gnome/shell/ui/init.js":21:19] warnings.warn(f'Ignored known issue: {message}')
test_wm.py::TestWayland::test_show[WindowPosition.RIGHT-0.714-True-WindowMonitor.CURRENT-0-0--1-1.25-0-displayconfig.LayoutMode.LOGICAL-AnimationMode.DDTERM_DEFAULT-True-True-False-GdkBackend.WAYLAND-displayconfig.Transform.NORMAL-MONITOR_DISABLED]: test/fixtures.py#L544
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/fixtures.py:543: UserWarning: Ignored known issue: Gio.UnixInputStream has been moved to a separate platform-specific library. Please update your code to use GioUnix.InputStream instead. 0 _init() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWayland0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/subprocess.js":211:51] 1 DDTermSubprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWayland0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/subprocess.js":188:3] 2 DDTermWaylandSubprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWayland0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/subprocess.js":281:3] 3 _create_subprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWayland0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/service.js":152:19] 4 start() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWayland0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/service.js":202:44] 5 ensure_running() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWayland0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/appcontrol.js":143:29] 6 activate() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWayland0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/appcontrol.js":209:19] 7 ActivateAsync/<() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWayland0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/dbusapi.js":130:61] 8 handle_dbus_method_call_async() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWayland0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/dbusapi.js":29:24] 9 ActivateAsync() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWayland0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/dbusapi.js":130:37] 10 _handleMethodCall() ["resource:///org/gnome/gjs/modules/core/overrides/Gio.js":373:34] 11 _wrapJSObject/<() ["resource:///org/gnome/gjs/modules/core/overrides/Gio.js":408:33] 12 anonymous() ["resource:///org/gnome/shell/ui/init.js":21:19] warnings.warn(f'Ignored known issue: {message}')
test_wm.py::TestWaylandTwoMonitors::test_show[WindowPosition.BOTTOM-0.8-False-WindowMonitor.PRIMARY-1-0--1-1.0-1.25-displayconfig.LayoutMode.LOGICAL-AnimationMode.GNOME_DEFAULT-True-False-True-GdkBackend.WAYLAND-displayconfig.Transform.NORMAL-displayconfig.Transform.NORMAL]: test/fixtures.py#L544
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/fixtures.py:543: UserWarning: Ignored known issue: Gio.UnixInputStream has been moved to a separate platform-specific library. Please update your code to use GioUnix.InputStream instead. 0 _init() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/subprocess.js":211:51] 1 DDTermSubprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/subprocess.js":188:3] 2 DDTermWaylandSubprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/subprocess.js":281:3] 3 _create_subprocess() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/service.js":152:19] 4 start() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/service.js":202:44] 5 ensure_running() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/appcontrol.js":143:29] 6 activate() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/appcontrol.js":209:19] 7 ActivateAsync/<() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/dbusapi.js":130:61] 8 handle_dbus_method_call_async() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/dbusapi.js":29:24] 9 ActivateAsync() ["file:///tmp/pytest-of-github-actions/pytest-0/popen-gw0/TestWaylandTwoMonitors0/.local/share/gnome-shell/extensions/ddterm@amezin.github.com/ddterm/shell/dbusapi.js":130:37] 10 _handleMethodCall() ["resource:///org/gnome/gjs/modules/core/overrides/Gio.js":373:34] 11 _wrapJSObject/<() ["resource:///org/gnome/gjs/modules/core/overrides/Gio.js":408:33] 12 anonymous() ["resource:///org/gnome/shell/ui/init.js":21:19] warnings.warn(f'Ignored known issue: {message}')
test_wm.py::TestWaylandTwoMonitors::test_show[WindowPosition.TOP-1.0-False-WindowMonitor.CONNECTOR-0-0-0-1.502347469329834-2.0-displayconfig.LayoutMode.LOGICAL-AnimationMode.DDTERM_DEFAULT-False-True-False-GdkBackend.X11-displayconfig.Transform.NORMAL-displayconfig.Transform.NORMAL]: test/test_wm.py#L153
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/test_wm.py:152: UserWarning: Wait for next frame timed out. Happens on XWayland. warnings.warn('Wait for next frame timed out. Happens on XWayland.')
test_wm.py::TestWaylandTwoMonitors::test_show[WindowPosition.RIGHT-0.8-False-WindowMonitor.CONNECTOR-0-0-0-1.502347469329834-1.748633861541748-displayconfig.LayoutMode.LOGICAL-AnimationMode.DDTERM_DEFAULT-True-True-True-GdkBackend.X11-displayconfig.Transform.NORMAL-displayconfig.Transform.NORMAL]: test/test_wm.py#L153
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/test_wm.py:152: UserWarning: Wait for next frame timed out. Happens on XWayland. warnings.warn('Wait for next frame timed out. Happens on XWayland.')
test_wm.py::TestWaylandTwoMonitors::test_show[WindowPosition.LEFT-0.8-True-WindowMonitor.PRIMARY-1-0--1-1.748633861541748-1.502347469329834-displayconfig.LayoutMode.LOGICAL-AnimationMode.DDTERM_DEFAULT-True-False-False-GdkBackend.X11-displayconfig.Transform.NORMAL-displayconfig.Transform.NORMAL]: test/test_wm.py#L153
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/test_wm.py:152: UserWarning: Wait for next frame timed out. Happens on XWayland. warnings.warn('Wait for next frame timed out. Happens on XWayland.')
test_wm.py::TestWaylandTwoMonitors::test_show[WindowPosition.RIGHT-0.913-False-WindowMonitor.CONNECTOR-1-0-0-1.25-1.0-displayconfig.LayoutMode.LOGICAL-AnimationMode.DDTERM_DEFAULT-True-False-False-GdkBackend.X11-displayconfig.Transform.NORMAL-displayconfig.Transform.ROTATE_90]: test/test_wm.py#L153
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/test_wm.py:152: UserWarning: Wait for next frame timed out. Happens on XWayland. warnings.warn('Wait for next frame timed out. Happens on XWayland.')
test_wm.py::TestWaylandTwoMonitors::test_show[WindowPosition.RIGHT-0.8-False-WindowMonitor.CONNECTOR-0-0-0-1.502347469329834-1.748633861541748-displayconfig.LayoutMode.LOGICAL-AnimationMode.DDTERM_DEFAULT-True-True-True-GdkBackend.X11-displayconfig.Transform.NORMAL-displayconfig.Transform.NORMAL]: test/test_wm.py#L153
/__w/gnome-shell-extension-ddterm/gnome-shell-extension-ddterm/test/test_wm.py:152: UserWarning: Wait for next frame timed out. Happens on XWayland. warnings.warn('Wait for next frame timed out. Happens on XWayland.')

Artifacts

Produced during runtime
Name Size
alpine-3.18-reports
2.64 MB
alpine-3.19-reports
2.62 MB
alpine-3.20-reports
2.6 MB
alpine-3.21-reports
2.59 MB
archlinux-reports
2.49 MB
debian-12-reports
2.46 MB
fedora-40-reports
2.5 MB
fedora-41-reports
2.49 MB
opensuse-leap-15.6-reports
2.5 MB
opensuse-tumbleweed-reports
2.47 MB
pack
242 KB
pack-legacy
264 KB
ubuntu-22.04-reports
2.54 MB
ubuntu-24.04-reports
2.63 MB
ubuntu-24.10-reports
8.24 MB