From: Maximiliano Curia Date: Mon, 7 May 2018 14:58:50 +0000 (+0200) Subject: Disable testShadeWobblyWindows X-Git-Tag: archive/raspbian/4%5.26.90-1+rpi1~1^2^2^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b4e433b70f2eed3bbd717e53ec1b1a6c0b568ab0;p=kwin.git Disable testShadeWobblyWindows This test requires a /dev/dri device, which are not available in the Debian autopkgtest infrastructure Gbp-Pq: Name Disable-testShadeWobblyWindows.patch --- diff --git a/autotests/integration/effects/CMakeLists.txt b/autotests/integration/effects/CMakeLists.txt index 0297f2c..8c8a6c2 100644 --- a/autotests/integration/effects/CMakeLists.txt +++ b/autotests/integration/effects/CMakeLists.txt @@ -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)