summaryrefslogtreecommitdiffstats
path: root/tests/auto/qwidget/tst_qwidget.cpp
diff options
context:
space:
mode:
authorninerider <qt-info@nokia.com>2009-10-06 10:21:57 +0200
committerninerider <qt-info@nokia.com>2009-10-06 10:21:57 +0200
commit1015ee9016f3a46bb05077a9eff83c8736b2541e (patch)
treef946ce1130d3e9fcd24bffb06de3ea0ecfc6ca24 /tests/auto/qwidget/tst_qwidget.cpp
parentb1c5547c5682e57b746e3bc8ac616ebbd23c12b8 (diff)
Skipped enter/leave test for Windows CE
Currently Windows has no proper cursor support. Reviewed-by: Thomas Hartmann
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 92658a6d0e..1b215277b6 100644
--- a/tests/auto/qwidget/tst_qwidget.cpp
+++ b/tests/auto/qwidget/tst_qwidget.cpp
@@ -8990,6 +8990,9 @@ void tst_QWidget::syntheticEnterLeave()
void tst_QWidget::taskQTBUG_4055_sendSyntheticEnterLeave()
{
+#ifdef Q_OS_WINCE_WM
+ QSKIP("Windows Mobile has no proper cursor support", SkipAll);
+#endif
class SELParent : public QWidget
{
public: