From: Matthias Clasen Date: Sun, 16 Apr 2023 18:07:13 +0000 (+0200) Subject: Try harder to fix focus tests X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~4^2~10^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f0560c8cdb9bf9f38469a7d6eb7ef566b970cf49;p=gtk4.git Try harder to fix focus tests 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. --- diff --git a/testsuite/gtk/meson.build b/testsuite/gtk/meson.build index 73dd1369c3..a5811561e7 100644 --- a/testsuite/gtk/meson.build +++ b/testsuite/gtk/meson.build @@ -261,6 +261,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' ], )