summaryrefslogtreecommitdiffstats
path: root/tests/auto/qwidget/tst_qwidget.cpp
diff options
context:
space:
mode:
authorninerider <qt-info@nokia.com>2009-10-01 13:20:56 +0200
committerninerider <qt-info@nokia.com>2009-10-01 13:20:56 +0200
commitac557bcf08f651b1634235d70bc6c02512ab8c49 (patch)
tree153f333e640f1dcaad16330f79f26f6e608c994f /tests/auto/qwidget/tst_qwidget.cpp
parentc443a37d638be253fbda33e33ad2798951e04248 (diff)
Test http://codepaster-nokia.troll.no/?id=18722 skipped for WinCE
Test does not really make sense on WinCE as it is. Lists with items size over 5000 are not useful there. Reviewed-by: Joerg
Diffstat (limited to 'tests/auto/qwidget/tst_qwidget.cpp')
-rw-r--r--tests/auto/qwidget/tst_qwidget.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qwidget/tst_qwidget.cpp b/tests/auto/qwidget/tst_qwidget.cpp
index 94e67a4163..c4e62efe4f 100644
--- a/tests/auto/qwidget/tst_qwidget.cpp
+++ b/tests/auto/qwidget/tst_qwidget.cpp
@@ -9146,6 +9146,9 @@ void tst_QWidget::destroyBackingStore()
void tst_QWidget::rectOutsideCoordinatesLimit_task144779()
{
+#ifdef Q_OS_WINCE_WM
+ QSKIP( "Tables of 5000 elements do not make sense on Windows Mobile.", SkipAll);
+#endif
QApplication::setOverrideCursor(Qt::BlankCursor); //keep the cursor out of screen grabs
QWidget main(0,Qt::FramelessWindowHint); //don't get confused by the size of the window frame
QPalette palette;