From ac3d8780a0293793dbc3cd47b96aab4613dec5d9 Mon Sep 17 00:00:00 2001 From: Peter Varga Date: Thu, 20 Oct 2016 15:48:28 +0200 Subject: Reimplement QML test cases of tst_loadUrl auto test 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 --- tests/auto/quick/qmltests/data/redirect.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/auto/quick/qmltests/data/redirect.html') diff --git a/tests/auto/quick/qmltests/data/redirect.html b/tests/auto/quick/qmltests/data/redirect.html index 914e5e35a..44eb6cd28 100644 --- a/tests/auto/quick/qmltests/data/redirect.html +++ b/tests/auto/quick/qmltests/data/redirect.html @@ -1,8 +1,9 @@ - + Redirecting to test1.html -- cgit v1.2.3