summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-12-01 10:39:57 +0100
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-12-04 19:12:52 +0100
commitbc6c44d004ff2fb9fe454fc2cbd80d8f1dd82e2d (patch)
tree2a1621ed595cd41a1c7ed84c678bbc5a5288515a
parent3156d7b7784e624479dbed1ebf7f0f84ea4e4fda (diff)
Unskip tst_QApplication::testDeleteLater() on macOS
It passes locally, let's give it a shot in the CI. Fixes: QTBUG-24318 Change-Id: I7df735bdc7963c9c1a8ad8befdc0642f796c32a1 Reviewed-by: Doris Verria <doris.verria@qt.io> Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
-rw-r--r--tests/auto/widgets/kernel/qapplication/tst_qapplication.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/widgets/kernel/qapplication/tst_qapplication.cpp b/tests/auto/widgets/kernel/qapplication/tst_qapplication.cpp
index 75403324cb..914d196896 100644
--- a/tests/auto/widgets/kernel/qapplication/tst_qapplication.cpp
+++ b/tests/auto/widgets/kernel/qapplication/tst_qapplication.cpp
@@ -1335,9 +1335,6 @@ void DeleteLaterWidget::checkDeleteLater()
void tst_QApplication::testDeleteLater()
{
-#ifdef Q_OS_MAC
- QSKIP("This test fails and then hangs on OS X, see QTBUG-24318");
-#endif
int argc = 0;
QApplication app(argc, nullptr);
connect(&app, &QGuiApplication::lastWindowClosed, &app, &QCoreApplication::quit);