summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorToby Tomkins <toby.tomkins@nokia.com>2012-06-25 17:13:24 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-26 08:10:15 +0200
commit1cf5f3e729603ade3f7758bdf03a0efeaedcc8e3 (patch)
treee06fad4405d088160599ab76354919c840689de5 /tests
parentc717df000529ef1e5d21499787ce45e8c9e2c63d (diff)
Remove insignificant flag from tests that are passing.
Change-Id: I246d7cfa79cbbbee3cfc4a354b38c155aa887aa2 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/unit/qgraphicsvideoitem/qgraphicsvideoitem.pro2
-rw-r--r--tests/auto/unit/qpaintervideosurface/qpaintervideosurface.pro2
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/unit/qgraphicsvideoitem/qgraphicsvideoitem.pro b/tests/auto/unit/qgraphicsvideoitem/qgraphicsvideoitem.pro
index eac437632..a97b3c29d 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 5d21c2f53..14b2098a9 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