From 2ca337337608acfe6f3b6dc96a3ac8dcf20af011 Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Tue, 4 Oct 2011 16:24:54 +1000 Subject: 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 Reviewed-by: Rohan McGovern --- tests/auto/gui.pro | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/auto/gui.pro') 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 -= \ -- cgit v1.2.3