From 9ef24ff8ed487d49cf441c65c69ea7ebfe8acfb3 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Fri, 7 Jun 2013 13:03:34 +0200 Subject: [PATCH] test: Mark tst_qopengl as insignificant on Win7 + Angle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This only marks tst_qopengl as insignificant on Windows 7 32bit with the Angle configuration. Task-number: QTBUG-31611 Change-Id: I1876b6fdc32fef93edf34c2bd61d03cc9ba11135 Reviewed-by: Friedemann Kleint Reviewed-by: Tony Sarajärvi --- tests/auto/gui/qopengl/qopengl.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/auto/gui/qopengl/qopengl.pro b/tests/auto/gui/qopengl/qopengl.pro index 91eeda34c38..34af962d361 100644 --- a/tests/auto/gui/qopengl/qopengl.pro +++ b/tests/auto/gui/qopengl/qopengl.pro @@ -8,3 +8,5 @@ TARGET = tst_qopengl QT += gui gui-private core-private testlib SOURCES += tst_qopengl.cpp + +win32-msvc2010:contains(QT_CONFIG, angle):CONFIG += insignificant_test # QTBUG-31611