Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
None
-
5.7
-
Ubuntu 16.04 x64
Description
-
-
-
-
-
-
-
-
- Start testing of tst_QWindow *********
Config: Using QtTest library 5.7.0, Qt 5.7.0 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 5.3.1 20160413)
PASS : tst_QWindow::initTestCase()
PASS : tst_QWindow::create()
PASS : tst_QWindow::setParent()
PASS : tst_QWindow::setVisible()
PASS : tst_QWindow::eventOrderOnShow()
PASS : tst_QWindow::resizeEventAfterResize()
PASS : tst_QWindow::mapGlobal()
PASS : tst_QWindow::positioning(default)
SKIP : tst_QWindow::positioningDuringMinimized() Not supported on this platform
Loc: [tst_qwindow.cpp(511)]
PASS : tst_QWindow::childWindowPositioning(create)
PASS : tst_QWindow::childWindowPositioning(show)
PASS : tst_QWindow::platformSurface()
PASS : tst_QWindow::isExposed()
PASS : tst_QWindow::isActive()
PASS : tst_QWindow::testInputEvents()
PASS : tst_QWindow::touchToMouseTranslation()
PASS : tst_QWindow::touchToMouseTranslationForDevices()
PASS : tst_QWindow::mouseToTouchTranslation()
PASS : tst_QWindow::mouseToTouchLoop()
PASS : tst_QWindow::touchCancel()
PASS : tst_QWindow::touchCancelWithTouchToMouse()
PASS : tst_QWindow::touchInterruptedByPopup()
PASS : tst_QWindow::orientation()
PASS : tst_QWindow::sizes()
PASS : tst_QWindow::close()
PASS : tst_QWindow::activateAndClose()
PASS : tst_QWindow::mouseEventSequence()
PASS : tst_QWindow::windowModality()
PASS : tst_QWindow::inputReentrancy()
PASS : tst_QWindow::tabletEvents()
PASS : tst_QWindow::windowModality_QTBUG27039()
PASS : tst_QWindow::visibility()
PASS : tst_QWindow::mask()
PASS : tst_QWindow::initialSize()
PASS : tst_QWindow::modalDialog()
PASS : tst_QWindow::modalDialogClosingOneOfTwoModal()
PASS : tst_QWindow::modalWithChildWindow()
PASS : tst_QWindow::modalWindowModallity()
FAIL! : tst_QWindow::modalWindowPosition() Compared values are not the same
Actual (window.geometry()): QRect(165,152 200x200) (bottomright 364,351)
Expected (origGeo) : QRect(165,124 200x200) (bottomright 364,323)
Loc: [tst_qwindow.cpp(1902)]
FAIL! : tst_QWindow::modalWindowEnterEventOnHide_QTBUG35109() Compared values are not the same
Actual (((childLvl2.enterEventCount))): 0
Expected (1) : 1
Loc: [tst_qwindow.cpp(2004)]
SKIP : tst_QWindow::windowsTransientChildren() Windows only test
Loc: [tst_qwindow.cpp(2093)]
PASS : tst_QWindow::requestUpdate()
SKIP : tst_QWindow::stateChange(normal->min->normal) Windows-only test
Loc: [tst_qwindow.cpp(610)]
SKIP : tst_QWindow::stateChange(normal->maximized->normal) Windows-only test
Loc: [tst_qwindow.cpp(610)]
SKIP : tst_QWindow::stateChange(normal->fullscreen->normal) Windows-only test
Loc: [tst_qwindow.cpp(610)]
SKIP : tst_QWindow::stateChange(normal->maximized->fullscreen->normal) Windows-only test
Loc: [tst_qwindow.cpp(610)]
PASS : tst_QWindow::cleanupTestCase()
Totals: 39 passed, 2 failed, 6 skipped, 0 blacklisted, 23211ms - Finished testing of tst_QWindow *********
Makefile:261: recipe for target 'check' failed
make: *** [check] Error 2
- Start testing of tst_QWindow *********
-
-
-
-
-
-
-
agent:2016/04/28 13:49:17 build.go:206: Process finished with error: exit status 2
agent:2016/04/28 13:49:17 build.go:267: [make check -j1] 900 1200
agent:2016/04/28 13:49:17 build.go:158: Error reading from stdout/err: exit status 2
/home/qt/work/qt/qtbase/tests/auto/gui/kernel/qwindow/target_wrapper.sh ./tst_qwindow modalWindowPosition
-
-
-
-
-
-
-
-
- Start testing of tst_QWindow *********
Config: Using QtTest library 5.7.0, Qt 5.7.0 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 5.3.1 20160413)
PASS : tst_QWindow::initTestCase()
FAIL! : tst_QWindow::modalWindowPosition() Compared values are not the same
Actual (window.geometry()): QRect(165,152 200x200) (bottomright 364,351)
Expected (origGeo) : QRect(165,124 200x200) (bottomright 364,323)
Loc: [tst_qwindow.cpp(1902)]
PASS : tst_QWindow::cleanupTestCase()
Totals: 2 passed, 1 failed, 0 skipped, 0 blacklisted, 42ms - Finished testing of tst_QWindow *********
Makefile:261: recipe for target 'check' failed
make: *** [check] Error 1
- Start testing of tst_QWindow *********
-
-
-
-
-
-
-
Attachments
Issue Links
- resulted from
-
QTBUG-35109 Mouse enterEvent missing from widget when closing non-modal dialog
- Closed