aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@qt.io>2017-05-03 15:05:47 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2017-05-04 12:21:58 +0000
commitbe77d8798a1df1cb928b944c145db3fa9aeb9777 (patch)
treef1a42d979f0620859787ba606cc03d7a7490bbc4
parent7f0db77f030dfa6d20987445df258a665223f641 (diff)
Blacklist Accessibility tests for 5.6 on opensuse
The tests actually show a real issue, which is fixed by 67398f037ebf9b36b88e870998eea5918832db2c in Qt 5.7. Since controls are not supported in 5.6 there won't be any backport, but this sometimes shows up in the CI as the test failing, unable to create the accessible attached properties. With 5.7 and onwards this is not a problem. Task-number: QTQAINFRA-1073 Change-Id: Ie03a96b0e1aedb695bc49e831d7ba21de3a3609f Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
-rw-r--r--tests/auto/accessibility/BLACKLIST11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/accessibility/BLACKLIST b/tests/auto/accessibility/BLACKLIST
new file mode 100644
index 00000000..33f5f440
--- /dev/null
+++ b/tests/auto/accessibility/BLACKLIST
@@ -0,0 +1,11 @@
+[a11y:Label]
+opensuse-13.1
+[a11y:Menu]
+opensuse-13.1
+[a11y:Popup]
+opensuse-13.1
+[a11y:TextArea]
+opensuse-13.1
+[a11y:TextField]
+opensuse-13.1
+