summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorninerider <qt-info@nokia.com>2009-10-01 11:20:56 (GMT)
committerninerider <qt-info@nokia.com>2009-10-01 11:20:56 (GMT)
commitac557bcf08f651b1634235d70bc6c02512ab8c49 (patch)
tree153f333e640f1dcaad16330f79f26f6e608c994f /tests
parentc443a37d638be253fbda33e33ad2798951e04248 (diff)
downloadQt-ac557bcf08f651b1634235d70bc6c02512ab8c49.zip
Qt-ac557bcf08f651b1634235d70bc6c02512ab8c49.tar.gz
Qt-ac557bcf08f651b1634235d70bc6c02512ab8c49.tar.bz2
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')
-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 94e67a4..c4e62ef 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;