summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickwebengineview/tst_qquickwebengineview.cpp
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2017-07-19 14:12:54 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-09-11 17:25:32 +0000
commit7282fb4fb4861320539f2b7288f63e1d4f48749d (patch)
tree3fb62ed4d45875be975410b08c776888803748ec /tests/auto/quick/qquickwebengineview/tst_qquickwebengineview.cpp
parent82499104972d24027044acaff1136ea7d758efe2 (diff)
Adaptations for Chromium 60
Change-Id: I536258e22c2ec143f2fd3f1cbda229e0611b6af4 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'tests/auto/quick/qquickwebengineview/tst_qquickwebengineview.cpp')
-rw-r--r--tests/auto/quick/qquickwebengineview/tst_qquickwebengineview.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/quick/qquickwebengineview/tst_qquickwebengineview.cpp b/tests/auto/quick/qquickwebengineview/tst_qquickwebengineview.cpp
index 8aea72cca..7af2263be 100644
--- a/tests/auto/quick/qquickwebengineview/tst_qquickwebengineview.cpp
+++ b/tests/auto/quick/qquickwebengineview/tst_qquickwebengineview.cpp
@@ -261,7 +261,6 @@ void tst_QQuickWebEngineView::loadProgress()
void tst_QQuickWebEngineView::show()
{
- QSKIP("Skip to due 58-based issues. Restore once 60-based is in.");
// This should not crash.
m_window->show();
QTest::qWait(200);
@@ -270,7 +269,6 @@ void tst_QQuickWebEngineView::show()
void tst_QQuickWebEngineView::showWebEngineView()
{
- QSKIP("Skip to due 58-based issues. Restore once 60-based is in.");
webEngineView()->setUrl(urlFromTestPath("html/direct-image-compositing.html"));
QVERIFY(waitForLoadSucceeded(webEngineView()));
m_window->show();
@@ -283,7 +281,6 @@ void tst_QQuickWebEngineView::showWebEngineView()
void tst_QQuickWebEngineView::removeFromCanvas()
{
- QSKIP("Skip to due 58-based issues. Restore once 60-based is in.");
showWebEngineView();
// This should not crash.
@@ -298,7 +295,6 @@ void tst_QQuickWebEngineView::removeFromCanvas()
void tst_QQuickWebEngineView::multipleWebEngineViewWindows()
{
- QSKIP("Skip to due 58-based issues. Restore once 60-based is in.");
showWebEngineView();
// This should not crash.
@@ -321,7 +317,6 @@ void tst_QQuickWebEngineView::multipleWebEngineViewWindows()
void tst_QQuickWebEngineView::multipleWebEngineViews()
{
- QSKIP("Skip to due 58-based issues. Restore once 60-based is in.");
showWebEngineView();
// This should not crash.