Details
-
Bug
-
Resolution: Invalid
-
P2: Important
-
None
-
6.7.0
-
None
Description
The tst_QDockWidget::closeAndDelete does not work properly when run alongside the other tests of this file. If ran alone it will pass without any issue.
When running the test we can observe that the test fails at 1761. However we can visually see that the mainWindow, d1, d2 are still all visible even if they were identified as not visible at 1755-1756.
(This issue happens only on windows)
Attachments
Issue Links
- resulted from
-
QTBUG-124559 QWidgetPrivate::allWidgets contains stale artifact in cleanup() slot of a test class
- In Progress