1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
integration_tests = [
'test-is-supported-true',
'test-expect-fail',
'test-creation-properties',
'test-is-layer-window',
'test-single-anchors',
'test-multi-anchors',
'test-set-anchor-normalizes-booleans',
'test-set-layer',
'test-get-layer',
'test-set-size-request',
'test-size-can-shrink',
'test-appears-if-size-initially-unspecified-expect-fail',
'test-adapts-to-screen-size',
'test-auto-exclusive-zone-no-margin',
'test-auto-exclusive-zone-with-margin',
'test-auto-exclusive-zone-weird-bool-values',
'test-get-explicit-exclusive-zone',
'test-get-auto-exclusive-zone',
'test-exclusive-zone-below-negative-1',
'test-menu-popup',
'test-nested-popup',
'test-nested-popup-unmap-order',
'test-window-with-initially-attached-buffer',
'test-close-layer-surface',
'test-get-namespace-default',
'test-get-namespace-on-non-layer-window',
'test-get-namespace-custom-namespace',
'test-set-keyboard-interactivity',
'test-set-keyboard-mode',
'test-get-keyboard-interactivity',
'test-get-keyboard-mode',
'test-get-monitor',
'test-set-monitor',
'test-create-subsurface',
'test-configure-delay',
'test-nested-popup-configure-delay',
]
|