[Ci-reports] fail on QtBase_5.4_Integration #321

Qt Continuous Integration System ci-noreply at qt-project.org
Fri Sep 19 22:57:19 CEST 2014


Autotest `tst_qfile' failed :(

  Testing tst_QFile
  FAIL!  : tst_QFile::open(exist_writeOnly) Compared values are not the same
     Loc: [../tst_qfile.cpp(569)]
  FAIL!  : tst_QFile::open(exist_append) Compared values are not the same
     Loc: [../tst_qfile.cpp(569)]
  FAIL!  : tst_QFile::open(readonlyfile) Compared values are not the same
     Loc: [../tst_qfile.cpp(569)]
  FAIL!  : tst_QFile::open(noreadfile) Compared values are not the same
     Loc: [../tst_qfile.cpp(569)]
  Totals: 152 passed, 4 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QFile *********
  Config: Using QtTest library 5.4.0, Qt 5.4.0 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 4.6.3)
  PASS   : tst_QFile::initTestCase()
  PASS   : tst_QFile::exists()
  PASS   : tst_QFile::open(exist_readOnly)
  FAIL!  : tst_QFile::open(exist_writeOnly) Compared values are not the same
     Loc: [../tst_qfile.cpp(569)]
  FAIL!  : tst_QFile::open(exist_append) Compared values are not the same
     Loc: [../tst_qfile.cpp(569)]
  PASS   : tst_QFile::open(nonexist_readOnly)
  PASS   : tst_QFile::open(emptyfile)
  PASS   : tst_QFile::open(nullfile)
  PASS   : tst_QFile::open(two-dots)
  FAIL!  : tst_QFile::open(readonlyfile) Compared values are not the same
     Loc: [../tst_qfile.cpp(569)]
  FAIL!  : tst_QFile::open(noreadfile) Compared values are not the same
     Loc: [../tst_qfile.cpp(569)]
  PASS   : tst_QFile::openUnbuffered()
  PASS   : tst_QFile::size(exist01)
  PASS   : tst_QFile::sizeNoExist()
  PASS   : tst_QFile::seek()
  PASS   : tst_QFile::setSize()
  PASS   : tst_QFile::setSizeSeek()
  PASS   : tst_QFile::atEnd()
  PASS   : tst_QFile::readLine()
  PASS   : tst_QFile::readLine2()
  PASS   : tst_QFile::readLineNullInLine()
  PASS   : tst_QFile::readAll(TextMode unixfile)
  PASS   : tst_QFile::readAll(BinaryMode unixfile)
  PASS   : tst_QFile::readAll(TextMode dosfile)
  PASS   : tst_QFile::readAll(BinaryMode dosfile)
  PASS   : tst_QFile::readAll(TextMode bigfile)
  PASS   : tst_QFile::readAll(BinaryMode  bigfile)
  PASS   : tst_QFile::readAllBuffer()
  PASS   : tst_QFile::readAllStdin()
  PASS   : tst_QFile::readLineStdin()
  PASS   : tst_QFile::readLineStdin_lineByLine()
  PASS   : tst_QFile::text()
  PASS   : tst_QFile::missingEndOfLine()
  PASS   : tst_QFile::readBlock()
  PASS   : tst_QFile::getch()
  PASS   : tst_QFile::ungetChar()
  PASS   : tst_QFile::createFile()
  PASS   : tst_QFile::append()
  PASS   : tst_QFile::permissions(data0)
  PASS   : tst_QFile::permissions(data1)
  PASS   : tst_QFile::permissions(readonly)
  PASS   : tst_QFile::permissions(longfile)
  PASS   : tst_QFile::permissions(resource1)
  PASS   : tst_QFile::permissions(resource2)
  PASS   : tst_QFile::permissions(resource3)
  PASS   : tst_QFile::setPermissions()
  PASS   : tst_QFile::copy()
  PASS   : tst_QFile::copyAfterFail()
  PASS   : tst_QFile::copyRemovesTemporaryFile()
  PASS   : tst_QFile::copyShouldntOverwrite()
  PASS   : tst_QFile::copyFallback()
  PASS   : tst_QFile::link()
  PASS   : tst_QFile::linkToDir()
  XFAIL  : tst_QFile::absolutePathLinkToRelativePath() Symlinking using relative paths is currently different on Windows and Unix
     Loc: [../tst_qfile.cpp(1444)]
  PASS   : tst_QFile::absolutePathLinkToRelativePath()
  PASS   : tst_QFile::readBrokenLink()
  PASS   : tst_QFile::readTextFile(empty)
  PASS   : tst_QFile::readTextFile(a)
  PASS   : tst_QFile::readTextFile(a\rb)
  PASS   : tst_QFile::readTextFile(\n)
  PASS   : tst_QFile::readTextFile(\r\n)
  PASS   : tst_QFile::readTextFile(\r)
  PASS   : tst_QFile::readTextFile(twolines)
  PASS   : tst_QFile::readTextFile(twolines no endline)
  PASS   : tst_QFile::readTextFile2()
  PASS   : tst_QFile::writeTextFile(empty)
  PASS   : tst_QFile::writeTextFile(a)
  PASS   : tst_QFile::writeTextFile(a\rb)
  PASS   : tst_QFile::writeTextFile(\n)
  PASS   : tst_QFile::writeTextFile(\r\n)
  PASS   : tst_QFile::writeTextFile(\r)
  PASS   : tst_QFile::writeTextFile(twolines crlf)
  PASS   : tst_QFile::writeTextFile(twolines crlf no endline)
  PASS   : tst_QFile::writeTextFile(twolines lf)
  PASS   : tst_QFile::writeTextFile(twolines lf no endline)
  PASS   : tst_QFile::writeTextFile(mixed)
  PASS   : tst_QFile::flush()
  PASS   : tst_QFile::bufferedRead()
  PASS   : tst_QFile::isSequential()
  PASS   : tst_QFile::encodeName()
  PASS   : tst_QFile::truncate()
  PASS   : tst_QFile::seekToPos()
  PASS   : tst_QFile::seekAfterEndOfFile()
  PASS   : tst_QFile::FILEReadWrite()
  PASS   : tst_QFile::i18nFileName(01)
  PASS   : tst_QFile::longFileName(16 chars)
  PASS   : tst_QFile::longFileName(52 chars)
  PASS   : tst_QFile::longFileName(148 chars)
  PASS   : tst_QFile::longFileName(244 chars)
  PASS   : tst_QFile::longFileName(244 chars to absolutepath)
  PASS   : tst_QFile::fileEngineHandler()
  PASS   : tst_QFile::getCharFF()
  PASS   : tst_QFile::remove_and_exists()
  PASS   : tst_QFile::removeOpenFile()
  PASS   : tst_QFile::fullDisk()
  PASS   : tst_QFile::writeLargeDataBlock(localfile-QFile)
  PASS   : tst_QFile::writeLargeDataBlock(localfile-Fd)
  PASS   : tst_QFile::writeLargeDataBlock(localfile-Stream)
  PASS   : tst_QFile::readFromWriteOnlyFile()
  PASS   : tst_QFile::writeToReadOnlyFile()
  PASS   : tst_QFile::textFile()
  PASS   : tst_QFile::rename(a -> b)
  PASS   : tst_QFile::rename(a -> .)
  PASS   : tst_QFile::rename(renamefile -> renamefile)
  PASS   : tst_QFile::rename(renamefile -> noreadfile)
  PASS   : tst_QFile::rename(renamefile -> /etc/renamefile)
  PASS   : tst_QFile::rename(renamefile -> renamedfile)
  PASS   : tst_QFile::rename(renamefile -> ..)
  PASS   : tst_QFile::rename(renamefile -> rEnAmEfIlE)
  PASS   : tst_QFile::renameWithAtEndSpecialFile()
  PASS   : tst_QFile::renameFallback()
  PASS   : tst_QFile::renameMultiple()
  PASS   : tst_QFile::appendAndRead()
  PASS   : tst_QFile::miscWithUncPathAsCurrentDir()
  PASS   : tst_QFile::standarderror()
  PASS   : tst_QFile::handle()
  PASS   : tst_QFile::nativeHandleLeaks()
  PASS   : tst_QFile::readEof(buffered)
  PASS   : tst_QFile::readEof(unbuffered)
  PASS   : tst_QFile::readEof(sequential,buffered)
  PASS   : tst_QFile::readEof(sequential,unbuffered)
  PASS   : tst_QFile::map(zero)
  PASS   : tst_QFile::map(small, but 0)
  PASS   : tst_QFile::map(a page)
  PASS   : tst_QFile::map(+page)
  PASS   : tst_QFile::map(++page)
  PASS   : tst_QFile::map(bad size)
  PASS   : tst_QFile::map(bad offset)
  PASS   : tst_QFile::map(zerozero)
  PASS   : tst_QFile::mapResource(0, 0)
  PASS   : tst_QFile::mapResource(0, BIG)
  PASS   : tst_QFile::mapResource(-1, 0)
  PASS   : tst_QFile::mapResource(0, -1)
  PASS   : tst_QFile::mapResource(0, 0)
  PASS   : tst_QFile::mapResource(0, BIG)
  PASS   : tst_QFile::mapResource(-1, 0)
  PASS   : tst_QFile::mapResource(0, -1)
  PASS   : tst_QFile::mapResource(0, 1)
  PASS   : tst_QFile::mapOpenMode(ReadOnly)
  PASS   : tst_QFile::mapOpenMode(ReadWrite)
  PASS   : tst_QFile::mapOpenMode(ReadOnly,Unbuffered)
  PASS   : tst_QFile::mapOpenMode(ReadWrite,Unbuffered)
  PASS   : tst_QFile::mapOpenMode(ReadOnly + MapPrivate)
  PASS   : tst_QFile::mapOpenMode(ReadWrite + MapPrivate)
  PASS   : tst_QFile::openStandardStreamsFileDescriptors()
  PASS   : tst_QFile::openStandardStreamsBufferedStreams()
  PASS   : tst_QFile::resize(native)
  PASS   : tst_QFile::resize(fileno)
  PASS   : tst_QFile::resize(stream)
  PASS   : tst_QFile::objectConstructors()
  PASS   : tst_QFile::caseSensitivity()
  PASS   : tst_QFile::autocloseHandle()
  PASS   : tst_QFile::posAfterFailedStat()
  PASS   : tst_QFile::openDirectory()
  PASS   : tst_QFile::writeNothing()
  PASS   : tst_QFile::invalidFile(x11)
  PASS   : tst_QFile::cleanupTestCase()
  Totals: 152 passed, 4 failed, 0 skipped
  ********* Finished testing of tst_QFile *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qfile: 31 seconds, exit code 4

  Build log: http://testresults.qt-project.org/ci/QtBase_5.4_Integration/build_00321/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz

  Tested changes (refs/builds/5.4_1411158100):
    http://codereview.qt-project.org/94973 [PS4] - [Bearer] Try a bit harder to open a network session
    http://codereview.qt-project.org/95339 [PS3] - QFSFileEngine: return PermissionsError when errno == EACCES
    http://codereview.qt-project.org/95152 [PS1] - xcb: Fix memory leaks in DnD
    http://codereview.qt-project.org/95127 [PS1] - Keep a source of propagated mouse events
    http://codereview.qt-project.org/95126 [PS1] - Set a missing source for mouse events synthesized by Qt



More information about the Ci-reports mailing list