[Ci-reports] fail on QtBase_5.5_Integration #1022

Qt Continuous Integration System ci-noreply at qt-project.org
Wed May 20 06:17:22 CEST 2015


Autotest `tst_qwidget' failed :(

The test was 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.

  Testing tst_QWidget
  2015-05-20 07:03:03.634 tst_qwidget[57546:1213375] Persistent UI failed to open file file:///Users/qt/Library/Saved%20Application%20State/com.yourcompany.tst_qwidget.savedState/window_1.data: No such file or directory (2)
  BFAIL  : tst_QWidget::windowState() Compared values are not the same
     Actual   (((widget1.pos()))): QPoint(0,23)
     Expected (pos)              : QPoint(10,10)
     Loc: [tst_qwidget.cpp(1909)]
  BFAIL  : tst_QWidget::showMaximized() 'layouted.isMaximized()' returned FALSE. ()
     Loc: [tst_qwidget.cpp(2035)]
  2015-05-20 07:03:09.205 tst_qwidget[57546:1213368] not in fullscreen state
  2015-05-20 07:03:09.247 tst_qwidget[57546:1213368] not in fullscreen state
  2015-05-20 07:03:09.247 tst_qwidget[57546:1213368] not in fullscreen state
  2015-05-20 07:03:09.253 tst_qwidget[57546:1213368] not in fullscreen state
  2015-05-20 07:03:09.253 tst_qwidget[57546:1213368] not in fullscreen state
  2015-05-20 07:03:09.254 tst_qwidget[57546:1213368] not in fullscreen state
  2015-05-20 07:03:09.254 tst_qwidget[57546:1213368] not in fullscreen state
  BPASS  : tst_QWidget::showMinimizedKeepsFocus()
  2015-05-20 07:03:15.815 tst_qwidget[57546:1213368] not in fullscreen state
  BPASS  : tst_QWidget::hideWhenFocusWidgetIsChild()
  BFAIL  : tst_QWidget::normalGeometry() '(parent.geometry() != geom)' returned FALSE. ()
     Loc: [tst_qwidget.cpp(2543)]
  BFAIL  : tst_QWidget::setGeometry() Compared values are not the same
     Actual   (tlw.geometry().size()): QSize(1024x768)
     Expected (tr.size())            : QSize(200x200)
     Loc: [tst_qwidget.cpp(2595)]
  BPASS  : tst_QWidget::lower()
  BFAIL  : tst_QWidget::stackUnder() Compared values are not the same
     Actual   (child->numPaintEvents): 1
     Expected (0)                    : 0
     Loc: [tst_qwidget.cpp(2970)]
  BFAIL  : tst_QWidget::saveRestoreGeometry() Compared values are not the same
     Actual   (((widget.pos()))): QPoint(0,0)
     Expected (position)        : QPoint(100,123)
     Loc: [tst_qwidget.cpp(3067)]
  BFAIL  : tst_QWidget::restoreVersion1Geometry(geometry.dat) Compared values are not the same
     Actual   (((widget.pos()))): QPoint(0,0)
     Expected (expectedPosition): QPoint(100,100)
     Loc: [tst_qwidget.cpp(3234)]
  BFAIL  : tst_QWidget::restoreVersion1Geometry(geometry-maximized.dat) Compared values are not the same
     Actual   (((widget.geometry()))) : QRect(0,0 1024x768) (bottomright 1023,767)
     Expected (expectedNormalGeometry): QRect(102,124 200x200) (bottomright 301,323)
     Loc: [tst_qwidget.cpp(3246)]
  BFAIL  : tst_QWidget::restoreVersion1Geometry(geometry-fullscreen.dat) Compared values are not the same
     Actual   (((widget.geometry()))) : QRect(0,0 1024x768) (bottomright 1023,767)
     Expected (expectedNormalGeometry): QRect(102,124 200x200) (bottomright 301,323)
     Loc: [tst_qwidget.cpp(3246)]
  BPASS  : tst_QWidget::widgetAt()
  BFAIL  : tst_QWidget::sheetOpacity() Compared values are not the same
     Actual   (int(sheet.windowOpacity() * 255)): 255
     Expected (242)                             : 242
     Loc: [tst_qwidget.cpp(3495)]
  BPASS  : tst_QWidget::optimizedResizeMove()
  BFAIL  : tst_QWidget::optimizedResize_topLevel() Compared values are not the same
     Actual   (topLevel.partial): 0
     Expected (true)            : 1
     Loc: [tst_qwidget.cpp(3713)]
  BFAIL  : tst_QWidget::resizeEvent() Compared values are not the same
     Actual   (wTopLevel.m_resizeEventCount): 2
     Expected (1)                           : 1
     Loc: [tst_qwidget.cpp(2192)]
  BFAIL  : tst_QWidget::update() Compared values are not the same
     Actual   (((w.numPaintEvents))): 2
     Expected (1)                   : 1
     Loc: [tst_qwidget.cpp(4150)]
  BFAIL  : tst_QWidget::setWindowGeometry(100,123 200x200, flags 0) Compared values are not the same
     Actual   (((widget.geometry()))): QRect(0,0 1024x768) (bottomright 1023,767)
     Expected (rect)                 : QRect(100,123 200x200) (bottomright 299,322)
     Loc: [tst_qwidget.cpp(4599)]
  BFAIL  : tst_QWidget::setWindowGeometry(100,100 824x519, flags 0) Compared values are not the same
     Actual   (((widget.geometry()))): QRect(0,0 1024x768) (bottomright 1023,767)
     Expected (rect)                 : QRect(100,100 824x519) (bottomright 923,618)
     Loc: [tst_qwidget.cpp(4599)]
  BFAIL  : tst_QWidget::setWindowGeometry(100,73 200x0, flags 0) Compared values are not the same
     Actual   (((widget.geometry()))): QRect(0,0 1024x768) (bottomright 1023,767)
     Expected (rect)                 : QRect(100,73 200x0) (bottomright 299,72)
     Loc: [tst_qwidget.cpp(4599)]
  BFAIL  : tst_QWidget::windowMoveResize(100,123 200x200, flags 0) Compared values are not the same
     Actual   (((widget.pos()))): QPoint(0,0)
     Expected (rect.topLeft())  : QPoint(100,123)
     Loc: [tst_qwidget.cpp(4766)]
  BFAIL  : tst_QWidget::windowMoveResize(100,100 824x519, flags 0) Compared values are not the same
     Actual   (((widget.pos()))): QPoint(0,0)
     Expected (rect.topLeft())  : QPoint(100,100)
     Loc: [tst_qwidget.cpp(4766)]
  BFAIL  : tst_QWidget::windowMoveResize(100,73 200x0, flags 0) Compared values are not the same
     Actual   (((widget.pos()))): QPoint(0,0)
     Expected (rect.topLeft())  : QPoint(100,73)
     Loc: [tst_qwidget.cpp(4766)]
  BFAIL  : tst_QWidget::childEvents() 'spy.eventList() == expected' returned FALSE. (Event list mismatch, expected 6 (QWidget(0x7fff51225998):QEvent::Type(Polish) QEvent::Type(WinIdChange) QEvent::Type(Move) QEvent::Type(Resize) QEvent::Type(Show) QEvent::Type(ShowToParent) ), actual 7 (QWidget(0x7fff51225998):QEvent::Type(Polish) QEvent::Type(WinIdChange) QEvent::Type(Move) QEvent::Type(Resize) QEvent::Type(Show) QEvent::Type(InputMethodQuery) QEvent::Type(ShowToParent) ))
     Loc: [tst_qwidget.cpp(6017)]
  BFAIL  : tst_QWidget::renderInvisible() Compared values are not the same
     Loc: [tst_qwidget.cpp(6421)]
  BFAIL  : tst_QWidget::render_systemClip() Compared values are not the same
     Loc: [tst_qwidget.cpp(6891)]
  BPASS  : tst_QWidget::hideOpaqueChildWhileHidden()
  BFAIL  : tst_QWidget::updateWhileMinimized() Compared values are not the same
     Actual   (widget.numPaintEvents): 1
     Expected (0)                    : 0
     Loc: [tst_qwidget.cpp(7357)]
  BFAIL  : tst_QWidget::doubleRepaint() Compared values are not the same
     Actual   (((widget.numPaintEvents))): 2
     Expected (expectedRepaints)         : 1
     Loc: [tst_qwidget.cpp(7880)]
  FAIL!  : tst_QWidget::setClearAndResizeMask() Compared values are not the same
     Actual   (child.numPaintEvents): 1
     Expected (0)                   : 0
     Loc: [tst_qwidget.cpp(8581)]
  BPASS  : tst_QWidget::maskedUpdate()
  BPASS  : tst_QWidget::syntheticEnterLeave()
  BFAIL  : tst_QWidget::taskQTBUG_4055_sendSyntheticEnterLeave() '(child.numEnterEvents > 0)' returned FALSE. ()
     Loc: [tst_qwidget.cpp(8973)]
  BFAIL  : tst_QWidget::childAt_unifiedToolBar() 'toolBarTopLeft != oldToolBarTopLeft' returned FALSE. (QPoint(0,0) != QPoint(0,0) )
     Loc: [tst_qwidget.cpp(9519)]
  2015-05-20 07:09:19.096 tst_qwidget[57546:1213368] not in fullscreen state
  FAIL!  : tst_QWidget::touchEventSynthesizedMouseEvent() Compared values are not the same
     Actual   (widget.m_touchEventCount): 0
     Expected (1)                       : 1
     Loc: [tst_qwidget.cpp(9873)]
  FAIL!  : tst_QWidget::touchUpdateOnNewTouch() Compared values are not the same
     Actual   (widget.m_touchBeginCount): 0
     Expected (1)                       : 1
     Loc: [tst_qwidget.cpp(9956)]
  Totals: 209 passed, 3 failed, 6 skipped, 34 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QWidget *********
  Config: Using QtTest library 5.5.0, Qt 5.5.0 (x86_64-little_endian-lp64 shared (dynamic) release build; by Clang 6.0 (clang-600.0.54) (Apple))
  PASS   : tst_QWidget::initTestCase()
  QWARN  : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) Negative sizes (-2147483648,0) are not possible
  QWARN  : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) The largest allowed size is (16777215,16777215)
  QWARN  : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) Negative sizes (-2147483648,0) are not possible
  QWARN  : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) The largest allowed size is (16777215,16777215)
  QWARN  : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) Negative sizes (0,-2147483648) are not possible
  QWARN  : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) The largest allowed size is (16777215,16777215)
  QWARN  : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) Negative sizes (0,-2147483648) are not possible
  QWARN  : tst_QWidget::getSetCheck() QWidget::setMinimumSize: (/QWidget) The largest allowed size is (16777215,16777215)
  QWARN  : tst_QWidget::getSetCheck() QWidget::setMaximumSize: (/QWidget) Negative sizes (-2147483648,16777215) are not possible
  QWARN  : tst_QWidget::getSetCheck() QWidget::setMaximumSize: (/QWidget) The largest allowed size is (16777215,16777215)
  QWARN  : tst_QWidget::getSetCheck() QWidget::setMaximumSize: (/QWidget) Negative sizes (16777215,-2147483648) are not possible
  QWARN  : tst_QWidget::getSetCheck() QWidget::setMaximumSize: (/QWidget) The largest allowed size is (16777215,16777215)
  2015-05-20 07:09:29.078 tst_qwidget[57554:1214385] Persistent UI failed to open file file:///Users/qt/Library/Saved%20Application%20State/com.yourcompany.tst_qwidget.savedState/window_1.data: No such file or directory (2)
  QDEBUG : tst_QWidget::getSetCheck() QRect(10,10 100x100)
  QDEBUG : tst_QWidget::getSetCheck() QRect(0,0 0x0)
  QWARN  : tst_QWidget::getSetCheck() QWidget::setLayout: Cannot set layout to 0
  PASS   : tst_QWidget::getSetCheck()
  PASS   : tst_QWidget::fontPropagation()
  PASS   : tst_QWidget::fontPropagation2()
  PASS   : tst_QWidget::palettePropagation()
  PASS   : tst_QWidget::palettePropagation2()
  PASS   : tst_QWidget::enabledPropagation()
  WARNING: tst_QWidget::ignoreKeyEventsWhenDisabled_QTBUG27417() Keyboard event not accepted by receiving widget
  WARNING: tst_QWidget::ignoreKeyEventsWhenDisabled_QTBUG27417() Keyboard event not accepted by receiving widget
  PASS   : tst_QWidget::ignoreKeyEventsWhenDisabled_QTBUG27417()
  PASS   : tst_QWidget::properTabHandlingWhenDisabled_QTBUG27417()
  PASS   : tst_QWidget::acceptDropsPropagation()
  PASS   : tst_QWidget::isEnabledTo()
  PASS   : tst_QWidget::visible()
  PASS   : tst_QWidget::visible_setWindowOpacity()
  PASS   : tst_QWidget::isVisibleTo()
  PASS   : tst_QWidget::isHidden()
  PASS   : tst_QWidget::fonts()
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 1)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 1)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 1)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 1)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 1)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 1)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 1)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 1)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 0)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 0)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 0)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 0)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 0)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 0)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 0)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 0)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 1 windowMinimized)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 1 windowMinimized)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 1 windowMinimized)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 1 windowMinimized)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 1 windowMinimized)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 1 windowMinimized)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 1 windowMinimized)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 1 windowMinimized)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 0 windowMinimized)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 0 windowMinimized)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 0 windowMinimized)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 0 windowMinimized)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 0 windowMinimized)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 0 windowMinimized)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 0 windowMinimized)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 0 windowMinimized)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 1 subWindow1Minimized)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 1 subWindow1Minimized)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 1 subWindow1Minimized)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 1 subWindow1Minimized)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 1 subWindow1Minimized)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 1 subWindow1Minimized)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 1 subWindow1Minimized)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 1 subWindow1Minimized)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 1 subsub 0 subWindow1Minimized)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 1 subsub 0 subWindow1Minimized)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 1 subsub 0 subWindow1Minimized)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 1 subsub 0 subWindow1Minimized)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 1 sub2 0 subsub 0 subWindow1Minimized)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 1 sub2 0 subsub 0 subWindow1Minimized)
  PASS   : tst_QWidget::mapFromAndTo(window 1 sub1 0 sub2 0 subsub 0 subWindow1Minimized)
  PASS   : tst_QWidget::mapFromAndTo(window 0 sub1 0 sub2 0 subsub 0 subWindow1Minimized)
  PASS   : tst_QWidget::focusChainOnHide()
  PASS   : tst_QWidget::focusChainOnReparent()
  PASS   : tst_QWidget::setTabOrder()
  PASS   : tst_QWidget::reparent()
  BFAIL  : tst_QWidget::windowState() Compared values are not the same
     Actual   (((widget1.pos()))): QPoint(0,23)
     Expected (pos)              : QPoint(10,10)
     Loc: [tst_qwidget.cpp(1909)]
  BFAIL  : tst_QWidget::showMaximized() 'layouted.isMaximized()' returned FALSE. ()
     Loc: [tst_qwidget.cpp(2035)]
  2015-05-20 07:09:56.138 tst_qwidget[57554:1214370] not in fullscreen state
  2015-05-20 07:09:56.178 tst_qwidget[57554:1214370] not in fullscreen state
  XFAIL  : tst_QWidget::showFullScreen() QTBUG-22326
     Loc: [tst_qwidget.cpp(2105)]
  2015-05-20 07:09:56.178 tst_qwidget[57554:1214370] not in fullscreen state
  2015-05-20 07:09:56.184 tst_qwidget[57554:1214370] not in fullscreen state
  2015-05-20 07:09:56.184 tst_qwidget[57554:1214370] not in fullscreen state
  2015-05-20 07:09:56.184 tst_qwidget[57554:1214370] not in fullscreen state
  2015-05-20 07:09:56.185 tst_qwidget[57554:1214370] not in fullscreen state
  PASS   : tst_QWidget::showFullScreen()
  PASS   : tst_QWidget::showMinimized()
  BFAIL  : tst_QWidget::showMinimizedKeepsFocus() Compared pointers are not the same
     Actual   (((window.focusWidget()))): 0x0
     Expected (firstchild)              : 0x7fe159e912c0
     Loc: [tst_qwidget.cpp(2365)]
  2015-05-20 07:10:18.351 tst_qwidget[57554:1214370] not in fullscreen state
  PASS   : tst_QWidget::icon()
  BFAIL  : tst_QWidget::hideWhenFocusWidgetIsChild() 'qApp->focusWidget()' returned FALSE. ()
     Loc: [tst_qwidget.cpp(2465)]
  BFAIL  : tst_QWidget::normalGeometry() '(parent.geometry() != geom)' returned FALSE. ()
     Loc: [tst_qwidget.cpp(2505)]
  BFAIL  : tst_QWidget::setGeometry() Compared values are not the same
     Actual   (tlw.geometry().size()): QSize(1024x768)
     Expected (tr.size())            : QSize(200x200)
     Loc: [tst_qwidget.cpp(2595)]
  PASS   : tst_QWidget::windowOpacity()
  PASS   : tst_QWidget::raise()
  BFAIL  : tst_QWidget::lower() Compared values are not the same
     Actual   (((child->numPaintEvents))): 3
     Expected (expectedPaintEvents)      : 1
     Loc: [tst_qwidget.cpp(2884)]
  XFAIL  : tst_QWidget::stackUnder() Mac and Windows issues double repaints for Z-Order change
     Loc: [tst_qwidget.cpp(2932)]
  BFAIL  : tst_QWidget::stackUnder() Compared values are not the same
     Actual   (child->numPaintEvents): 1
     Expected (0)                    : 0
     Loc: [tst_qwidget.cpp(2970)]
  PASS   : tst_QWidget::testContentsPropagation()
  BFAIL  : tst_QWidget::saveRestoreGeometry() Compared values are not the same
     Actual   (((widget.pos()))): QPoint(0,0)
     Expected (position)        : QPoint(100,123)
     Loc: [tst_qwidget.cpp(3067)]
  BFAIL  : tst_QWidget::restoreVersion1Geometry(geometry.dat) Compared values are not the same
     Actual   (((widget.pos()))): QPoint(0,0)
     Expected (expectedPosition): QPoint(100,100)
     Loc: [tst_qwidget.cpp(3234)]
  BFAIL  : tst_QWidget::restoreVersion1Geometry(geometry-maximized.dat) Compared values are not the same
     Actual   (((widget.geometry()))) : QRect(0,0 1024x768) (bottomright 1023,767)
     Expected (expectedNormalGeometry): QRect(102,124 200x200) (bottomright 301,323)
     Loc: [tst_qwidget.cpp(3246)]
  BFAIL  : tst_QWidget::restoreVersion1Geometry(geometry-fullscreen.dat) Compared values are not the same
     Actual   (((widget.geometry()))) : QRect(0,0 1024x768) (bottomright 1023,767)
     Expected (expectedNormalGeometry): QRect(102,124 200x200) (bottomright 301,323)
     Loc: [tst_qwidget.cpp(3246)]
  BPASS  : tst_QWidget::widgetAt()
  BFAIL  : tst_QWidget::sheetOpacity() Compared values are not the same
     Actual   (int(sheet.windowOpacity() * 255)): 255
     Expected (242)                             : 242
     Loc: [tst_qwidget.cpp(3495)]
  PASS   : tst_QWidget::setMask()
  BPASS  : tst_QWidget::optimizedResizeMove()
  BFAIL  : tst_QWidget::optimizedResize_topLevel() Compared values are not the same
     Actual   (topLevel.partial): 0
     Expected (true)            : 1
     Loc: [tst_qwidget.cpp(3713)]
  BPASS  : tst_QWidget::resizeEvent()
  PASS   : tst_QWidget::task110173()
  PASS   : tst_QWidget::testDeletionInEventHandlers()
  PASS   : tst_QWidget::childDeletesItsSibling()
  PASS   : tst_QWidget::setMinimumSize()
  PASS   : tst_QWidget::setMaximumSize()
  PASS   : tst_QWidget::setFixedSize()
  PASS   : tst_QWidget::ensureCreated()
  PASS   : tst_QWidget::winIdChangeEvent()
  PASS   : tst_QWidget::persistentWinId()
  PASS   : tst_QWidget::showNativeChild()
  PASS   : tst_QWidget::transientParent()
  PASS   : tst_QWidget::qobject_castInDestroyedSlot()
  PASS   : tst_QWidget::showHideEvent(window: only show)
  PASS   : tst_QWidget::showHideEvent(window: show/hide)
  PASS   : tst_QWidget::showHideEvent(window: show/hide/create)
  PASS   : tst_QWidget::showHideEvent(window: hide/create)
  PASS   : tst_QWidget::showHideEvent(window: only hide)
  PASS   : tst_QWidget::showHideEvent(window: nothing)
  PASS   : tst_QWidget::showHideEventWhileMinimize()
  PASS   : tst_QWidget::lostUpdatesOnHide()
  BFAIL  : tst_QWidget::update() Compared values are not the same
     Actual   (((w.numPaintEvents))): 2
     Expected (1)                   : 1
     Loc: [tst_qwidget.cpp(4150)]
  PASS   : tst_QWidget::isOpaque()
  BFAIL  : tst_QWidget::setWindowGeometry(100,123 200x200, flags 0) Compared values are not the same
     Actual   (((widget.geometry()))): QRect(0,0 1024x768) (bottomright 1023,767)
     Expected (rect)                 : QRect(100,123 200x200) (bottomright 299,322)
     Loc: [tst_qwidget.cpp(4599)]
  PASS   : tst_QWidget::setWindowGeometry(100,123 200x200, flags 800)
  BFAIL  : tst_QWidget::setWindowGeometry(100,100 824x564, flags 0) Compared values are not the same
     Actual   (((widget.geometry()))): QRect(0,0 1024x768) (bottomright 1023,767)
     Expected (rect)                 : QRect(100,100 824x564) (bottomright 923,663)
     Loc: [tst_qwidget.cpp(4599)]
  PASS   : tst_QWidget::setWindowGeometry(100,100 824x564, flags 800)
  QWARN  : tst_QWidget::setWindowGeometry(130,123 0x200, flags 0) void QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  QWARN  : tst_QWidget::setWindowGeometry(130,123 0x200, flags 0) void QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  QWARN  : tst_QWidget::setWindowGeometry(130,123 0x200, flags 0) void QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  PASS   : tst_QWidget::setWindowGeometry(130,123 0x200, flags 0)
  QWARN  : tst_QWidget::setWindowGeometry(130,123 0x200, flags 800) void QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  QWARN  : tst_QWidget::setWindowGeometry(130,123 0x200, flags 800) void QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  QWARN  : tst_QWidget::setWindowGeometry(130,123 0x200, flags 800) void QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  PASS   : tst_QWidget::setWindowGeometry(130,123 0x200, flags 800)
  QWARN  : tst_QWidget::setWindowGeometry(100,73 200x0, flags 0) void QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  BFAIL  : tst_QWidget::setWindowGeometry(100,73 200x0, flags 0) Compared values are not the same
     Actual   (((widget.geometry()))): QRect(0,0 1024x768) (bottomright 1023,767)
     Expected (rect)                 : QRect(100,73 200x0) (bottomright 299,72)
     Loc: [tst_qwidget.cpp(4599)]
  QWARN  : tst_QWidget::setWindowGeometry(100,73 200x0, flags 800) void QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  QWARN  : tst_QWidget::setWindowGeometry(100,73 200x0, flags 800) void QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  QWARN  : tst_QWidget::setWindowGeometry(100,73 200x0, flags 800) void QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  PASS   : tst_QWidget::setWindowGeometry(100,73 200x0, flags 800)
  QWARN  : tst_QWidget::setWindowGeometry(130,73 0x0, flags 0) void QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  QWARN  : tst_QWidget::setWindowGeometry(130,73 0x0, flags 0) void QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  QWARN  : tst_QWidget::setWindowGeometry(130,73 0x0, flags 0) void QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  PASS   : tst_QWidget::setWindowGeometry(130,73 0x0, flags 0)
  QWARN  : tst_QWidget::setWindowGeometry(130,73 0x0, flags 800) void QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  QWARN  : tst_QWidget::setWindowGeometry(130,73 0x0, flags 800) void QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  QWARN  : tst_QWidget::setWindowGeometry(130,73 0x0, flags 800) void QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  PASS   : tst_QWidget::setWindowGeometry(130,73 0x0, flags 800)
  BFAIL  : tst_QWidget::windowMoveResize(100,123 200x200, flags 0) Compared values are not the same
     Actual   (((widget.pos()))): QPoint(0,0)
     Expected (rect.topLeft())  : QPoint(100,123)
     Loc: [tst_qwidget.cpp(4766)]
  PASS   : tst_QWidget::windowMoveResize(100,123 200x200, flags 800)
  BFAIL  : tst_QWidget::windowMoveResize(100,100 824x564, flags 0) Compared values are not the same
     Actual   (((widget.pos()))): QPoint(0,0)
     Expected (rect.topLeft())  : QPoint(100,100)
     Loc: [tst_qwidget.cpp(4766)]
  PASS   : tst_QWidget::windowMoveResize(100,100 824x564, flags 800)
  QWARN  : tst_QWidget::windowMoveResize(130,123 0x200, flags 0) void QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  QWARN  : tst_QWidget::windowMoveResize(130,123 0x200, flags 0) void QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  QWARN  : tst_QWidget::windowMoveResize(130,123 0x200, flags 0) void QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  PASS   : tst_QWidget::windowMoveResize(130,123 0x200, flags 0)
  QWARN  : tst_QWidget::windowMoveResize(130,123 0x200, flags 800) void QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  QWARN  : tst_QWidget::windowMoveResize(130,123 0x200, flags 800) void QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  QWARN  : tst_QWidget::windowMoveResize(130,123 0x200, flags 800) void QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  PASS   : tst_QWidget::windowMoveResize(130,123 0x200, flags 800)
  QWARN  : tst_QWidget::windowMoveResize(100,73 200x0, flags 0) void QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  BFAIL  : tst_QWidget::windowMoveResize(100,73 200x0, flags 0) Compared values are not the same
     Actual   (((widget.pos()))): QPoint(0,0)
     Expected (rect.topLeft())  : QPoint(100,73)
     Loc: [tst_qwidget.cpp(4766)]
  QWARN  : tst_QWidget::windowMoveResize(100,73 200x0, flags 800) void QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  QWARN  : tst_QWidget::windowMoveResize(100,73 200x0, flags 800) void QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  QWARN  : tst_QWidget::windowMoveResize(100,73 200x0, flags 800) void QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  PASS   : tst_QWidget::windowMoveResize(100,73 200x0, flags 800)
  QWARN  : tst_QWidget::windowMoveResize(130,73 0x0, flags 0) void QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  QWARN  : tst_QWidget::windowMoveResize(130,73 0x0, flags 0) void QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  QWARN  : tst_QWidget::windowMoveResize(130,73 0x0, flags 0) void QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  PASS   : tst_QWidget::windowMoveResize(130,73 0x0, flags 0)
  QWARN  : tst_QWidget::windowMoveResize(130,73 0x0, flags 800) void QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  QWARN  : tst_QWidget::windowMoveResize(130,73 0x0, flags 800) void QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  QWARN  : tst_QWidget::windowMoveResize(130,73 0x0, flags 800) void QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  PASS   : tst_QWidget::windowMoveResize(130,73 0x0, flags 800)
  PASS   : tst_QWidget::moveChild(right)
  PASS   : tst_QWidget::moveChild(down)
  PASS   : tst_QWidget::moveChild(left)
  PASS   : tst_QWidget::moveChild(up)
  PASS   : tst_QWidget::showAndMoveChild()
  PASS   : tst_QWidget::subtractOpaqueSiblings()
  PASS   : tst_QWidget::setLocale()
  PASS   : tst_QWidget::deleteStyle()
  PASS   : tst_QWidget::multipleToplevelFocusCheck()
  PASS   : tst_QWidget::setFocus()
  PASS   : tst_QWidget::setCursor()
  PASS   : tst_QWidget::setToolTip()
  PASS   : tst_QWidget::testWindowIconChangeEventPropagation()
  SKIP   : tst_QWidget::minAndMaxSizeWithX11BypassWindowManagerHint() This test is for X11 only.
     Loc: [tst_qwidget.cpp(5763)]
  SKIP   : tst_QWidget::showHideShowX11() This test is for X11 only.
     Loc: [tst_qwidget.cpp(5853)]
  SKIP   : tst_QWidget::clean_qt_x11_enforce_cursor() This test is for X11 only.
     Loc: [tst_qwidget.cpp(5873)]
  BFAIL  : tst_QWidget::childEvents() 'spy.eventList() == expected' returned FALSE. (Event list mismatch, expected 6 (QWidget(0x7fff558b49a8):QEvent::Type(Polish) QEvent::Type(WinIdChange) QEvent::Type(Move) QEvent::Type(Resize) QEvent::Type(Show) QEvent::Type(ShowToParent) ), actual 7 (QWidget(0x7fff558b49a8):QEvent::Type(Polish) QEvent::Type(WinIdChange) QEvent::Type(Move) QEvent::Type(Resize) QEvent::Type(Show) QEvent::Type(InputMethodQuery) QEvent::Type(ShowToParent) ))
     Loc: [tst_qwidget.cpp(6017)]
  PASS   : tst_QWidget::render()
  BFAIL  : tst_QWidget::renderInvisible() Compared values are not the same
     Loc: [tst_qwidget.cpp(6421)]
  PASS   : tst_QWidget::renderWithPainter()
  PASS   : tst_QWidget::render_task188133()
  PASS   : tst_QWidget::render_task211796()
  PASS   : tst_QWidget::render_task217815()
  PASS   : tst_QWidget::render_windowOpacity()
  BFAIL  : tst_QWidget::render_systemClip() Compared values are not the same
     Loc: [tst_qwidget.cpp(6891)]
  PASS   : tst_QWidget::render_systemClip2(Only auto-fill background)
  PASS   : tst_QWidget::render_systemClip2(Only draw in paintEvent)
  PASS   : tst_QWidget::render_systemClip2(Auto-fill background and draw in paintEvent)
  PASS   : tst_QWidget::render_systemClip3(Norwegian Civil Flag)
  PASS   : tst_QWidget::render_systemClip3(Norwegian War Flag)
  PASS   : tst_QWidget::render_task252837()
  PASS   : tst_QWidget::render_worldTransform()
  PASS   : tst_QWidget::setContentsMargins()
  PASS   : tst_QWidget::moveWindowInShowEvent(1)
  PASS   : tst_QWidget::moveWindowInShowEvent(2)
  PASS   : tst_QWidget::repaintWhenChildDeleted()
  BPASS  : tst_QWidget::hideOpaqueChildWhileHidden()
  BFAIL  : tst_QWidget::updateWhileMinimized() Compared values are not the same
     Actual   (widget.numPaintEvents): 1
     Expected (0)                    : 0
     Loc: [tst_qwidget.cpp(7357)]
  SKIP   : tst_QWidget::alienWidgets() This test is only for X11/Windows.
     Loc: [tst_qwidget.cpp(7385)]
  PASS   : tst_QWidget::adjustSize(1)
  PASS   : tst_QWidget::adjustSize(2)
  PASS   : tst_QWidget::adjustSize(3)
  PASS   : tst_QWidget::adjustSize(4)
  PASS   : tst_QWidget::adjustSize(5)
  PASS   : tst_QWidget::adjustSize(6)
  PASS   : tst_QWidget::adjustSize(7)
  PASS   : tst_QWidget::adjustSize(8)
  PASS   : tst_QWidget::adjustSize(9)
  PASS   : tst_QWidget::adjustSize(1c)
  PASS   : tst_QWidget::adjustSize(2c)
  PASS   : tst_QWidget::adjustSize(3c)
  PASS   : tst_QWidget::adjustSize(4c)
  PASS   : tst_QWidget::adjustSize(5c)
  PASS   : tst_QWidget::adjustSize(6c)
  PASS   : tst_QWidget::adjustSize(7c)
  PASS   : tst_QWidget::adjustSize(8c)
  PASS   : tst_QWidget::adjustSize(9c)
  PASS   : tst_QWidget::updateGeometry(setMinimumSize)
  PASS   : tst_QWidget::updateGeometry(setMaximumSize)
  PASS   : tst_QWidget::updateGeometry(setMinimumSize, then maximumSize to a different size)
  PASS   : tst_QWidget::updateGeometry(setMinimumSize, then maximumSize to the same size)
  PASS   : tst_QWidget::updateGeometry(setMinimumSize, then maximumSize to the same size and then hide it)
  PASS   : tst_QWidget::updateGeometry(Change sizePolicy)
  PASS   : tst_QWidget::sendUpdateRequestImmediately()
  BFAIL  : tst_QWidget::doubleRepaint() Compared values are not the same
     Actual   (((widget.numPaintEvents))): 2
     Expected (expectedRepaints)         : 1
     Loc: [tst_qwidget.cpp(7880)]
  PASS   : tst_QWidget::resizeInPaintEvent()
  PASS   : tst_QWidget::opaqueChildren()
  PASS   : tst_QWidget::setMaskInResizeEvent()
  PASS   : tst_QWidget::moveInResizeEvent()
  SKIP   : tst_QWidget::immediateRepaintAfterShow() We don't support immediate repaint right after show on other platforms.
     Loc: [tst_qwidget.cpp(8076)]
  SKIP   : tst_QWidget::immediateRepaintAfterInvalidateBuffer() We don't support immediate repaint right after show on other platforms.
     Loc: [tst_qwidget.cpp(8093)]
  PASS   : tst_QWidget::effectiveWinId()
  PASS   : tst_QWidget::effectiveWinId2()
  PASS   : tst_QWidget::customDpi()
  PASS   : tst_QWidget::customDpiProperty()
  PASS   : tst_QWidget::quitOnCloseAttribute()
  PASS   : tst_QWidget::moveRect()
  QWARN  : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called
  QWARN  : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called
  QWARN  : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called
  QWARN  : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called
  QWARN  : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called
  QWARN  : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called
  QWARN  : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called
  QWARN  : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called
  QWARN  : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called
  QWARN  : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called
  QWARN  : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called
  QWARN  : tst_QWidget::reparentStaticWidget() QWidget::paintEngine: Should no longer be called
  PASS   : tst_QWidget::reparentStaticWidget()
  PASS   : tst_QWidget::QTBUG6883_reparentStaticWidget2()
  PASS   : tst_QWidget::translucentWidget()
  PASS   : tst_QWidget::setClearAndResizeMask()
  BPASS  : tst_QWidget::maskedUpdate()
  BPASS  : tst_QWidget::syntheticEnterLeave()
  BPASS  : tst_QWidget::taskQTBUG_4055_sendSyntheticEnterLeave()
  WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window.
  WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window.
  WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window.
  WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window.
  WARNING: tst_QWidget::underMouse() Mouse event occurs outside of target window.
  PASS   : tst_QWidget::underMouse()
  PASS   : tst_QWidget::taskQTBUG_27643_enterEvents()
  PASS   : tst_QWidget::windowFlags()
  PASS   : tst_QWidget::initialPosForDontShowOnScreenWidgets()
  PASS   : tst_QWidget::updateOnDestroyedSignal()
  PASS   : tst_QWidget::toplevelLineEditFocus()
  PASS   : tst_QWidget::focusWidget_task254563()
  PASS   : tst_QWidget::rectOutsideCoordinatesLimit_task144779()
  PASS   : tst_QWidget::setGraphicsEffect()
  PASS   : tst_QWidget::destroyBackingStore()
  PASS   : tst_QWidget::activateWindow()
  PASS   : tst_QWidget::openModal_taskQTBUG_5804()
  PASS   : tst_QWidget::focusProxyAndInputMethods()
  PASS   : tst_QWidget::scrollWithoutBackingStore()
  PASS   : tst_QWidget::taskQTBUG_7532_tabOrderWithFocusProxy()
  XFAIL  : tst_QWidget::movedAndResizedAttributes() FixMe, QTBUG-8941 and QTBUG-8977
     Loc: [tst_qwidget.cpp(9384)]
  PASS   : tst_QWidget::movedAndResizedAttributes()
  PASS   : tst_QWidget::childAt()
  BFAIL  : tst_QWidget::childAt_unifiedToolBar() 'toolBarTopLeft != oldToolBarTopLeft' returned FALSE. (QPoint(0,0) != QPoint(0,0) )
     Loc: [tst_qwidget.cpp(9519)]
  2015-05-20 07:16:06.910 tst_qwidget[57554:1214370] not in fullscreen state
  PASS   : tst_QWidget::taskQTBUG_11373()
  PASS   : tst_QWidget::taskQTBUG_17333_ResizeInfiniteRecursion()
  PASS   : tst_QWidget::nativeChildFocus()
  PASS   : tst_QWidget::grab()
  PASS   : tst_QWidget::grabMouse()
  PASS   : tst_QWidget::grabKeyboard()
  FAIL!  : tst_QWidget::touchEventSynthesizedMouseEvent() Compared values are not the same
     Actual   (widget.m_touchEventCount): 0
     Expected (1)                       : 1
     Loc: [tst_qwidget.cpp(9873)]
  FAIL!  : tst_QWidget::touchUpdateOnNewTouch() Compared values are not the same
     Actual   (widget.m_touchBeginCount): 0
     Expected (1)                       : 1
     Loc: [tst_qwidget.cpp(9956)]
  PASS   : tst_QWidget::styleSheetPropagation()
  PASS   : tst_QWidget::destroyedSignal()
  PASS   : tst_QWidget::keyboardModifiers()
  PASS   : tst_QWidget::mouseDoubleClickBubbling_QTBUG29680()
  PASS   : tst_QWidget::largerThanScreen_QTBUG30142()
  PASS   : tst_QWidget::resizeStaticContentsChildWidget_QTBUG35282()
  PASS   : tst_QWidget::qmlSetParentHelper()
  PASS   : tst_QWidget::cleanupTestCase()
  Totals: 210 passed, 2 failed, 6 skipped, 34 blacklisted
  ********* Finished testing of tst_QWidget *********
  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 3
  QtQA::App::TestRunner:   second attempt: exited with exit code 2
  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_qwidget: 822 seconds, exit code 2

  Build log: http://testresults.qt.io/ci/QtBase_5.5_Integration/build_01022/macx-clang_developer-build_OSX_10.10/log.txt.gz

  Tested changes (refs/builds/5.5_1432090339):
    http://codereview.qt-project.org/111220 [PS2] - Fix compilation of QContiguousCache::operator=
    http://codereview.qt-project.org/110235 [PS5] - Tests: Use blacklist for failing tst_qwidget tests
    http://codereview.qt-project.org/112640 [PS2] - Workaround for Samsung keyboard bug
    http://codereview.qt-project.org/112534 [PS6] - D-Bus system tray icon: submenus can be created after context menu
    http://codereview.qt-project.org/112429 [PS1] - remove now redundant tests
    http://codereview.qt-project.org/112428 [PS1] - add qmake evaluator test
    http://codereview.qt-project.org/112427 [PS1] - split parser test initialization
    http://codereview.qt-project.org/112426 [PS1] - move parser test to a separate file
    http://codereview.qt-project.org/112425 [PS1] - move get{,Hash}Str from QMakeEvaluator to ProFile
    http://codereview.qt-project.org/112424 [PS1] - remove bogus parens from error messages
    http://codereview.qt-project.org/112423 [PS1] - trim whitespace from windows error messages
    http://codereview.qt-project.org/112422 [PS1] - remove trailing dots from some error messages
    http://codereview.qt-project.org/112421 [PS1] - make defined() error message tell about "var" type
    http://codereview.qt-project.org/112420 [PS1] - make infinite loop protection work even without an iterator variable
    http://codereview.qt-project.org/112419 [PS1] - fix quote nesting in split_value_list()
    http://codereview.qt-project.org/112418 [PS1] - add parser tests for use of 'else' after bad conditionals
    http://codereview.qt-project.org/112417 [PS1] - silence MSVC warnings about using TS() without parameters
    http://codereview.qt-project.org/112416 [PS1] - add autotest for ProString
    http://codereview.qt-project.org/111332 [PS13] - take process name into account for QLockFile's pid clash resolution



More information about the Ci-reports mailing list