projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01aa7a3
)
tests: mark headless tests as flaky
author
Jeremy Bícha
<jeremy.bicha@canonical.com>
Tue, 8 Aug 2023 18:50:05 +0000
(14:50 -0400)
committer
Jeremy Bícha
<jbicha@ubuntu.com>
Sun, 27 Aug 2023 23:33:26 +0000
(
00:33
+0100)
See
baaa7482489b0f7446ef1e0130e527a169c43b0c
Gbp-Pq: Name tests-mark-headless-tests-as-flaky.patch
testsuite/headless/meson.build
patch
|
blob
|
history
diff --git
a/testsuite/headless/meson.build
b/testsuite/headless/meson.build
index 1c9b5f5a789f5eb1ea66001c089b45d78d09e471..bec3de1ea87e105820b14cb254e872a2edb3b7eb 100644
(file)
--- a/
testsuite/headless/meson.build
+++ b/
testsuite/headless/meson.build
@@
-11,13
+11,13
@@
env.prepend('MESON_CURRENT_BUILD_DIR', meson.current_build_dir())
if get_option('b_sanitize') != 'address'
test('monitor',
find_program('run-headless-monitor-tests.sh', dirs: meson.current_source_dir()),
- suite: ['headless'],
+ suite: ['headless'
, 'flaky'
],
env: env,
)
test('input',
find_program('run-headless-input-tests.sh', dirs: meson.current_source_dir()),
- suite: ['headless'],
+ suite: ['headless'
, 'flaky'
],
env: env,
)
endif