summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/dialogs
diff options
context:
space:
mode:
authorAndreas Buhr <andreas.buhr@qt.io>2022-02-22 14:41:50 +0100
committerAndreas Buhr <andreas.buhr@qt.io>2022-04-05 18:40:17 +0100
commitea6f5561861103a2964cc9af223f68ad514dcca7 (patch)
tree0719c6176ae50bcf605ad64ca81cc5ba21a7bdee /tests/auto/widgets/dialogs
parenta5db072dc2e85be1c8c6411b67844a53fafcb522 (diff)
Activate tst_qmessagebox for Android
tst_qmessagebox was disabled because it crashed. It does not any more. Now it hangs, which is a new problem. Fixes: QTBUG-87671 Task-number: QTBUG-101217 Pick-to: 6.2 6.3 Change-Id: Iec15cf82a4112ee79182ec091622e40147bd3e7f Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Diffstat (limited to 'tests/auto/widgets/dialogs')
-rw-r--r--tests/auto/widgets/dialogs/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/widgets/dialogs/CMakeLists.txt b/tests/auto/widgets/dialogs/CMakeLists.txt
index 5a9f1f77df..fad973c55d 100644
--- a/tests/auto/widgets/dialogs/CMakeLists.txt
+++ b/tests/auto/widgets/dialogs/CMakeLists.txt
@@ -9,7 +9,7 @@ add_subdirectory(qinputdialog)
add_subdirectory(qprogressdialog)
add_subdirectory(qwizard)
add_subdirectory(qfiledialog)
-# QTBUG-87671 # special case
+# QTBUG-101217, qmessagebox hangs on Android
if(NOT ANDROID)
add_subdirectory(qmessagebox)
endif()