summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/BLACKLIST
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2016-10-20 15:48:28 +0200
committerLiang Qi <liang.qi@qt.io>2016-10-26 13:50:02 +0000
commitac3d8780a0293793dbc3cd47b96aab4613dec5d9 (patch)
tree69974381410efa8f9f2d85ad464dad781ea3fd2a /tests/auto/quick/qmltests/BLACKLIST
parentef767e51abc3b49b4100cb682cbf326a62def1bc (diff)
Reimplement QML test cases of tst_loadUrl auto testv5.8.0-beta1
Get rid of some potential flaky issues: - Fix typo in redirect.html - Do not check URL before wait the result of the load. As a corner case the load might be finished earlier than the comparison. - Get rid of unnecessary signal handlers for unrelated test cases. The superfluous operations might have enough overhead to cause a comparison to be timed out. - Separate data URL test case and blacklist it due a to known issue (QTBUG-56661) Task-number: QTBUG-56180 Task-number: QTBUG-56661 Change-Id: I76cec4e761be646c2f60588a34bae806cf558b3a Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'tests/auto/quick/qmltests/BLACKLIST')
-rw-r--r--tests/auto/quick/qmltests/BLACKLIST2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/qmltests/BLACKLIST b/tests/auto/quick/qmltests/BLACKLIST
index 0d48724de..a993fcd32 100644
--- a/tests/auto/quick/qmltests/BLACKLIST
+++ b/tests/auto/quick/qmltests/BLACKLIST
@@ -10,5 +10,5 @@ osx
[WebViewGeopermission::test_geoPermissionRequest]
osx
-[WebEngineViewLoadUrl::test_urlProperty]
+[WebEngineViewLoadUrl::test_loadDataUrl]
windows