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

Qt Continuous Integration System ci-noreply at qt-project.org
Tue Oct 14 17:19:37 CEST 2014


Autotest `tst_qfile' failed :(

  Testing tst_QFile
  FAIL!  : tst_QFile::open(exist_writeOnly) Compared values are not the same
  ..\tst_qfile.cpp(563) : failure location
  FAIL!  : tst_QFile::open(exist_append) Compared values are not the same
  ..\tst_qfile.cpp(563) : failure location
  FAIL!  : tst_QFile::open(readonlyfile) Compared values are not the same
  ..\tst_qfile.cpp(563) : failure location
  Totals: 170 passed, 3 failed, 1 skipped, 0 blacklisted
  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 (i386-little_endian-ilp32 shared (dynamic) release build; by MSVC 2010)
  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
  ..\tst_qfile.cpp(563) : failure location
  FAIL!  : tst_QFile::open(exist_append) Compared values are not the same
  ..\tst_qfile.cpp(563) : failure location
  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
  ..\tst_qfile.cpp(563) : failure location
  XFAIL  : tst_QFile::open(noreadfile) Windows does not currently support non-readable files.
  ..\tst_qfile.cpp(561) : failure location
  PASS   : tst_QFile::open(noreadfile)
  PASS   : tst_QFile::open(//./PhysicalDrive0)
  PASS   : tst_QFile::open(uncFile)
  PASS   : tst_QFile::openUnbuffered()
  PASS   : tst_QFile::size(exist01)
  PASS   : tst_QFile::size(unc)
  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::permissionsNtfs(data0)
  PASS   : tst_QFile::permissionsNtfs(data1)
  XFAIL  : tst_QFile::permissionsNtfs(readonly) QTBUG-25630
  ..\tst_qfile.cpp(1197) : failure location
  PASS   : tst_QFile::permissionsNtfs(readonly)
  PASS   : tst_QFile::permissionsNtfs(longfile)
  PASS   : tst_QFile::permissionsNtfs(resource1)
  PASS   : tst_QFile::permissionsNtfs(resource2)
  PASS   : tst_QFile::permissionsNtfs(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
  ..\tst_qfile.cpp(1438) : failure location
  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::largeUncFileSupport()
  PASS   : tst_QFile::flush()
  PASS   : tst_QFile::bufferedRead()
  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()
  SKIP   : tst_QFile::fullDisk() /dev/full doesn't exist on this system
  ..\tst_qfile.cpp(2198) : failure location
  PASS   : tst_QFile::writeLargeDataBlock(localfile-QFile)
  PASS   : tst_QFile::writeLargeDataBlock(localfile-Fd)
  PASS   : tst_QFile::writeLargeDataBlock(localfile-Stream)
  PASS   : tst_QFile::writeLargeDataBlock(unc file)
  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 -> 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::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::mapWrittenFile(buffered)
  PASS   : tst_QFile::mapWrittenFile(unbuffered)
  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(colon2)
  PASS   : tst_QFile::invalidFile(colon3)
  PASS   : tst_QFile::invalidFile(forwardslash)
  PASS   : tst_QFile::invalidFile(asterisk)
  PASS   : tst_QFile::invalidFile(questionmark)
  PASS   : tst_QFile::invalidFile(quote)
  PASS   : tst_QFile::invalidFile(lt)
  PASS   : tst_QFile::invalidFile(gt)
  PASS   : tst_QFile::invalidFile(pipe)
  PASS   : tst_QFile::cleanupTestCase()
  Totals: 170 passed, 3 failed, 1 skipped, 0 blacklisted
  ********* Finished testing of tst_QFile *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qfile: 41 seconds, exit code 3

  Build log: http://testresults.qt-project.org/ci/QtBase_5.4_Integration/build_00476/win32-msvc2010_opengl_dynamic_Windows_7/log.txt.gz

  Tested changes (refs/builds/5.4_1413296370):
    http://codereview.qt-project.org/94645 [PS2] - Fix tst_QEventLoop::processEventsExcludeSocket test
    http://codereview.qt-project.org/93658 [PS4] - Properly detect UTF-8 BOM markers in ini files
    http://codereview.qt-project.org/96289 [PS2] - Report the system error on why chmod(2) failed in XDG_RUNTIME_DIR
    http://codereview.qt-project.org/96288 [PS1] - Don't always chmod the XDG_RUNTIME_DIR
    http://codereview.qt-project.org/95339 [PS4] - QFSFileEngine: return PermissionsError when errno == EACCES
    http://codereview.qt-project.org/96899 [PS3] - Prevent 'recursive' update events when calling QToolButton::setMenu()
    http://codereview.qt-project.org/96639 [PS2] - QSettings: Prevent assert when passing empty keys.
    http://codereview.qt-project.org/96996 [PS1] - Doc: removed unnecessary text
    http://codereview.qt-project.org/96981 [PS2] - Fix QOpenGLWidget on Cocoa when used as viewport
    http://codereview.qt-project.org/96995 [PS1] - Merge remote-tracking branch 'origin/5.3' into 5.4
    http://codereview.qt-project.org/96720 [PS2] - Cocoa: Send obscure events on OcclusionStateHidden
    http://codereview.qt-project.org/96427 [PS1] - Consolidate how contentDescription is calculated.
    http://codereview.qt-project.org/96984 [PS1] - Doc: Improved explanation of quality setting in QImageReader/Writer
    http://codereview.qt-project.org/96948 [PS1] - Merge TextFormat attributes for identical ranges in QInputMethodEvents
    http://codereview.qt-project.org/96983 [PS1] - qdoc: Fixed recursion of \sincelist command handling



More information about the Ci-reports mailing list