summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/qwebenginepage/BLACKLIST
diff options
context:
space:
mode:
authorTamas Zakor <ztamas@inf.u-szeged.hu>2019-12-09 10:03:31 +0100
committerTamas Zakor <ztamas@inf.u-szeged.hu>2019-12-18 15:54:27 +0100
commit65fb4b7eaf3acf9c77769b19a6d9b0d67c997479 (patch)
tree4960f798b011c3e9d25d5db37af2d7e2f8220907 /tests/auto/widgets/qwebenginepage/BLACKLIST
parent17ea5b6534d6221e50cdd37dc773e03b5d34665e (diff)
Un-blacklist tst_qwebenginepage::fullScreenRequested() on Windows
The JavaScriptCallbackWatcher::wait() blocks the callback and it gets called after the wait() only. Replace JavaScriptCallbackWatcher() with QTRY_COMPARE() and QTRY_VERIFY(). These functions don't block the callback call. Remove JavaScriptCallback class from test. Also reimplement tst_qwebenginepage::runJavaScript auto test. Fixes: QTBUG-78015 Change-Id: I11e6f709c00a9121066c2554508c8312c1e33c12 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'tests/auto/widgets/qwebenginepage/BLACKLIST')
-rw-r--r--tests/auto/widgets/qwebenginepage/BLACKLIST3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/widgets/qwebenginepage/BLACKLIST b/tests/auto/widgets/qwebenginepage/BLACKLIST
index 7857ee818..9eb90b411 100644
--- a/tests/auto/widgets/qwebenginepage/BLACKLIST
+++ b/tests/auto/widgets/qwebenginepage/BLACKLIST
@@ -3,6 +3,3 @@ osx
[mouseMovementProperties]
windows
-
-[fullScreenRequested]
-windows