summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui.pro
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-10-04 16:24:54 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-06 01:28:04 +0200
commit2ca337337608acfe6f3b6dc96a3ac8dcf20af011 (patch)
tree54cd86a539f95c005819ac43efb7e38ebc0716b8 /tests/auto/gui.pro
parent2aa9cb5957883f93af6993ce225a0cd2b0438916 (diff)
Don't build qitemview autotest on IRIX.
The test was being skipped one test function at a time on IRIX. It's better to avoid building or running it, rather than spending time running a test that does nothing on that platform. This commit also turns a silent skip on other platforms into an explicit QSKIP to make it more obvious that there's an unfixed TODO there. Change-Id: I7cae4f0f2eaebf5977a781b2ce15d1e71ef13b36 Reviewed-on: http://codereview.qt-project.org/5957 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/gui.pro')
-rw-r--r--tests/auto/gui.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/gui.pro b/tests/auto/gui.pro
index 1ec56546fd..9d7adc60dc 100644
--- a/tests/auto/gui.pro
+++ b/tests/auto/gui.pro
@@ -135,6 +135,9 @@ SUBDIRS=\
qwswindowsystem \
qx11info \
+# This test takes too long to run on IRIX, so skip it on that platform
+irix-*:SUBDIRS -= qitemview
+
win32:SUBDIRS -= qtextpiecetable
!contains(QT_CONFIG, private_tests): SUBDIRS -= \