Disable all tests that fails with xvfb
authorSandro Knauß <bugs@sandroknauss.de>
Tue, 21 May 2024 08:47:52 +0000 (11:47 +0300)
committerDmitry Shachnev <mitya57@debian.org>
Tue, 21 May 2024 08:47:52 +0000 (11:47 +0300)
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 890e722aa3001bc24ea807cdccaf161621f67272..292faaba4c5ff04dd95ff6dfd8b10cef04f8bedc 100644 (file)
@@ -8,7 +8,6 @@ PUBLICTESTS += \
     qqmlenginedebugservice \
     qqmldebugjs \
     qqmlinspector \
-    qqmlprofilerservice \
     qpacketprotocol \
     qqmlenginedebuginspectorintegrationtest \
     qqmlenginecontrol \
index 621e8bb437efaafd26e51c8f71406c2713f6da7a..8cacaac6d733d13009028f7461047b191494710f 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 45bcf8a9ce9debdd8f94b7c1047aec4496a634fe..ab2bcc21b74db7cc209e421b3b27f2218489ba81 100644 (file)
@@ -6,9 +6,7 @@ PUBLICTESTS += \
 
 qtConfig(opengl(es1|es2)?) {
     PUBLICTESTS += \
-        drawingmodes \
-        rendernode
-    qtHaveModule(widgets): PUBLICTESTS += nodes
+        drawingmodes
 
     QUICKTESTS += \
         qquickanimatedsprite \