Android: unskip passing tst_qquickpopup test cases
Both overlay() and doubleClickInMouseArea() seem to be passing. Pick-to: 6.10 Task-number: QTBUG-118532 Change-Id: I24a9e4f991ed82b899e4e5ba0c03bbb8f9794fe2 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
This commit is contained in:
parent
8ac9894320
commit
cb6d6b2e8e
|
@ -274,10 +274,6 @@ void tst_QQuickPopup::overlay_data()
|
|||
|
||||
void tst_QQuickPopup::overlay()
|
||||
{
|
||||
#ifdef Q_OS_ANDROID
|
||||
QSKIP("Test crashes. See QTBUG-118532");
|
||||
#endif
|
||||
|
||||
QFETCH(QString, source);
|
||||
QFETCH(bool, modal);
|
||||
QFETCH(bool, dim);
|
||||
|
@ -2573,10 +2569,6 @@ void tst_QQuickPopup::contentChildrenChange()
|
|||
|
||||
void tst_QQuickPopup::doubleClickInMouseArea()
|
||||
{
|
||||
#ifdef Q_OS_ANDROID
|
||||
QSKIP("Test crashes. See QTBUG-118532");
|
||||
#endif
|
||||
|
||||
QQuickView window;
|
||||
QVERIFY(QQuickTest::showView(window, testFileUrl("doubleClickInMouseArea.qml")));
|
||||
|
||||
|
|
Loading…
Reference in New Issue