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 <sahumada@blackberry.com>
Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
This commit is contained in:
Liang Qi 2014-01-07 08:13:51 +01:00 committed by The Qt Project
parent 183a3ca2ec
commit 3b2143bdf7

View File

@ -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()));