Autotest `tst_qqmlqt' failed :(

  Testing tst_qqmlqt
  FAIL!  : tst_qqmlqt::createComponent() 'object->property("success").toBool()' 
returned FALSE. ()
     Loc: 
[/work/build/qt/qtdeclarative/tests/auto/qml/qqmlqt/tst_qqmlqt.cpp(598)]
  Totals: 51 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_qqmlqt *********
  Config: Using QtTest library 5.2.0, Qt 5.2.0
  PASS   : tst_qqmlqt::initTestCase()
  PASS   : tst_qqmlqt::enums()
  PASS   : tst_qqmlqt::rgba()
  PASS   : tst_qqmlqt::hsla()
  PASS   : tst_qqmlqt::colorEqual()
  PASS   : tst_qqmlqt::rect()
  PASS   : tst_qqmlqt::point()
  PASS   : tst_qqmlqt::size()
  PASS   : tst_qqmlqt::vector2d()
  PASS   : tst_qqmlqt::vector3d()
  PASS   : tst_qqmlqt::vector4d()
  PASS   : tst_qqmlqt::quaternion()
  PASS   : tst_qqmlqt::matrix4x4()
  PASS   : tst_qqmlqt::font()
  PASS   : tst_qqmlqt::lighter()
  PASS   : tst_qqmlqt::darker()
  PASS   : tst_qqmlqt::tint()
  PASS   : tst_qqmlqt::openUrlExternally()
  PASS   : tst_qqmlqt::openUrlExternally_pragmaLibrary()
  PASS   : tst_qqmlqt::md5()
  FAIL!  : tst_qqmlqt::createComponent() 'object->property("success").toBool()' 
returned FALSE. ()
     Loc: 
[/work/build/qt/qtdeclarative/tests/auto/qml/qqmlqt/tst_qqmlqt.cpp(598)]
  PASS   : tst_qqmlqt::createComponent_pragmaLibrary()
  PASS   : tst_qqmlqt::createQmlObject()
  PASS   : tst_qqmlqt::dateTimeConversion()
  PASS   : tst_qqmlqt::dateTimeFormatting(formatDate)
  PASS   : tst_qqmlqt::dateTimeFormatting(formatTime)
  PASS   : tst_qqmlqt::dateTimeFormatting(formatDateTime)
  PASS   : tst_qqmlqt::dateTimeFormattingVariants(formatDate, qtime)
  PASS   : tst_qqmlqt::dateTimeFormattingVariants(formatDateTime, qtime)
  PASS   : tst_qqmlqt::dateTimeFormattingVariants(formatTime, qtime)
  PASS   : tst_qqmlqt::dateTimeFormattingVariants(formatDate, qdate)
  PASS   : tst_qqmlqt::dateTimeFormattingVariants(formatDateTime, qdate)
  PASS   : tst_qqmlqt::dateTimeFormattingVariants(formatTime, qdate)
  PASS   : tst_qqmlqt::dateTimeFormattingVariants(formatDate, qdatetime)
  PASS   : tst_qqmlqt::dateTimeFormattingVariants(formatDateTime, qdatetime)
  PASS   : tst_qqmlqt::dateTimeFormattingVariants(formatTime, qdatetime)
  PASS   : tst_qqmlqt::dateTimeFormattingVariants(formatDate, qstring)
  PASS   : tst_qqmlqt::dateTimeFormattingVariants(formatDateTime, qstring)
  PASS   : tst_qqmlqt::dateTimeFormattingVariants(formatTime, qstring)
  PASS   : tst_qqmlqt::dateTimeFormattingVariants(formatDate, qcolor)
  PASS   : tst_qqmlqt::dateTimeFormattingVariants(formatDateTime, qcolor)
  PASS   : tst_qqmlqt::dateTimeFormattingVariants(formatTime, qcolor)
  PASS   : tst_qqmlqt::dateTimeFormattingVariants(formatDate, int)
  PASS   : tst_qqmlqt::dateTimeFormattingVariants(formatDateTime, int)
  PASS   : tst_qqmlqt::dateTimeFormattingVariants(formatTime, int)
  PASS   : tst_qqmlqt::isQtObject()
  PASS   : tst_qqmlqt::btoa()
  PASS   : tst_qqmlqt::atob()
  PASS   : tst_qqmlqt::fontFamilies()
  PASS   : tst_qqmlqt::quit()
  PASS   : tst_qqmlqt::resolvedUrl()
  PASS   : tst_qqmlqt::cleanupTestCase()
  Totals: 51 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_qqmlqt *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qqmlqt: 13 seconds, exit code 1

  Build log: 
http://testresults.qt-project.org/ci/QtDeclarative_wip_v4_Integration/build_00025/linux-g++_shadow-build_Ubuntu_11.10_x86/log.txt.gz

  Tested changes (refs/builds/wip/v4_1372423265):
    http://codereview.qt-project.org/60099 [PS1] - Prospective MSVC build fix
    http://codereview.qt-project.org/60095 [PS1] - Fix IdentifierHash::findId()
    http://codereview.qt-project.org/60085 [PS1] - Fix compilation with clang
    http://codereview.qt-project.org/60084 [PS1] - We need to allow storing the 
value of UINT_MAX as an identifier
    http://codereview.qt-project.org/60083 [PS1] - Don't convert to a temporary 
QString just to compute it's hash
    http://codereview.qt-project.org/60075 [PS1] - Reuse the hash value inside 
identifier to hash them
    http://codereview.qt-project.org/60068 [PS3] - Move the IdentifierTable 
into it's own file
    http://codereview.qt-project.org/60067 [PS3] - Convert 
QV8Engine::illegalNames() to use the identifier hash
    http://codereview.qt-project.org/60066 [PS3] - Convert IdentifierHash to be 
template based
    http://codereview.qt-project.org/60065 [PS3] - Get rid of QQmlIntegerCache
    http://codereview.qt-project.org/60064 [PS3] - Add a replacement for 
QQmlIntegerCache
    http://codereview.qt-project.org/60017 [PS5] - Rewrite identifier table
    http://codereview.qt-project.org/60016 [PS4] - Rename IdentifierHash to 
IdentifierTable
    http://codereview.qt-project.org/60015 [PS4] - Remove some unused code and 
forward declarations
    http://codereview.qt-project.org/59910 [PS5] - Introduce an Identifier class
    http://codereview.qt-project.org/59909 [PS5] - Get rid of QHashedV4String
    http://codereview.qt-project.org/59826 [PS5] - Remove a potentially 
dangerous optimisation
    http://codereview.qt-project.org/59825 [PS5] - Remove the symbol 
optimisation from hashed string
    http://codereview.qt-project.org/59824 [PS5] - Remove an overoptimisation 
that was only used (wrongly) in one place
    http://codereview.qt-project.org/59823 [PS5] - More correct assertion in 
QHasheV4String
    http://codereview.qt-project.org/59822 [PS5] - A frozen class is also sealed
    http://codereview.qt-project.org/59780 [PS5] - Don't use a PersistentValue 
in QHashedV4String
    http://codereview.qt-project.org/59779 [PS5] - Some optimisations for 
QV4::Script
    http://codereview.qt-project.org/59778 [PS5] - Speed up QV4::InternalClass
_______________________________________________
Ci-reports mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/ci-reports

Reply via email to