summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/qwebenginecookiestoreclient/tst_qwebenginecookiestoreclient.cpp
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-10-29 16:55:39 +0100
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-10-30 10:30:46 +0000
commit6c909a25d0f0e358dfc8fefd55d18f704ba26c80 (patch)
treec271c2f3fb51fb65c393186c6fe110639e355b3b /tests/auto/core/qwebenginecookiestoreclient/tst_qwebenginecookiestoreclient.cpp
parentcfee452174c58fe4048b1604503d03de2764fc8e (diff)
enable tests/auto/core
Enable autotests and blacklist tests that are known to fail. Add skips and waits and mark them with the corresponding task numbers. Change-Id: I993e366ba3b07239a8ba15eae2ee8e3e2aaa8308 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
Diffstat (limited to 'tests/auto/core/qwebenginecookiestoreclient/tst_qwebenginecookiestoreclient.cpp')
-rw-r--r--tests/auto/core/qwebenginecookiestoreclient/tst_qwebenginecookiestoreclient.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/core/qwebenginecookiestoreclient/tst_qwebenginecookiestoreclient.cpp b/tests/auto/core/qwebenginecookiestoreclient/tst_qwebenginecookiestoreclient.cpp
index d78a81c21..ed2a5a55b 100644
--- a/tests/auto/core/qwebenginecookiestoreclient/tst_qwebenginecookiestoreclient.cpp
+++ b/tests/auto/core/qwebenginecookiestoreclient/tst_qwebenginecookiestoreclient.cpp
@@ -121,6 +121,7 @@ void tst_QWebEngineCookieStoreClient::cookieSignals()
void tst_QWebEngineCookieStoreClient::setAndDeleteCookie()
{
+ QTest::qWait(500); // remove, when QTBUG-47946 is fixed!
QWebEngineView view;
QWebEngineCookieStoreClient *client = view.page()->profile()->cookieStoreClient();
@@ -158,6 +159,7 @@ void tst_QWebEngineCookieStoreClient::setAndDeleteCookie()
void tst_QWebEngineCookieStoreClient::batchCookieTasks()
{
+ QTest::qWait(500); // remove, when QTBUG-47946 is fixed!
QWebEngineView view;
QWebEngineCookieStoreClient *client = view.page()->profile()->cookieStoreClient();