Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
None
-
5.12
-
None
Description
My patch https://codereview.qt-project.org/#/c/246675/ has failed to integrate repeatedly, but I don't see how this can be related, since the only code I touch is QScroller, and that is only in use in tst_qscroller, not others. As far as I know, QScroller will not be instantiated unless the application does that, right? So probably this test has been failing a lot lately.
agent:2018/12/05 22:21:09 build.go:193: FAIL! : tst_QWindow::isActive() Compared values are not the same agent:2018/12/05 22:21:09 build.go:193: Actual (((window.received(QEvent::FocusIn)))): 4 agent:2018/12/05 22:21:09 build.go:193: Expected (3) : 3 agent:2018/12/05 22:21:09 build.go:193: tst_qwindow.cpp(905) : failure location agent:2018/12/05 22:21:09 build.go:193: FAIL! : tst_QWindow::testInputEvents() Compared values are not the same agent:2018/12/05 22:21:09 build.go:193: Actual (window.mousePressButton): 0 agent:2018/12/05 22:21:09 build.go:193: Expected (int(Qt::LeftButton)) : 1 agent:2018/12/05 22:21:09 build.go:193: tst_qwindow.cpp(1086) : failure location ... agent:2018/12/05 22:21:26 build.go:193: FAIL! : tst_QWindow::modalDialogClosingOneOfTwoModal() Compared pointers are not the same agent:2018/12/05 22:21:26 build.go:193: tst_qwindow.cpp(1986) : failure location agent:2018/12/05 22:21:26 build.go:193: PASS : tst_QWindow::modalWithChildWindow() agent:2018/12/05 22:21:26 build.go:193: PASS : tst_QWindow::modalWindowModallity() agent:2018/12/05 22:21:26 build.go:193: PASS : tst_QWindow::modalWindowPosition() agent:2018/12/05 22:21:42 build.go:193: FAIL! : tst_QWindow::modalWindowEnterEventOnHide_QTBUG35109() Compared values are not the same agent:2018/12/05 22:21:42 build.go:193: Actual (((root.enterEventCount))): 0 agent:2018/12/05 22:21:42 build.go:193: Expected (1) : 1 agent:2018/12/05 22:21:42 build.go:193: tst_qwindow.cpp(2109) : failure location agent:2018/12/05 22:21:57 build.go:193: FAIL! : tst_QWindow::spuriousMouseMove() '(topLevel.enterEventCount > 0)' returned FALSE. () agent:2018/12/05 22:21:57 build.go:193: tst_qwindow.cpp(2275) : failure location
Attachments
Issue Links
- duplicates
-
QTBUG-72296 Windows: Focus-related tests fail in tst_QWindow
- Closed
- resulted from
-
QTBUG-35109 Mouse enterEvent missing from widget when closing non-modal dialog
- Closed