[gtk/matthiasc/for-master] Mark flaky tests as flaky
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/matthiasc/for-master] Mark flaky tests as flaky
- Date: Tue, 8 Dec 2020 23:10:24 +0000 (UTC)
commit a828d4318e4e92223e45e1724a5d1337d189dfc4
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Dec 8 17:50:14 2020 -0500
Mark flaky tests as flaky
We can't mark these as xfail, since it sometimes succeed.
testsuite/reftests/meson.build | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/testsuite/reftests/meson.build b/testsuite/reftests/meson.build
index a7b4eb0d27..1a8c980a03 100644
--- a/testsuite/reftests/meson.build
+++ b/testsuite/reftests/meson.build
@@ -421,8 +421,10 @@ testdata = [
'textview-margins.css',
'textview-margins.ref.ui',
'textview-margins.ui',
- 'textview-tags.ref.ui',
- 'textview-tags.ui',
+ # this test needs a better way to perform delayed actions
+ # it is not in xfail since it succeeds on some platforms
+ #'textview-tags.ref.ui',
+ #'textview-tags.ui',
'treeview-crash-too-wide.ref.ui',
'treeview-crash-too-wide.ui',
'treeview-fixed-height.css',
@@ -439,8 +441,10 @@ testdata = [
'window-default-size.ui',
'window-height-for-width.ref.ui',
'window-height-for-width.ui',
- 'window-show-contents-on-map.ref.ui',
- 'window-show-contents-on-map.ui',
+ # this test needs a better way to perform delayed actions
+ # it is not in xfail since it succeeds on some platforms
+ #'window-show-contents-on-map.ref.ui',
+ #'window-show-contents-on-map.ui',
]
# These need to be fixed but the issue hasn't been tracked down.
@@ -448,8 +452,6 @@ xfails = [
'sizegroups-evolution-identity-page.ui',
# these depend on details of text layout
'label-sizing.ui',
- # needs a better way to perform delayed actions
- 'window-show-contents-on-map.ui',
]
reftest_env = environment()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]