aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/drawingmodes
diff options
context:
space:
mode:
authorAndreas Buhr <andreas@andreasbuhr.de>2022-04-11 11:45:57 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-04-11 19:14:09 +0000
commit3e3af1e98c4f57af237e13992d072d370cea1982 (patch)
tree63705f5d6d75abe07196c85aa88b491bc2f688b6 /tests/auto/quick/drawingmodes
parentcb58b9ee5b99f8c953ac564da0d63e618258aa36 (diff)
Blacklist tst_drawingmodes on Android
The tests do fail. This patch blacklists them for now. Task-number: QTBUG-102447 Change-Id: Ic288bd8d3e76387ccd55600469f5c1747a150e2e Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit 19d19864166e03405cb145de8141f905d0a6d4fd) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'tests/auto/quick/drawingmodes')
-rw-r--r--tests/auto/quick/drawingmodes/BLACKLIST11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/quick/drawingmodes/BLACKLIST b/tests/auto/quick/drawingmodes/BLACKLIST
new file mode 100644
index 0000000000..2a7a12b995
--- /dev/null
+++ b/tests/auto/quick/drawingmodes/BLACKLIST
@@ -0,0 +1,11 @@
+# QTBUG-102447
+[points]
+android
+[lines]
+android
+[lineStrip]
+android
+[triangles]
+android
+[triangleStrip]
+android