From 4a35a63d2df2ee1e08e3b12549f0f6613ccf0f0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Fri, 9 Oct 2015 07:42:34 +0200 Subject: [PATCH] [autotests] Enforce OpenGL compositing As expected in a025791d7bdb3b9ddde4d238bf911319ec0a7009 the tests fail on the CI system due to llvmpipe. Let's try whether enforcing O2 makes them run, if not update to switch to Q is following. --- autotests/wayland/kwin_wayland_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/autotests/wayland/kwin_wayland_test.cpp b/autotests/wayland/kwin_wayland_test.cpp index e70301609f..89b8f02e9b 100644 --- a/autotests/wayland/kwin_wayland_test.cpp +++ b/autotests/wayland/kwin_wayland_test.cpp @@ -42,6 +42,7 @@ static void readDisplay(int pipe); WaylandTestApplication::WaylandTestApplication(int &argc, char **argv) : Application(OperationModeXwayland, argc, argv) { + qputenv("KWIN_COMPOSE", QByteArrayLiteral("O2")); WaylandServer *server = WaylandServer::create(this); QPluginLoader loader(QStringLiteral(KWINBACKENDPATH)); loader.instance()->setParent(server);