Autotests `tst_macnativeevents' and `tst_qgraphicsproxywidget' failed :(
Some (not all) of the tests were determined to be flaky, meaning results were
not consistent across multiple runs. This might make the problem difficult to
reproduce. Also, flaky failures might or might not be related to any recent
changes in the source code.
********* Start testing of tst_QGraphicsProxyWidget *********
Config: Using QTest library 4.8.5, Qt 4.8.5
PASS : tst_QGraphicsProxyWidget::initTestCase()
PASS : tst_QGraphicsProxyWidget::qgraphicsproxywidget()
PASS : tst_QGraphicsProxyWidget::paint()
PASS : tst_QGraphicsProxyWidget::paint_2()
QWARN : tst_QGraphicsProxyWidget::setWidget(setWidget(widgetWParent))
QGraphicsProxyWidget::setWidget: cannot embed widget 0x103032e00 which is not a
toplevel widget, and is not a child of an embedded widget
QWARN : tst_QGraphicsProxyWidget::setWidget(setWidget(1),
setWidget(widgetWParent)) QGraphicsProxyWidget::setWidget: cannot embed widget
0x10117af20 which is not a toplevel widget, and is not a child of an embedded
widget
QWARN : tst_QGraphicsProxyWidget::setWidget(p setWidget(widgetWParent))
QGraphicsProxyWidget::setWidget: cannot embed widget 0x10119ab50 which is not a
toplevel widget, and is not a child of an embedded widget
QWARN : tst_QGraphicsProxyWidget::setWidget(p setWidget(1),
setWidget(widgetWParent)) QGraphicsProxyWidget::setWidget: cannot embed widget
0x1011aad00 which is not a toplevel widget, and is not a child of an embedded
widget
PASS : tst_QGraphicsProxyWidget::setWidget()
PASS : tst_QGraphicsProxyWidget::eventFilter()
PASS : tst_QGraphicsProxyWidget::focusInEvent()
PASS : tst_QGraphicsProxyWidget::focusInEventNoWidget()
PASS : tst_QGraphicsProxyWidget::focusNextPrevChild()
XFAIL : tst_QGraphicsProxyWidget::focusOutEvent(widget, focus to other
widget) Widget should have focus but doesn't
Loc: [tst_qgraphicsproxywidget.cpp(853)]
XFAIL : tst_QGraphicsProxyWidget::focusOutEvent(widget, focusOutCalled)
Widget should have focus but doesn't
Loc: [tst_qgraphicsproxywidget.cpp(853)]
PASS : tst_QGraphicsProxyWidget::focusOutEvent()
FAIL! : tst_QGraphicsProxyWidget::hoverEnterLeaveEvent(widget, no hover)
Compared values are not the same
Actual (widget->testAttribute(Qt::WA_UnderMouse)): 0
Expected (hasWidget ? true : false): 1
Loc: [tst_qgraphicsproxywidget.cpp(993)]
FAIL! : tst_QGraphicsProxyWidget::hoverEnterLeaveEvent(widget, hover)
Compared values are not the same
Actual (widget->testAttribute(Qt::WA_UnderMouse)): 0
Expected (hasWidget ? true : false): 1
Loc: [tst_qgraphicsproxywidget.cpp(993)]
SKIP : tst_QGraphicsProxyWidget::hoverMoveEvent(hasWidget:1, hover:1,
mouseTracking:1, mouseDown: 1) Ambiguous test...
Loc: [tst_qgraphicsproxywidget.cpp(1049)]
PASS : tst_QGraphicsProxyWidget::keyPressEvent()
PASS : tst_QGraphicsProxyWidget::keyReleaseEvent()
PASS : tst_QGraphicsProxyWidget::mouseDoubleClickEvent()
WARNING: tst_QGraphicsProxyWidget::mousePressReleaseEvent(no widget) Mouse
event "MousePress" not accepted by receiving widget
PASS : tst_QGraphicsProxyWidget::mousePressReleaseEvent()
PASS : tst_QGraphicsProxyWidget::resizeEvent()
PASS : tst_QGraphicsProxyWidget::paintEvent()
PASS : tst_QGraphicsProxyWidget::wheelEvent()
SKIP : tst_QGraphicsProxyWidget::sizeHint(min) Broken test
Loc: [tst_qgraphicsproxywidget.cpp(1372)]
PASS : tst_QGraphicsProxyWidget::sizePolicy()
PASS : tst_QGraphicsProxyWidget::minimumSize()
PASS : tst_QGraphicsProxyWidget::maximumSize()
XFAIL : tst_QGraphicsProxyWidget::scrollUpdate() Cocoa will send us one
aggregated update
Loc: [tst_qgraphicsproxywidget.cpp(1512)]
PASS : tst_QGraphicsProxyWidget::scrollUpdate()
PASS : tst_QGraphicsProxyWidget::setWidget_simple()
PASS : tst_QGraphicsProxyWidget::setWidget_ownership()
PASS : tst_QGraphicsProxyWidget::resize_simple()
PASS : tst_QGraphicsProxyWidget::symmetricMove()
PASS : tst_QGraphicsProxyWidget::symmetricResize()
PASS : tst_QGraphicsProxyWidget::symmetricEnabled()
PASS : tst_QGraphicsProxyWidget::symmetricVisible()
PASS : tst_QGraphicsProxyWidget::tabFocus_simpleWidget()
PASS : tst_QGraphicsProxyWidget::tabFocus_simpleTwoWidgets()
PASS : tst_QGraphicsProxyWidget::tabFocus_complexWidget()
PASS : tst_QGraphicsProxyWidget::tabFocus_complexTwoWidgets()
PASS : tst_QGraphicsProxyWidget::setFocus_simpleWidget()
PASS : tst_QGraphicsProxyWidget::setFocus_simpleTwoWidgets()
PASS : tst_QGraphicsProxyWidget::setFocus_complexTwoWidgets()
SKIP : tst_QGraphicsProxyWidget::popup_basic() Does not work due to
SH_Combobox_Popup
Loc: [tst_qgraphicsproxywidget.cpp(2500)]
SKIP : tst_QGraphicsProxyWidget::popup_subwidget() Does not work due to
SH_Combobox_Popup
Loc: [tst_qgraphicsproxywidget.cpp(2553)]
PASS : tst_QGraphicsProxyWidget::changingCursor_basic()
PASS : tst_QGraphicsProxyWidget::tooltip_basic()
PASS : tst_QGraphicsProxyWidget::childPos()
PASS : tst_QGraphicsProxyWidget::autoShow()
PASS : tst_QGraphicsProxyWidget::windowOpacity()
PASS : tst_QGraphicsProxyWidget::stylePropagation()
PASS : tst_QGraphicsProxyWidget::palettePropagation()
PASS : tst_QGraphicsProxyWidget::fontPropagation()
PASS : tst_QGraphicsProxyWidget::dontCrashWhenDie()
PASS : tst_QGraphicsProxyWidget::createProxyForChildWidget()
PASS : tst_QGraphicsProxyWidget::actionsContextMenu()
PASS : tst_QGraphicsProxyWidget::deleteProxyForChildWidget()
PASS : tst_QGraphicsProxyWidget::bypassGraphicsProxyWidget()
PASS : tst_QGraphicsProxyWidget::dragDrop()
PASS : tst_QGraphicsProxyWidget::windowFlags()
PASS : tst_QGraphicsProxyWidget::comboboxWindowFlags()
XFAIL : tst_QGraphicsProxyWidget::updateAndDelete() QTBUG-26801
Loc: [tst_qgraphicsproxywidget.cpp(3410)]
PASS : tst_QGraphicsProxyWidget::updateAndDelete()
PASS : tst_QGraphicsProxyWidget::inputMethod()
PASS : tst_QGraphicsProxyWidget::clickFocus()
PASS : tst_QGraphicsProxyWidget::windowFrameMargins()
SKIP : tst_QGraphicsProxyWidget::QTBUG_6986_sendMouseEventToAlienWidget()
Test case unstable on this platform
Loc: [tst_qgraphicsproxywidget.cpp(3661)]
PASS : tst_QGraphicsProxyWidget::cleanupTestCase()
Totals: 56 passed, 2 failed, 5 skipped
********* Finished testing of tst_QGraphicsProxyWidget *********
QtQA::App::TestRunner: test failed, running again to see if it is flaky...
********* Start testing of tst_QGraphicsProxyWidget *********
Config: Using QTest library 4.8.5, Qt 4.8.5
PASS : tst_QGraphicsProxyWidget::initTestCase()
PASS : tst_QGraphicsProxyWidget::qgraphicsproxywidget()
PASS : tst_QGraphicsProxyWidget::paint()
PASS : tst_QGraphicsProxyWidget::paint_2()
QWARN : tst_QGraphicsProxyWidget::setWidget(setWidget(widgetWParent))
QGraphicsProxyWidget::setWidget: cannot embed widget 0x103a39900 which is not a
toplevel widget, and is not a child of an embedded widget
QWARN : tst_QGraphicsProxyWidget::setWidget(setWidget(1),
setWidget(widgetWParent)) QGraphicsProxyWidget::setWidget: cannot embed widget
0x103a33920 which is not a toplevel widget, and is not a child of an embedded
widget
QWARN : tst_QGraphicsProxyWidget::setWidget(p setWidget(widgetWParent))
QGraphicsProxyWidget::setWidget: cannot embed widget 0x103811340 which is not a
toplevel widget, and is not a child of an embedded widget
QWARN : tst_QGraphicsProxyWidget::setWidget(p setWidget(1),
setWidget(widgetWParent)) QGraphicsProxyWidget::setWidget: cannot embed widget
0x1011470c0 which is not a toplevel widget, and is not a child of an embedded
widget
PASS : tst_QGraphicsProxyWidget::setWidget()
PASS : tst_QGraphicsProxyWidget::eventFilter()
PASS : tst_QGraphicsProxyWidget::focusInEvent()
PASS : tst_QGraphicsProxyWidget::focusInEventNoWidget()
PASS : tst_QGraphicsProxyWidget::focusNextPrevChild()
XFAIL : tst_QGraphicsProxyWidget::focusOutEvent(widget, focus to other
widget) Widget should have focus but doesn't
Loc: [tst_qgraphicsproxywidget.cpp(853)]
XFAIL : tst_QGraphicsProxyWidget::focusOutEvent(widget, focusOutCalled)
Widget should have focus but doesn't
Loc: [tst_qgraphicsproxywidget.cpp(853)]
PASS : tst_QGraphicsProxyWidget::focusOutEvent()
FAIL! : tst_QGraphicsProxyWidget::hoverEnterLeaveEvent(widget, no hover)
Compared values are not the same
Actual (widget->testAttribute(Qt::WA_UnderMouse)): 0
Expected (hasWidget ? true : false): 1
Loc: [tst_qgraphicsproxywidget.cpp(993)]
FAIL! : tst_QGraphicsProxyWidget::hoverEnterLeaveEvent(widget, hover)
Compared values are not the same
Actual (widget->testAttribute(Qt::WA_UnderMouse)): 0
Expected (hasWidget ? true : false): 1
Loc: [tst_qgraphicsproxywidget.cpp(993)]
SKIP : tst_QGraphicsProxyWidget::hoverMoveEvent(hasWidget:1, hover:1,
mouseTracking:1, mouseDown: 1) Ambiguous test...
Loc: [tst_qgraphicsproxywidget.cpp(1049)]
PASS : tst_QGraphicsProxyWidget::keyPressEvent()
PASS : tst_QGraphicsProxyWidget::keyReleaseEvent()
PASS : tst_QGraphicsProxyWidget::mouseDoubleClickEvent()
WARNING: tst_QGraphicsProxyWidget::mousePressReleaseEvent(no widget) Mouse
event "MousePress" not accepted by receiving widget
PASS : tst_QGraphicsProxyWidget::mousePressReleaseEvent()
PASS : tst_QGraphicsProxyWidget::resizeEvent()
PASS : tst_QGraphicsProxyWidget::paintEvent()
PASS : tst_QGraphicsProxyWidget::wheelEvent()
SKIP : tst_QGraphicsProxyWidget::sizeHint(min) Broken test
Loc: [tst_qgraphicsproxywidget.cpp(1372)]
PASS : tst_QGraphicsProxyWidget::sizePolicy()
PASS : tst_QGraphicsProxyWidget::minimumSize()
PASS : tst_QGraphicsProxyWidget::maximumSize()
XFAIL : tst_QGraphicsProxyWidget::scrollUpdate() Cocoa will send us one
aggregated update
Loc: [tst_qgraphicsproxywidget.cpp(1512)]
PASS : tst_QGraphicsProxyWidget::scrollUpdate()
PASS : tst_QGraphicsProxyWidget::setWidget_simple()
PASS : tst_QGraphicsProxyWidget::setWidget_ownership()
PASS : tst_QGraphicsProxyWidget::resize_simple()
PASS : tst_QGraphicsProxyWidget::symmetricMove()
PASS : tst_QGraphicsProxyWidget::symmetricResize()
PASS : tst_QGraphicsProxyWidget::symmetricEnabled()
PASS : tst_QGraphicsProxyWidget::symmetricVisible()
PASS : tst_QGraphicsProxyWidget::tabFocus_simpleWidget()
PASS : tst_QGraphicsProxyWidget::tabFocus_simpleTwoWidgets()
PASS : tst_QGraphicsProxyWidget::tabFocus_complexWidget()
PASS : tst_QGraphicsProxyWidget::tabFocus_complexTwoWidgets()
PASS : tst_QGraphicsProxyWidget::setFocus_simpleWidget()
PASS : tst_QGraphicsProxyWidget::setFocus_simpleTwoWidgets()
PASS : tst_QGraphicsProxyWidget::setFocus_complexTwoWidgets()
SKIP : tst_QGraphicsProxyWidget::popup_basic() Does not work due to
SH_Combobox_Popup
Loc: [tst_qgraphicsproxywidget.cpp(2500)]
SKIP : tst_QGraphicsProxyWidget::popup_subwidget() Does not work due to
SH_Combobox_Popup
Loc: [tst_qgraphicsproxywidget.cpp(2553)]
PASS : tst_QGraphicsProxyWidget::changingCursor_basic()
PASS : tst_QGraphicsProxyWidget::tooltip_basic()
PASS : tst_QGraphicsProxyWidget::childPos()
PASS : tst_QGraphicsProxyWidget::autoShow()
PASS : tst_QGraphicsProxyWidget::windowOpacity()
PASS : tst_QGraphicsProxyWidget::stylePropagation()
PASS : tst_QGraphicsProxyWidget::palettePropagation()
PASS : tst_QGraphicsProxyWidget::fontPropagation()
PASS : tst_QGraphicsProxyWidget::dontCrashWhenDie()
PASS : tst_QGraphicsProxyWidget::createProxyForChildWidget()
PASS : tst_QGraphicsProxyWidget::actionsContextMenu()
PASS : tst_QGraphicsProxyWidget::deleteProxyForChildWidget()
PASS : tst_QGraphicsProxyWidget::bypassGraphicsProxyWidget()
PASS : tst_QGraphicsProxyWidget::dragDrop()
PASS : tst_QGraphicsProxyWidget::windowFlags()
PASS : tst_QGraphicsProxyWidget::comboboxWindowFlags()
XFAIL : tst_QGraphicsProxyWidget::updateAndDelete() QTBUG-26801
Loc: [tst_qgraphicsproxywidget.cpp(3410)]
PASS : tst_QGraphicsProxyWidget::updateAndDelete()
PASS : tst_QGraphicsProxyWidget::inputMethod()
PASS : tst_QGraphicsProxyWidget::clickFocus()
PASS : tst_QGraphicsProxyWidget::windowFrameMargins()
SKIP : tst_QGraphicsProxyWidget::QTBUG_6986_sendMouseEventToAlienWidget()
Test case unstable on this platform
Loc: [tst_qgraphicsproxywidget.cpp(3661)]
PASS : tst_QGraphicsProxyWidget::cleanupTestCase()
Totals: 56 passed, 2 failed, 5 skipped
********* Finished testing of tst_QGraphicsProxyWidget *********
QtQA::App::TestRunner: test failure could be reproduced twice consecutively
QtQA::App::TestRunner: end tst_qgraphicsproxywidget: 58 seconds, exit code 2
********* Start testing of tst_MacNativeEvents *********
Config: Using QTest library 4.8.5, Qt 4.8.5
PASS : tst_MacNativeEvents::initTestCase()
QWARN : tst_MacNativeEvents::testMouseMoveLocation() Stopped waiting for
expected event nr 1
FAIL! : tst_MacNativeEvents::testMouseMoveLocation()
'expected.waitForAllEvents()' returned FALSE. (the test did not receive all
expected events!)
Loc: [tst_macnativeevents.cpp(97)]
2013-01-03 22:57:25.977 tst_macnativeevents[78889:4403] Persistent UI failed
to open file
file://localhost/Users/qt/Library/Saved%20Application%20State/com.yourcompany.tst_macnativeevents.savedState/window_2.data:
Permission denied (13)
QWARN : tst_MacNativeEvents::testPushButtonPressRelease() Stopped waiting
for expected event nr 1
FAIL! : tst_MacNativeEvents::testPushButtonPressRelease()
'expected.waitForAllEvents()' returned FALSE. (the test did not receive all
expected events!)
Loc: [tst_macnativeevents.cpp(117)]
QWARN : tst_MacNativeEvents::testMouseLeftDoubleClick() Stopped waiting for
expected event nr 1
FAIL! : tst_MacNativeEvents::testMouseLeftDoubleClick()
'expected.waitForAllEvents()' returned FALSE. (the test did not receive all
expected events!)
Loc: [tst_macnativeevents.cpp(141)]
QWARN : tst_MacNativeEvents::stressTestMouseLeftDoubleClick() Stopped
waiting for expected event nr 1
FAIL! : tst_MacNativeEvents::stressTestMouseLeftDoubleClick()
'expected.waitForAllEvents()' returned FALSE. (the test did not receive all
expected events!)
Loc: [tst_macnativeevents.cpp(168)]
QWARN : tst_MacNativeEvents::testMouseDragInside() Stopped waiting for
expected event nr 1
FAIL! : tst_MacNativeEvents::testMouseDragInside()
'expected.waitForAllEvents()' returned FALSE. (the test did not receive all
expected events!)
Loc: [tst_macnativeevents.cpp(195)]
QWARN : tst_MacNativeEvents::testMouseDragOutside() Stopped waiting for
expected event nr 1
FAIL! : tst_MacNativeEvents::testMouseDragOutside()
'expected.waitForAllEvents()' returned FALSE. (the test did not receive all
expected events!)
Loc: [tst_macnativeevents.cpp(223)]
QWARN : tst_MacNativeEvents::testMouseDragToNonClientArea() Stopped waiting
for expected event nr 1
FAIL! : tst_MacNativeEvents::testMouseDragToNonClientArea()
'expected.waitForAllEvents()' returned FALSE. (the test did not receive all
expected events!)
Loc: [tst_macnativeevents.cpp(251)]
QWARN : tst_MacNativeEvents::testDragWindow() Stopped waiting for expected
event nr 1
XFAIL : tst_MacNativeEvents::testDragWindow() QTBUG-26804
Loc: [tst_macnativeevents.cpp(277)]
PASS : tst_MacNativeEvents::testDragWindow()
QWARN : tst_MacNativeEvents::testMouseEnter() Stopped waiting for expected
event nr 1
FAIL! : tst_MacNativeEvents::testMouseEnter() 'expected.waitForAllEvents()'
returned FALSE. (the test did not receive all expected events!)
Loc: [tst_macnativeevents.cpp(299)]
FAIL! : tst_MacNativeEvents::testChildDialogInFrontOfModalParent()
'!child.isVisible()' returned FALSE. ()
Loc: [tst_macnativeevents.cpp(322)]
PASS : tst_MacNativeEvents::testChildWindowInFrontOfStaysOnTopParentWindow()
PASS : tst_MacNativeEvents::testKeyPressOnToplevel()
PASS : tst_MacNativeEvents::testModifierShift()
PASS : tst_MacNativeEvents::testModifierAlt()
PASS : tst_MacNativeEvents::testModifierCtrl()
PASS : tst_MacNativeEvents::testModifierCtrlWithDontSwapCtrlAndMeta()
PASS : tst_MacNativeEvents::cleanupTestCase()
Totals: 9 passed, 9 failed, 0 skipped
********* Finished testing of tst_MacNativeEvents *********
QtQA::App::TestRunner: test failed, running again to see if it is flaky...
********* Start testing of tst_MacNativeEvents *********
Config: Using QTest library 4.8.5, Qt 4.8.5
PASS : tst_MacNativeEvents::initTestCase()
PASS : tst_MacNativeEvents::testMouseMoveLocation()
2013-01-03 22:57:45.367 tst_macnativeevents[78890:1d03] Persistent UI failed
to open file
file://localhost/Users/qt/Library/Saved%20Application%20State/com.yourcompany.tst_macnativeevents.savedState/window_2.data:
Permission denied (13)
QWARN : tst_MacNativeEvents::testPushButtonPressRelease() Stopped waiting
for expected event nr 1
FAIL! : tst_MacNativeEvents::testPushButtonPressRelease()
'expected.waitForAllEvents()' returned FALSE. (the test did not receive all
expected events!)
Loc: [tst_macnativeevents.cpp(117)]
QWARN : tst_MacNativeEvents::testMouseLeftDoubleClick() Stopped waiting for
expected event nr 1
FAIL! : tst_MacNativeEvents::testMouseLeftDoubleClick()
'expected.waitForAllEvents()' returned FALSE. (the test did not receive all
expected events!)
Loc: [tst_macnativeevents.cpp(141)]
QWARN : tst_MacNativeEvents::stressTestMouseLeftDoubleClick() Stopped
waiting for expected event nr 1
FAIL! : tst_MacNativeEvents::stressTestMouseLeftDoubleClick()
'expected.waitForAllEvents()' returned FALSE. (the test did not receive all
expected events!)
Loc: [tst_macnativeevents.cpp(168)]
QWARN : tst_MacNativeEvents::testMouseDragInside() Stopped waiting for
expected event nr 1
FAIL! : tst_MacNativeEvents::testMouseDragInside()
'expected.waitForAllEvents()' returned FALSE. (the test did not receive all
expected events!)
Loc: [tst_macnativeevents.cpp(195)]
QWARN : tst_MacNativeEvents::testMouseDragOutside() Stopped waiting for
expected event nr 1
FAIL! : tst_MacNativeEvents::testMouseDragOutside()
'expected.waitForAllEvents()' returned FALSE. (the test did not receive all
expected events!)
Loc: [tst_macnativeevents.cpp(223)]
QWARN : tst_MacNativeEvents::testMouseDragToNonClientArea() Stopped waiting
for expected event nr 1
FAIL! : tst_MacNativeEvents::testMouseDragToNonClientArea()
'expected.waitForAllEvents()' returned FALSE. (the test did not receive all
expected events!)
Loc: [tst_macnativeevents.cpp(251)]
QWARN : tst_MacNativeEvents::testDragWindow() Stopped waiting for expected
event nr 1
XFAIL : tst_MacNativeEvents::testDragWindow() QTBUG-26804
Loc: [tst_macnativeevents.cpp(277)]
PASS : tst_MacNativeEvents::testDragWindow()
QWARN : tst_MacNativeEvents::testMouseEnter() Stopped waiting for expected
event nr 1
FAIL! : tst_MacNativeEvents::testMouseEnter() 'expected.waitForAllEvents()'
returned FALSE. (the test did not receive all expected events!)
Loc: [tst_macnativeevents.cpp(299)]
FAIL! : tst_MacNativeEvents::testChildDialogInFrontOfModalParent()
'!child.isVisible()' returned FALSE. ()
Loc: [tst_macnativeevents.cpp(322)]
PASS : tst_MacNativeEvents::testChildWindowInFrontOfStaysOnTopParentWindow()
PASS : tst_MacNativeEvents::testKeyPressOnToplevel()
PASS : tst_MacNativeEvents::testModifierShift()
PASS : tst_MacNativeEvents::testModifierAlt()
PASS : tst_MacNativeEvents::testModifierCtrl()
PASS : tst_MacNativeEvents::testModifierCtrlWithDontSwapCtrlAndMeta()
PASS : tst_MacNativeEvents::cleanupTestCase()
Totals: 10 passed, 8 failed, 0 skipped
********* Finished testing of tst_MacNativeEvents *********
QtQA::App::TestRunner: test failed on first and second attempts, but with
different behavior each time:
QtQA::App::TestRunner: first attempt: exited with exit code 9
QtQA::App::TestRunner: second attempt: exited with exit code 8
QtQA::App::TestRunner: the test seems to be flaky, please fix this
QtQA::App::TestRunner: this flaky test is being treated as a FAIL
QtQA::App::TestRunner: end tst_macnativeevents: 40 seconds, exit code 8
Build log:
http://testresults.qt-project.org/ci/Qt_4.8_Integration/build_01133/macx-g++_developer-build_OSX_10.7/log.txt.gz
Tested changes (refs/builds/4.8_1357240530):
http://codereview.qt-project.org/43833 [PS1] - Fix
QWidget::showFullScreen() on QPA
http://codereview.qt-project.org/43514 [PS1] - Fix QWidget::hide() on QPA
platforms
_______________________________________________
Ci-reports mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/ci-reports