aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Buhr <andreas.buhr@qt.io>2022-05-02 12:09:14 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-05-20 07:55:38 +0000
commit79fd946dba72e2b7af5a31005b4a3e1bff92cad1 (patch)
tree03d3414f36eee28dbb318c73723bce4fb796b6f5
parent2c70e7708b62ba8a70df808197ca0873c9a60ee6 (diff)
Blacklist tst_qquickimageprovider tests on Android
tst_qquickimageprovider tests fail on Android. Blacklist them for now. Task-number: QTBUG-103047 Task-number: QTBUG-101865 Change-Id: I96ad263debc04dc899949853496ca772a93f8fea Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit d0d25daf17013305d98594d5bd00cb1f6dda72f6) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--tests/auto/quick/qquickimageprovider/BLACKLIST21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickimageprovider/BLACKLIST b/tests/auto/quick/qquickimageprovider/BLACKLIST
new file mode 100644
index 0000000000..e78bcb13e9
--- /dev/null
+++ b/tests/auto/quick/qquickimageprovider/BLACKLIST
@@ -0,0 +1,21 @@
+# QTBUG-103047
+[requestImage_sync]
+android
+[requestImage_async]
+android
+[requestImage_async_forced]
+android
+[requestPixmap_sync]
+android
+[requestPixmap_async]
+android
+[removeProvider]
+android
+[threadTest]
+android
+[asyncTextureTest]
+android
+[instantAsyncTextureTest]
+android
+[asyncImageThreadSafety]
+android