From 3b2143bdf79d84d79a1a1163212b8deaebb13820 Mon Sep 17 00:00:00 2001 From: Liang Qi Date: Tue, 7 Jan 2014 08:13:51 +0100 Subject: Revert "Skip tst_QMenu::QTBUG_10735_crashWithDialog() on Mac OS X" This test doesn't fail any more. This reverts commit 6f21509ac006cf8cd82d3b35b1016a4f9a0c0f89. Task-number: QTBUG-23677 Change-Id: Idc094ce0c90b8d3ba0a75d93ccef8da4801605c7 Reviewed-by: Sergio Ahumada Reviewed-by: Gabriel de Dietrich --- tests/auto/widgets/widgets/qmenu/tst_qmenu.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/auto') diff --git a/tests/auto/widgets/widgets/qmenu/tst_qmenu.cpp b/tests/auto/widgets/widgets/qmenu/tst_qmenu.cpp index 9e181c0676..f7dff7bc57 100644 --- a/tests/auto/widgets/widgets/qmenu/tst_qmenu.cpp +++ b/tests/auto/widgets/widgets/qmenu/tst_qmenu.cpp @@ -1019,10 +1019,6 @@ private: void tst_QMenu::QTBUG_10735_crashWithDialog() { -#ifdef Q_OS_MAC - QSKIP("Test currently hangs on Mac OS X, see QTBUG-23677"); -#endif - MyMenu menu; QTimer::singleShot(1000, &menu, SLOT(activateLastAction())); -- cgit v1.2.3