Skip tst_QMenu::QTBUG_10735_crashWithDialog() on Mac OS X
This test currently hangs, preventing the autotest from finishing. Task-number: QTBUG-23677 Change-Id: I3c5f56c10735d65fb35de4e22a1e2e6414532309 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
This commit is contained in:
parent
1d0d44a53a
commit
6f21509ac0
@ -942,6 +942,10 @@ private:
|
|||||||
|
|
||||||
void tst_QMenu::QTBUG_10735_crashWithDialog()
|
void tst_QMenu::QTBUG_10735_crashWithDialog()
|
||||||
{
|
{
|
||||||
|
#ifdef Q_OS_MAC
|
||||||
|
QSKIP("Test currently hangs on Mac OS X, see QTBUG-23677");
|
||||||
|
#endif
|
||||||
|
|
||||||
MyMenu menu;
|
MyMenu menu;
|
||||||
|
|
||||||
QTimer::singleShot(1000, &menu, SLOT(activateLastAction()));
|
QTimer::singleShot(1000, &menu, SLOT(activateLastAction()));
|
||||||
|
Loading…
Reference in New Issue
Block a user