summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qclipboard/test
diff options
context:
space:
mode:
authorBartlomiej Moskal <bartlomiej.moskal@qt.io>2023-06-27 09:14:57 +0200
committerBartlomiej Moskal <bartlomiej.moskal@qt.io>2023-07-12 00:53:58 +0200
commitfdccb66a4e9a8b22c881c4775895b7af174b0b24 (patch)
treeccc55bf67a9dab229994d0e1914f349a28555e89 /tests/auto/gui/kernel/qclipboard/test
parent93b87b5cbfae3c50e539f6ec37bd7b95e89e455e (diff)
Android: Fix for checking clipboard text mime type
Different mime types are widely used on mobile devices. For example all text copied from gmail is copied as text/html type. After 2937cf91c74b6562bf56e8872dfd2bfaafebb3cc commit there is a regression that makes it impossible to paste any text different than "text/plain". To fix it, any "text/*" mime type should be treat as it contains a text (not only "text/plain"). That will allow to paste different text mime types. During this work also tst_qclipboard testset was turned on for Android and new test (getTextFromHTMLMimeType) was added. Pick-to: 6.6 6.5 6.2 Fixes: QTBUG-113461 Change-Id: I3ef9476b8facdc3b61f144bd55222898390127c9 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Diffstat (limited to 'tests/auto/gui/kernel/qclipboard/test')
-rw-r--r--tests/auto/gui/kernel/qclipboard/test/BLACKLIST5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/gui/kernel/qclipboard/test/BLACKLIST b/tests/auto/gui/kernel/qclipboard/test/BLACKLIST
new file mode 100644
index 0000000000..3ca7791b37
--- /dev/null
+++ b/tests/auto/gui/kernel/qclipboard/test/BLACKLIST
@@ -0,0 +1,5 @@
+# QTBUG-87429
+[testSignals]
+android
+[setMimeData]
+android