From 90bd536b47a3a8c99aac6f95df5552ca9852043e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sandro=20Knau=C3=9F?= Date: Sat, 18 Dec 2021 12:47:05 +0000 Subject: [PATCH] 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 --- tests/auto/auto.pro | 1 - tests/auto/qml/debugger/debugger.pro | 1 - tests/auto/qml/qml.pro | 5 ----- tests/auto/quick/quick.pro | 4 +--- 4 files changed, 1 insertion(+), 10 deletions(-) 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 \ -- 2.30.2