From 1cf5f3e729603ade3f7758bdf03a0efeaedcc8e3 Mon Sep 17 00:00:00 2001 From: Toby Tomkins Date: Mon, 25 Jun 2012 17:13:24 +1000 Subject: [PATCH] Remove insignificant flag from tests that are passing. Change-Id: I246d7cfa79cbbbee3cfc4a354b38c155aa887aa2 Reviewed-by: Rohan McGovern --- tests/auto/unit/qgraphicsvideoitem/qgraphicsvideoitem.pro | 2 -- tests/auto/unit/qpaintervideosurface/qpaintervideosurface.pro | 2 -- 2 files changed, 4 deletions(-) diff --git a/tests/auto/unit/qgraphicsvideoitem/qgraphicsvideoitem.pro b/tests/auto/unit/qgraphicsvideoitem/qgraphicsvideoitem.pro index eac4376..a97b3c2 100644 --- a/tests/auto/unit/qgraphicsvideoitem/qgraphicsvideoitem.pro +++ b/tests/auto/unit/qgraphicsvideoitem/qgraphicsvideoitem.pro @@ -6,6 +6,4 @@ CONFIG += no_private_qt_headers_warning SOURCES += tst_qgraphicsvideoitem.cpp -# QPA minimal crashes with this test in QBackingStore -CONFIG += insignificant_test QT+=widgets diff --git a/tests/auto/unit/qpaintervideosurface/qpaintervideosurface.pro b/tests/auto/unit/qpaintervideosurface/qpaintervideosurface.pro index 5d21c2f..14b2098 100644 --- a/tests/auto/unit/qpaintervideosurface/qpaintervideosurface.pro +++ b/tests/auto/unit/qpaintervideosurface/qpaintervideosurface.pro @@ -13,6 +13,4 @@ contains(QT_CONFIG, opengl): QT += opengl SOURCES += tst_qpaintervideosurface.cpp -# QPA-minimal and OpenGL don't get along -CONFIG += insignificant_test # QTBUG-25311 QT+=widgets -- 2.7.4