[Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#dev

Qt Continuous Integration System ci-noreply at qt-project.org
Tue Mar 19 02:18:45 CET 2013


Autotests `tst_qmenubar' and `tst_qtooltip' failed :(

  Testing tst_QToolTip
  FAIL!  : tst_QToolTip::task183679(Shift) Compared values are not the same
     Actual   (QToolTip::isVisible()): 0
     Expected (visible): 1
     Loc: [tst_qtooltip.cpp(122)]
  FAIL!  : tst_QToolTip::task183679(Control) Compared values are not the same
     Actual   (QToolTip::isVisible()): 0
     Expected (visible): 1
     Loc: [tst_qtooltip.cpp(122)]
  FAIL!  : tst_QToolTip::task183679(Alt) Compared values are not the same
     Actual   (QToolTip::isVisible()): 0
     Expected (visible): 1
     Loc: [tst_qtooltip.cpp(122)]
  FAIL!  : tst_QToolTip::task183679(Meta) Compared values are not the same
     Actual   (QToolTip::isVisible()): 0
     Expected (visible): 1
     Loc: [tst_qtooltip.cpp(122)]
  Totals: 5 passed, 4 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QToolTip *********
  Config: Using QTest library 5.1.0, Qt 5.1.0
  PASS   : tst_QToolTip::initTestCase()
  PASS   : tst_QToolTip::task183679(non-modifier)
  FAIL!  : tst_QToolTip::task183679(Shift) Compared values are not the same
     Actual   (QToolTip::isVisible()): 0
     Expected (visible): 1
     Loc: [tst_qtooltip.cpp(122)]
  FAIL!  : tst_QToolTip::task183679(Control) Compared values are not the same
     Actual   (QToolTip::isVisible()): 0
     Expected (visible): 1
     Loc: [tst_qtooltip.cpp(122)]
  FAIL!  : tst_QToolTip::task183679(Alt) Compared values are not the same
     Actual   (QToolTip::isVisible()): 0
     Expected (visible): 1
     Loc: [tst_qtooltip.cpp(122)]
  FAIL!  : tst_QToolTip::task183679(Meta) Compared values are not the same
     Actual   (QToolTip::isVisible()): 0
     Expected (visible): 1
     Loc: [tst_qtooltip.cpp(122)]
  PASS   : tst_QToolTip::whatsThis()
  PASS   : tst_QToolTip::setPalette()
  PASS   : tst_QToolTip::cleanupTestCase()
  Totals: 5 passed, 4 failed, 0 skipped
  ********* Finished testing of tst_QToolTip *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qtooltip: 21 seconds, exit code 4
  
  Testing tst_QMenuBar
  FAIL!  : tst_QMenuBar::task256322_highlight() Compared pointers are not the same
     Actual   (win.menuBar()->activeAction()): 0x0
     Expected (nothing): 0x103132e80
     Loc: [tst_qmenubar.cpp(1188)]
  Totals: 17 passed, 1 failed, 1 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QMenuBar *********
  Config: Using QTest library 5.1.0, Qt 5.1.0
  PASS   : tst_QMenuBar::initTestCase()
  PASS   : tst_QMenuBar::getSetCheck()
  PASS   : tst_QMenuBar::clear()
  PASS   : tst_QMenuBar::removeItemAt(first)
  PASS   : tst_QMenuBar::removeItemAt(middle)
  PASS   : tst_QMenuBar::removeItemAt(last)
  PASS   : tst_QMenuBar::removeItem(first)
  PASS   : tst_QMenuBar::removeItem(middle)
  PASS   : tst_QMenuBar::removeItem(last)
  PASS   : tst_QMenuBar::count()
  PASS   : tst_QMenuBar::insertItem_QString_QObject()
  PASS   : tst_QMenuBar::check_endKey()
  PASS   : tst_QMenuBar::check_homeKey()
  SKIP   : tst_QMenuBar::check_altPress() this is not supposed to work in the macintosh style. Skipping.
     Loc: [tst_qmenubar.cpp(986)]
  PASS   : tst_QMenuBar::task223138_triggered()
  QWARN  : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  QWARN  : tst_QMenuBar::task256322_highlight() void TestNamespace::QCocoaWindow::syncWindowState(Qt::WindowState) invalid window content view size, check your window geometry
  FAIL!  : tst_QMenuBar::task256322_highlight() Compared pointers are not the same
     Actual   (win.menuBar()->activeAction()): 0x0
     Expected (nothing): 0x107e1ad90
     Loc: [tst_qmenubar.cpp(1188)]
  PASS   : tst_QMenuBar::menubarSizeHint()
  PASS   : tst_QMenuBar::taskQTBUG11823_crashwithInvisibleActions()
  PASS   : tst_QMenuBar::cleanupTestCase()
  Totals: 17 passed, 1 failed, 1 skipped
  ********* Finished testing of tst_QMenuBar *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qmenubar: 3 seconds, exit code 1

  Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_00670/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz

  Tested changes (refs/builds/dev_1363649975):
    http://codereview.qt-project.org/50917 [PS2] - Fix wildcard signal disconnection in QDBusAbstractInterface
    http://codereview.qt-project.org/50916 [PS2] - Make sure that signal disconnects don't disconnect too much
    http://codereview.qt-project.org/50343 [PS2] - Make sure that we #include qconfig.h before testing for features.
    http://codereview.qt-project.org/51250 [PS1] - iOS: Use didFinishLaunchingWithOptions to support iOS < 6.0
    http://codereview.qt-project.org/51225 [PS1] - Fix build on iOS by using QOPENGLF_APIENTRY intead of APIENTRY directly
    http://codereview.qt-project.org/49483 [PS8] - Perform kerning in QRawFont::advancesForGlyphIndexes
    http://codereview.qt-project.org/51140 [PS1] - fix non-bootstrapped build
    http://codereview.qt-project.org/51139 [PS1] - move the setup of QT_INSTALL_DOCS from qdoc to qt_docs.prf
    http://codereview.qt-project.org/51157 [PS2] - QLocalePrivate: Add convenience language/script/country to code helpers
    http://codereview.qt-project.org/50958 [PS4] - Improve QTextEngine::elidedText() in TextShowMnemonic mode
    http://codereview.qt-project.org/51164 [PS2] - Document ResourceError
    http://codereview.qt-project.org/51148 [PS2] - tst_qlockfile: increase delay on Windows.



More information about the Ci-reports mailing list