From acc61d874846030e34f9893c81e7d6717d0f1c05 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sandro=20Knau=C3=9F?= Date: Wed, 24 Jun 2020 09:23:21 +0100 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 5c328fbfc..9da4ac423 100644 --- a/tests/auto/qml/debugger/debugger.pro +++ b/tests/auto/qml/debugger/debugger.pro @@ -7,7 +7,6 @@ PUBLICTESTS += \ qqmlenginedebugservice \ qqmldebugjs \ qqmlinspector \ - qqmlprofilerservice \ qpacketprotocol \ qqmlenginedebuginspectorintegrationtest \ qqmlenginecontrol \ diff --git a/tests/auto/qml/qml.pro b/tests/auto/qml/qml.pro index db9bb5201..3c74333c6 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 b6ffdc0f7..6cee6b75a 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