From ea6f5561861103a2964cc9af223f68ad514dcca7 Mon Sep 17 00:00:00 2001 From: Andreas Buhr Date: Tue, 22 Feb 2022 14:41:50 +0100 Subject: [PATCH] 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 --- tests/auto/widgets/dialogs/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/widgets/dialogs/CMakeLists.txt b/tests/auto/widgets/dialogs/CMakeLists.txt index 5a9f1f77df8..fad973c55db 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()