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

Qt Continuous Integration System ci-noreply at qt-project.org
Wed Sep 18 14:33:33 CEST 2013


Autotest `tst_qiodevice' failed :(

  Testing tst_QIODevice
  FAIL!  : tst_QIODevice::constructing_QTcpSocket() 'socket.waitForConnected(30000)' returned FALSE. ()
  tst_qiodevice.cpp(107) : failure location
  FAIL!  : tst_QIODevice::unget() 'socket.waitForReadyRead()' returned FALSE. ()
  tst_qiodevice.cpp(265) : failure location
  Totals: 54 passed, 2 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QIODevice *********
  Config: Using QtTest library 5.2.0, Qt 5.2.0
  PASS   : tst_QIODevice::initTestCase()
  PASS   : tst_QIODevice::getSetCheck()
  FAIL!  : tst_QIODevice::constructing_QTcpSocket() 'socket.waitForConnected(30000)' returned FALSE. ()
  tst_qiodevice.cpp(107) : failure location
  PASS   : tst_QIODevice::constructing_QFile()
  PASS   : tst_QIODevice::read_QByteArray()
  FAIL!  : tst_QIODevice::unget() 'socket.waitForReadyRead()' returned FALSE. ()
  tst_qiodevice.cpp(265) : failure location
  PASS   : tst_QIODevice::peek()
  PASS   : tst_QIODevice::peekAndRead()
  PASS   : tst_QIODevice::readLine(0)
  PASS   : tst_QIODevice::readLine(1)
  PASS   : tst_QIODevice::readLine(8194)
  PASS   : tst_QIODevice::readLine(8193)
  PASS   : tst_QIODevice::readLine(8192)
  PASS   : tst_QIODevice::readLine(8191)
  PASS   : tst_QIODevice::readLine(6000)
  PASS   : tst_QIODevice::readLine(4096)
  PASS   : tst_QIODevice::readLine(4095)
  PASS   : tst_QIODevice::readLine2(1024 - 4)
  PASS   : tst_QIODevice::readLine2(1024 - 3)
  PASS   : tst_QIODevice::readLine2(1024 - 2)
  PASS   : tst_QIODevice::readLine2(1024 - 1)
  PASS   : tst_QIODevice::readLine2(1024)
  PASS   : tst_QIODevice::readLine2(1024 + 1)
  PASS   : tst_QIODevice::readLine2(1024 + 2)
  PASS   : tst_QIODevice::readLine2(4096 - 4)
  PASS   : tst_QIODevice::readLine2(4096 - 3)
  PASS   : tst_QIODevice::readLine2(4096 - 2)
  PASS   : tst_QIODevice::readLine2(4096 - 1)
  PASS   : tst_QIODevice::readLine2(4096)
  PASS   : tst_QIODevice::readLine2(4096 + 1)
  PASS   : tst_QIODevice::readLine2(4096 + 2)
  PASS   : tst_QIODevice::readLine2(8192 - 4)
  PASS   : tst_QIODevice::readLine2(8192 - 3)
  PASS   : tst_QIODevice::readLine2(8192 - 2)
  PASS   : tst_QIODevice::readLine2(8192 - 1)
  PASS   : tst_QIODevice::readLine2(8192)
  PASS   : tst_QIODevice::readLine2(8192 + 1)
  PASS   : tst_QIODevice::readLine2(8192 + 2)
  PASS   : tst_QIODevice::readLine2(16384 - 4)
  PASS   : tst_QIODevice::readLine2(16384 - 3)
  PASS   : tst_QIODevice::readLine2(16384 - 2)
  PASS   : tst_QIODevice::readLine2(16384 - 1)
  PASS   : tst_QIODevice::readLine2(16384)
  PASS   : tst_QIODevice::readLine2(16384 + 1)
  PASS   : tst_QIODevice::readLine2(16384 + 2)
  PASS   : tst_QIODevice::readLine2(20000)
  PASS   : tst_QIODevice::readLine2(32768 - 4)
  PASS   : tst_QIODevice::readLine2(32768 - 3)
  PASS   : tst_QIODevice::readLine2(32768 - 2)
  PASS   : tst_QIODevice::readLine2(32768 - 1)
  PASS   : tst_QIODevice::readLine2(32768)
  PASS   : tst_QIODevice::readLine2(32768 + 1)
  PASS   : tst_QIODevice::readLine2(32768 + 2)
  PASS   : tst_QIODevice::readLine2(40000)
  PASS   : tst_QIODevice::peekBug()
  PASS   : tst_QIODevice::cleanupTestCase()
  Totals: 54 passed, 2 failed, 0 skipped
  ********* Finished testing of tst_QIODevice *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qiodevice: 121 seconds, exit code 2

  Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_01882/win32-msvc2010_Windows_7/log.txt.gz

  Tested changes (refs/builds/dev_1379502796):
    http://codereview.qt-project.org/65748 [PS2] - QMutex: fix race on 'owner' in the recursive case
    http://codereview.qt-project.org/64448 [PS8] - libpng: Add WinRT compatibility
    http://codereview.qt-project.org/64451 [PS4] - WinRT: Shared memory support
    http://codereview.qt-project.org/65573 [PS1] - WinRT: Compile fix for qelapsedtimer_win.cpp
    http://codereview.qt-project.org/65594 [PS1] - Don't automatically create a platform window on content orientation change
    http://codereview.qt-project.org/65754 [PS1] - Don't try to allocate a msaa FBO when it is not supported.
    http://codereview.qt-project.org/65771 [PS1] - Fix android after Eglfs binary compatibility break
    http://codereview.qt-project.org/65649 [PS1] - Fix QGLWidget segfault on Android
    http://codereview.qt-project.org/65694 [PS1] - Fix memory leaks in the FT font engine
    http://codereview.qt-project.org/65568 [PS2] - Merge remote-tracking branch 'origin/stable' into dev



More information about the Ci-reports mailing list