From: Sandro Knauß Date: Sat, 17 Dec 2022 15:20:11 +0000 (+0000) Subject: Disable all tests that fails with xvfb X-Git-Tag: archive/raspbian/5.15.7+dfsg-2+rpi1^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c38177212788f3756564226de244e4a01653e911;p=qtdeclarative-opensource-src.git Disable all tests that fails with xvfb Origin: Debian Forwarded: not-needed - it is a limitation so far inside Debian Last-Update: 2019-03-14 So far some tests need real OpenGL support Gbp-Pq: Name disableopengltests.patch --- diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 1e80f1bf6..591fe2725 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 890e722aa..292faaba4 100644 --- a/tests/auto/qml/debugger/debugger.pro +++ b/tests/auto/qml/debugger/debugger.pro @@ -8,7 +8,6 @@ PUBLICTESTS += \ qqmlenginedebugservice \ qqmldebugjs \ qqmlinspector \ - qqmlprofilerservice \ qpacketprotocol \ qqmlenginedebuginspectorintegrationtest \ qqmlenginecontrol \ diff --git a/tests/auto/qml/qml.pro b/tests/auto/qml/qml.pro index 621e8bb43..8cacaac6d 100644 --- a/tests/auto/qml/qml.pro +++ b/tests/auto/qml/qml.pro @@ -25,7 +25,6 @@ PUBLICTESTS += \ qqmlmoduleplugin \ qqmlnotifier \ qqmlqt \ - qqmlxmlhttprequest \ qqmlpromise \ qtqmlmodules \ qquickfolderlistmodel \ @@ -95,10 +94,6 @@ qtConfig(process) { } } -qtConfig(library) { - SUBDIRS += qqmlextensionplugin -} - qtConfig(private_tests): \ SUBDIRS += $$PRIVATETESTS diff --git a/tests/auto/quick/quick.pro b/tests/auto/quick/quick.pro index 45bcf8a9c..ab2bcc21b 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 \