summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-12-11 20:04:13 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-11 22:29:12 +0100
commit5cd23af26c6c627ac10b418043690c1deb17627d (patch)
tree1df6876701d55f2f74ca0319b1257661c36776d7
parent4e79e3cebd7a27168c0b0b5f00907f96d359309c (diff)
test: Mark tst_QPainterVideoSurface as insignificant on Windows
Task-number: QTBUG-28542 Change-Id: Ib879ffd31e534cc9cde4c4893af6f2a7799529cd Reviewed-by: Lars Knoll <lars.knoll@digia.com>
-rw-r--r--tests/auto/unit/qpaintervideosurface/qpaintervideosurface.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/unit/qpaintervideosurface/qpaintervideosurface.pro b/tests/auto/unit/qpaintervideosurface/qpaintervideosurface.pro
index 2bbc10b3d..1098dd16b 100644
--- a/tests/auto/unit/qpaintervideosurface/qpaintervideosurface.pro
+++ b/tests/auto/unit/qpaintervideosurface/qpaintervideosurface.pro
@@ -15,3 +15,5 @@ SOURCES += tst_qpaintervideosurface.cpp
QT+=widgets
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
+
+win32:contains(QT_CONFIG, angle): CONFIG += insignificant_test # QTBUG-28542