projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff141a1
)
Try harder to fix focus tests
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 16 Apr 2023 18:07:13 +0000
(20:07 +0200)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 16 Apr 2023 18:08:03 +0000
(20:08 +0200)
The focus test now asserts that its window is active.
So we should not run them in parallel with other tests,
since those might steal the focus.
testsuite/gtk/meson.build
patch
|
blob
|
history
diff --git
a/testsuite/gtk/meson.build
b/testsuite/gtk/meson.build
index d8a2e17e2c4b6620451ef1d0beff69f7b206f3be..2c9fd57b1de4c2bb4f3147946b19a7f1f3562f31 100644
(file)
--- a/
testsuite/gtk/meson.build
+++ b/
testsuite/gtk/meson.build
@@
-262,6
+262,7
@@
foreach test : focus_chain_tests
join_paths(meson.current_source_dir(), 'focus-chain', test[0] + '.ui'),
join_paths(meson.current_source_dir(), 'focus-chain', test[0] + '.' + test[1]),
],
+ is_parallel: false,
env: test_env,
suite: [ 'gtk', 'focus' ],
)