test: skip tst_QMenu::task258920_mouseBorder on qpa
This test can't work because QCursor::setPos() isn't yet implemented for qpa. Task-number: QTBUG-20753 Change-Id: I2da8f920bd2d4706bbbcd983e11d2cc19055d2bf Reviewed-on: http://codereview.qt.nokia.com/2891 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
This commit is contained in:
parent
1159467353
commit
4a33154406
@ -826,6 +826,9 @@ void tst_QMenu::task258920_mouseBorder()
|
||||
{
|
||||
#ifdef Q_OS_WINCE_WM
|
||||
QSKIP("Mouse move related signals for Windows Mobile unavailable", SkipAll);
|
||||
#endif
|
||||
#ifdef Q_WS_QPA
|
||||
QSKIP("QTBUG-20753 QCursor::setPos() / QTest::mouseMove() doesn't work on qpa", SkipAll);
|
||||
#endif
|
||||
Menu258920 menu;
|
||||
// On Symbian, styleHint(QStyle::SH_Menu_MouseTracking) in QS60Style is false.
|
||||
|
Loading…
Reference in New Issue
Block a user