From: Debian Qt/KDE Maintainers Date: Mon, 2 Jan 2017 15:15:42 +0000 (+0000) Subject: disableopengltests X-Git-Tag: archive/raspbian/5.7.1-2+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a4dcd467be6be81f0db75abc4e178d95933fcc3c;p=qtdeclarative-opensource-src.git disableopengltests Gbp-Pq: Name disableopengltests.patch --- diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 425e88b98..8121fdd79 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -9,8 +9,6 @@ SUBDIRS=\ installed_cmake \ toolsupport -qtHaveModule(widgets): SUBDIRS += quickwidgets - qmldevtools.CONFIG = host_build installed_cmake.depends = cmake diff --git a/tests/auto/qml/debugger/debugger.pro b/tests/auto/qml/debugger/debugger.pro index ccb2d71c5..dafb2f380 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 28f04be5d..a000ea1d5 100644 --- a/tests/auto/qml/qml.pro +++ b/tests/auto/qml/qml.pro @@ -21,7 +21,6 @@ PUBLICTESTS += \ qqmlmoduleplugin \ qqmlnotifier \ qqmlqt \ - qqmlxmlhttprequest \ qtqmlmodules \ qquickfolderlistmodel \ qqmlapplicationengine \ @@ -69,8 +68,7 @@ qtHaveModule(widgets) { qjsvalue } -SUBDIRS += $$PUBLICTESTS \ - qqmlextensionplugin +SUBDIRS += $$PUBLICTESTS SUBDIRS += $$METATYPETESTS !winrt { # no QProcess on winrt !contains(QT_CONFIG, no-qml-debug): SUBDIRS += debugger diff --git a/tests/auto/quick/quick.pro b/tests/auto/quick/quick.pro index 2e43702e7..13f42678d 100644 --- a/tests/auto/quick/quick.pro +++ b/tests/auto/quick/quick.pro @@ -2,11 +2,8 @@ TEMPLATE = subdirs PUBLICTESTS += \ geometry \ - rendernode \ qquickpixmapcache -qtHaveModule(widgets): PUBLICTESTS += nodes - !cross_compile: PRIVATETESTS += examples # This test requires the qtconcurrent module