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:
parent
183a3ca2ec
commit
3b2143bdf7
@ -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()));
|
||||
|
Loading…
x
Reference in New Issue
Block a user