summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-10-29 16:56:06 +0100
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-12-07 15:49:01 +0000
commit468c5484a065165fd6a5afdecdb1ab09cc79779c (patch)
tree5d56973155a30087845ff5dd4a7a686ab7a58d4a /tests
parentf39626b4394b906ea77f35db20bb667f0310b7ed (diff)
enable tests/auto/widgets
Enable autotests and blacklist tests that are known to fail. Change-Id: Iea23c69aa5a7bbd44c21803e352d17a92e9178a0 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/widgets/qwebengineaccessibility/BLACKLIST6
-rw-r--r--tests/auto/widgets/qwebenginepage/BLACKLIST5
-rw-r--r--tests/auto/widgets/tests.pri4
3 files changed, 12 insertions, 3 deletions
diff --git a/tests/auto/widgets/qwebengineaccessibility/BLACKLIST b/tests/auto/widgets/qwebengineaccessibility/BLACKLIST
new file mode 100644
index 000000000..0450f8c1c
--- /dev/null
+++ b/tests/auto/widgets/qwebengineaccessibility/BLACKLIST
@@ -0,0 +1,6 @@
+[hierarchy]
+windows
+[text]
+windows
+[value]
+windows
diff --git a/tests/auto/widgets/qwebenginepage/BLACKLIST b/tests/auto/widgets/qwebenginepage/BLACKLIST
new file mode 100644
index 000000000..91858f299
--- /dev/null
+++ b/tests/auto/widgets/qwebenginepage/BLACKLIST
@@ -0,0 +1,5 @@
+[geolocationRequestJS]
+*
+
+[macCopyUnicodeToClipboard]
+osx
diff --git a/tests/auto/widgets/tests.pri b/tests/auto/widgets/tests.pri
index afdf46f42..8a62ce2a6 100644
--- a/tests/auto/widgets/tests.pri
+++ b/tests/auto/widgets/tests.pri
@@ -1,8 +1,6 @@
TEMPLATE = app
-# FIXME: Re-enable once we want to run tests on the CI
-# CONFIG += testcase
-
+CONFIG += testcase
CONFIG += c++11
VPATH += $$_PRO_FILE_PWD_