From ac557bcf08f651b1634235d70bc6c02512ab8c49 Mon Sep 17 00:00:00 2001
From: ninerider <qt-info@nokia.com>
Date: Thu, 1 Oct 2009 13:20:56 +0200
Subject: 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
---
 tests/auto/qwidget/tst_qwidget.cpp | 3 +++
 1 file changed, 3 insertions(+)

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;
-- 
cgit v0.12