Disable all tests that fails with xvfb
authorSandro Knauß <bugs@sandroknauss.de>
Thu, 23 Jul 2020 09:14:35 +0000 (10:14 +0100)
committerDmitry Shachnev <mitya57@debian.org>
Thu, 23 Jul 2020 09:14:35 +0000 (10:14 +0100)
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
tests/auto/qml/debugger/debugger.pro
tests/auto/qml/qml.pro
tests/auto/quick/quick.pro

index 1e80f1bf65b240f001fa1556ae863559d4595e3f..591fe272585dc85ce2097b0257feab49cea2b02e 100644 (file)
@@ -11,7 +11,6 @@ SUBDIRS=\
 
 qtHaveModule(gui):qtConfig(opengl(es1|es2)?) {
     SUBDIRS += particles
-    qtHaveModule(widgets): SUBDIRS += quickwidgets
 
 }
 
index 5c328fbfcc71cd01b0de3519f83e7f53e3ba3978..9da4ac423201388ff103f6dc970bc174e8feb9e4 100644 (file)
@@ -7,7 +7,6 @@ PUBLICTESTS += \
     qqmlenginedebugservice \
     qqmldebugjs \
     qqmlinspector \
-    qqmlprofilerservice \
     qpacketprotocol \
     qqmlenginedebuginspectorintegrationtest \
     qqmlenginecontrol \
index db9bb52010124a1e77f0b6d9ffc964b1387aff93..3c74333c69675cfb485f5e8f9ee73cedf296c48f 100644 (file)
@@ -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
 
index b6ffdc0f7e71aaabc80192b1b26d2e9235c1d2c9..6cee6b75a58428725ed8aa082239a951d4e38379 100644 (file)
@@ -6,9 +6,7 @@ PUBLICTESTS += \
 
 qtConfig(opengl(es1|es2)?) {
     PUBLICTESTS += \
-        drawingmodes \
-        rendernode
-    qtHaveModule(widgets): PUBLICTESTS += nodes
+        drawingmodes
 
     QUICKTESTS += \
         qquickanimatedsprite \