Details
-
Task
-
Resolution: Done
-
P1: Critical
-
None
-
6.1
-
None
Description
A handful tests in Qt Base fail on Wayland:
- 297 - tst_qwindow (Failed)
- 308 - tst_qshortcut_kernel (Failed)
- 328 - tst_qbrush (Failed)
- 385 - tst_qopengl (Failed)
- 386 - tst_qvulkan (Failed)
- 442 - tst_qdialog (Failed)
- 452 - tst_qgraphicseffect (Failed)
- 492 - tst_qwidget_window (Failed)
- 498 - tst_qwidget (Failed)
- 499 - tst_qshortcut (Failed)
- 519 - tst_qdockwidget (Failed)
- 530 - tst_qpushbutton (Failed)
- 564 - tst_qaccessibility (Failed)
The following also fail, but fail when running on X11 as well for me, so for now we can assume it might be false positives:
- 175 - tst_qdate (Failed)
- 295 - tst_qscreen (Failed)
- 427 - tst_qprinterinfo (Failed)
- 446 - tst_qinputdialog (Failed)
- 516 - tst_qdatetimeedit (Failed)
- 529 - tst_qprogressbar (Failed)
The following fails only on X11 and not with Wayland, which is strange and should be checked:
- 555 - tst_qopenglwidget (Failed)
Attachments
Issue Links
- replaces
-
QTBUG-66846 All enabled Qt Base tests should pass on Wayland
- Closed