From: Debian Qt/KDE Maintainers Date: Thu, 26 Oct 2017 13:27:02 +0000 (+0100) Subject: disableopengltests X-Git-Tag: archive/raspbian/5.9.2-3+rpi1^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=25a1a4edebbf776d5c7a63a5285dce3d0d9c3a7e;p=qtdeclarative-opensource-src.git disableopengltests Gbp-Pq: Name disableopengltests.patch --- diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index f9c1fcce9..0d182fdc4 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -11,7 +11,6 @@ SUBDIRS=\ qtHaveModule(gui):qtConfig(opengl(es1|es2)?) { SUBDIRS += particles - qtHaveModule(widgets): SUBDIRS += quickwidgets } diff --git a/tests/auto/qml/debugger/debugger.pro b/tests/auto/qml/debugger/debugger.pro index a50411e18..dd0588677 100644 --- a/tests/auto/qml/debugger/debugger.pro +++ b/tests/auto/qml/debugger/debugger.pro @@ -5,7 +5,6 @@ PUBLICTESTS += \ qqmlenginedebugservice \ qqmldebugjs \ qqmlinspector \ - qqmlprofilerservice \ qpacketprotocol \ qqmlenginedebuginspectorintegrationtest \ qqmlenginecontrol \ diff --git a/tests/auto/qml/qml.pro b/tests/auto/qml/qml.pro index 12a8bd382..82d3e31a7 100644 --- a/tests/auto/qml/qml.pro +++ b/tests/auto/qml/qml.pro @@ -24,7 +24,6 @@ PUBLICTESTS += \ qqmlmoduleplugin \ qqmlnotifier \ qqmlqt \ - qqmlxmlhttprequest \ qtqmlmodules \ qquickfolderlistmodel \ qqmlapplicationengine \ @@ -88,10 +87,6 @@ qtConfig(process):!boot2qt { SUBDIRS += qmllint qmlplugindump } -qtConfig(library) { - SUBDIRS += qqmlextensionplugin -} - qtConfig(private_tests): \ SUBDIRS += $$PRIVATETESTS diff --git a/tests/auto/quick/quick.pro b/tests/auto/quick/quick.pro index 00be8240e..bd5a00166 100644 --- a/tests/auto/quick/quick.pro +++ b/tests/auto/quick/quick.pro @@ -6,9 +6,7 @@ PUBLICTESTS += \ qtConfig(opengl(es1|es2)?) { PUBLICTESTS += \ - drawingmodes \ - rendernode - qtHaveModule(widgets): PUBLICTESTS += nodes + drawingmodes QUICKTESTS += \ qquickanimatedsprite \