Mark a few tests as insignificant on QPA.

Running with QPA minimal isn't enough for a lot of the video related
tests, and in some cases the backing store code crashes.

Change-Id: I7a09c244fb856397a60c53388b22c3e141737a66
Reviewed-on: http://codereview.qt.nokia.com/4106
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
This commit is contained in:
Michael Goddard
2011-09-02 12:40:56 +10:00
committed by Qt by Nokia
parent 312f8c8817
commit 955c3f21b8
3 changed files with 6 additions and 5 deletions

View File

@@ -7,4 +7,5 @@ QT += multimediakit-private multimediakitwidgets-private
SOURCES += tst_qgraphicsvideoitem.cpp
maemo*:CONFIG += insignificant_test
# QPA minimal crashes with this test in QBackingStore
qpa:CONFIG += insignificant_test

View File

@@ -7,10 +7,9 @@ contains(QT_CONFIG, opengl) | contains(QT_CONFIG, opengles2) {
DEFINES += QT_NO_OPENGL
}
# TARGET = tst_qpaintervideosurface
# CONFIG += testcase
contains(QT_CONFIG, opengl): QT += opengl
SOURCES += tst_qpaintervideosurface.cpp
# QPA-minimal and OpenGL don't get along
qpa:CONFIG += insignificant_test

View File

@@ -7,4 +7,5 @@ QT += multimediakit-private multimediakitwidgets-private
SOURCES += tst_qvideowidget.cpp
maemo*:CONFIG += insignificant_test
# QPA seems to break some assumptions
qpa:CONFIG += insignificant_test