summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2018-08-08 14:20:34 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2018-08-14 14:43:45 +0000
commitb74e93a9b07243da4f3d2784cde49916de455364 (patch)
treec68a57afbdaa052bd3971e675e30a45bfa935a75 /tests/auto/quick/qmltests
parent0358558a3a22c0fdb586de95e4c48bced96ff6c5 (diff)
Remove support for GPU_BLACKLIST files from some tests
The feature has long been unused and support for it shall soon be dropped. Change-Id: Ia82082fa6cd2d83d461b6db40670dd541015e9f2 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'tests/auto/quick/qmltests')
-rw-r--r--tests/auto/quick/qmltests/tst_qmltests.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/quick/qmltests/tst_qmltests.cpp b/tests/auto/quick/qmltests/tst_qmltests.cpp
index 2aa24b76c..ba7a992db 100644
--- a/tests/auto/quick/qmltests/tst_qmltests.cpp
+++ b/tests/auto/quick/qmltests/tst_qmltests.cpp
@@ -128,7 +128,6 @@ int main(int argc, char **argv)
QtWebEngine::initialize();
QQuickWebEngineProfile::defaultProfile()->setOffTheRecord(true);
- QTEST_ADD_GPU_BLACKLIST_SUPPORT_DEFS
QTEST_SET_MAIN_SOURCE_PATH
int i = quick_test_main(argc, argv, "qmltests", QUICK_TEST_SOURCE_DIR);