Disable testShadeWobblyWindows
authorMaximiliano Curia <maxy@gnuservers.com.ar>
Mon, 7 May 2018 14:58:50 +0000 (16:58 +0200)
committerMaximiliano Curia <maxy@debian.org>
Thu, 24 Jan 2019 12:25:57 +0000 (12:25 +0000)
This test requires a /dev/dri device, which are not available in the
Debian autopkgtest infrastructure

Gbp-Pq: Name Disable-testShadeWobblyWindows.patch

autotests/integration/effects/CMakeLists.txt

index 0297f2c0368591db8bd71169b1a75650622aa567..8c8a6c2f1adcd612dccfb41b6c9311822f4cb6de 100644 (file)
@@ -1,7 +1,9 @@
 if (XCB_ICCCM_FOUND)
     integrationTest(NAME testTranslucency SRCS translucency_test.cpp LIBS XCB::ICCCM)
     integrationTest(NAME testSlidingPopups SRCS slidingpopups_test.cpp LIBS XCB::ICCCM)
-    integrationTest(NAME testShadeWobblyWindows SRCS wobbly_shade_test.cpp LIBS XCB::ICCCM)
+    # This test requires a /dev/dri device, which are not available in the
+    # Debian autopkgtest infrastructure
+    # integrationTest(NAME testShadeWobblyWindows SRCS wobbly_shade_test.cpp LIBS XCB::ICCCM)
 endif()
 integrationTest(NAME testFade SRCS fade_test.cpp)
 integrationTest(WAYLAND_ONLY NAME testEffectWindowGeometry SRCS windowgeometry_test.cpp)