tests: skip two tests in tst_QDockWidget on Wayland
This amends 9ff40b59da58160dc26c54204a615a2456e07405 . Task-number: QTBUG-107153 Pick-to: 6.4 6.2 Change-Id: Ie66205c5402d4346ffb61619ccb6a955623f5984 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io> Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
This commit is contained in:
parent
e37baad7fc
commit
8b143f0aed
@ -1322,6 +1322,8 @@ void tst_QDockWidget::xcbMessageHandler(QtMsgType type, const QMessageLogContext
|
||||
// test floating tabs and item_tree consistency
|
||||
void tst_QDockWidget::floatingTabs()
|
||||
{
|
||||
if (QGuiApplication::platformName().startsWith(QLatin1String("wayland"), Qt::CaseInsensitive))
|
||||
QSKIP("Test skipped on Wayland.");
|
||||
#ifdef Q_OS_WIN
|
||||
QSKIP("Test skipped on Windows platforms");
|
||||
#endif // Q_OS_WIN
|
||||
@ -1629,6 +1631,8 @@ void tst_QDockWidget::dockPermissions()
|
||||
*/
|
||||
void tst_QDockWidget::saveAndRestore()
|
||||
{
|
||||
if (QGuiApplication::platformName().startsWith(QLatin1String("wayland"), Qt::CaseInsensitive))
|
||||
QSKIP("Test skipped on Wayland.");
|
||||
#ifdef Q_OS_WIN
|
||||
QSKIP("Test skipped on Windows platforms");
|
||||
#endif // Q_OS_WIN
|
||||
|
Loading…
x
Reference in New Issue
Block a user