Skip tst_QGraphicsProxyWidget::deleteProxyForChildWidget on Win
This tests crashes a lot lately. Task-number: QTBUG-29684 Change-Id: I6892238dc071f050b0208dd5b4843629fa707347 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
This commit is contained in:
parent
2ccf995725
commit
cbb4a88262
@ -3154,6 +3154,10 @@ void tst_QGraphicsProxyWidget::actionsContextMenu()
|
|||||||
|
|
||||||
void tst_QGraphicsProxyWidget::deleteProxyForChildWidget()
|
void tst_QGraphicsProxyWidget::deleteProxyForChildWidget()
|
||||||
{
|
{
|
||||||
|
#if defined(Q_OS_WIN)
|
||||||
|
QSKIP("This test is crashing on windows, it needs to be fixed. QTBUG-29684");
|
||||||
|
#endif
|
||||||
|
|
||||||
QDialog dialog;
|
QDialog dialog;
|
||||||
dialog.resize(320, 120);
|
dialog.resize(320, 120);
|
||||||
dialog.move(80, 40);
|
dialog.move(80, 40);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user