summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Buhr <andreas.buhr@qt.io>2022-02-22 14:41:50 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-04-05 20:46:40 +0000
commit921a27575081fa0e72151df2a4455e8e3c252fb6 (patch)
treeedf97f1bf374057be436f438d57c8af6981d08b7
parent1b21fe4c35dc29b77e3249ab6339ccd1208adf31 (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 Change-Id: Iec15cf82a4112ee79182ec091622e40147bd3e7f Reviewed-by: Ivan Solovev <ivan.solovev@qt.io> (cherry picked from commit ea6f5561861103a2964cc9af223f68ad514dcca7) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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()