[Ci-reports] fail on QtBase_dev_Integration #5591

Qt Continuous Integration System ci-noreply at qt-project.org
Wed Feb 4 11:54:08 CET 2015


Autotest `tst_json' failed :(

  Testing tst_QtJson
  FAIL!  : tst_QtJson::testDebugStream() Not all expected messages were received
  Totals: 86 passed, 1 failed, 2 skipped, 0 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QtJson *********
  Config: Using QtTest library 5.5.0, Qt 5.5.0 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 4.6.3)
  PASS   : tst_QtJson::initTestCase()
  PASS   : tst_QtJson::testValueSimple()
  PASS   : tst_QtJson::testNumbers()
  PASS   : tst_QtJson::testNumbers_2()
  PASS   : tst_QtJson::testNumbers_3()
  PASS   : tst_QtJson::testObjectSimple()
  PASS   : tst_QtJson::testObjectSmallKeys()
  PASS   : tst_QtJson::testArraySimple()
  PASS   : tst_QtJson::testValueObject()
  PASS   : tst_QtJson::testValueArray()
  PASS   : tst_QtJson::testObjectNested()
  PASS   : tst_QtJson::testArrayNested()
  PASS   : tst_QtJson::testArrayNestedEmpty()
  PASS   : tst_QtJson::testArrayComfortOperators()
  PASS   : tst_QtJson::testObjectNestedEmpty()
  PASS   : tst_QtJson::testValueRef()
  PASS   : tst_QtJson::testObjectIteration()
  PASS   : tst_QtJson::testArrayIteration()
  PASS   : tst_QtJson::testObjectFind()
  PASS   : tst_QtJson::testDocument()
  PASS   : tst_QtJson::nullValues()
  PASS   : tst_QtJson::nullArrays()
  PASS   : tst_QtJson::nullObject()
  PASS   : tst_QtJson::constNullObject()
  PASS   : tst_QtJson::keySorting()
  PASS   : tst_QtJson::undefinedValues()
  PASS   : tst_QtJson::fromVariant()
  PASS   : tst_QtJson::fromVariantMap()
  PASS   : tst_QtJson::fromVariantHash()
  PASS   : tst_QtJson::toVariantMap()
  PASS   : tst_QtJson::toVariantHash()
  PASS   : tst_QtJson::toVariantList()
  PASS   : tst_QtJson::toJson()
  PASS   : tst_QtJson::toJsonSillyNumericValues()
  PASS   : tst_QtJson::toJsonLargeNumericValues()
  PASS   : tst_QtJson::fromJson()
  PASS   : tst_QtJson::fromJsonErrors()
  PASS   : tst_QtJson::fromBinary()
  PASS   : tst_QtJson::toAndFromBinary(test.json)
  PASS   : tst_QtJson::toAndFromBinary(test2.json)
  PASS   : tst_QtJson::parseNumbers()
  PASS   : tst_QtJson::parseStrings()
  PASS   : tst_QtJson::parseDuplicateKeys()
  PASS   : tst_QtJson::testParser()
  PASS   : tst_QtJson::compactArray()
  PASS   : tst_QtJson::compactObject()
  PASS   : tst_QtJson::validation()
  PASS   : tst_QtJson::assignToDocument()
  PASS   : tst_QtJson::testDuplicateKeys()
  PASS   : tst_QtJson::testCompaction()
  QDEBUG : tst_QtJson::testDebugStream() QJsonValue(array, QJsonArray([1,"foo"]))
  QDEBUG : tst_QtJson::testDebugStream() QJsonValue(object, QJsonObject({"foo":"bar"}))
  INFO   : tst_QtJson::testDebugStream() Did not receive message: "QJsonValue(array, QJsonArray([1,"foo"]) )"
  INFO   : tst_QtJson::testDebugStream() Did not receive message: "QJsonValue(object, QJsonObject({"foo":"bar"}) )"
  FAIL!  : tst_QtJson::testDebugStream() Not all expected messages were received
  PASS   : tst_QtJson::testCompactionError()
  PASS   : tst_QtJson::parseUnicodeEscapes()
  PASS   : tst_QtJson::assignObjects()
  PASS   : tst_QtJson::assignArrays()
  PASS   : tst_QtJson::testTrailingComma()
  PASS   : tst_QtJson::testDetachBug()
  PASS   : tst_QtJson::testJsonValueRefDefault()
  PASS   : tst_QtJson::valueEquals()
  PASS   : tst_QtJson::objectEquals(two defaults)
  PASS   : tst_QtJson::objectEquals(the same object (1 vs 2))
  PASS   : tst_QtJson::objectEquals(the same object (3 vs 3))
  PASS   : tst_QtJson::objectEquals(different objects (2 vs 3))
  PASS   : tst_QtJson::objectEquals(object vs default)
  PASS   : tst_QtJson::objectEquals(default vs empty)
  PASS   : tst_QtJson::objectEquals(empty vs empty)
  PASS   : tst_QtJson::objectEquals(object vs empty)
  PASS   : tst_QtJson::objectEquals(referenced empty vs referenced empty)
  PASS   : tst_QtJson::objectEquals(referenced empty vs object)
  PASS   : tst_QtJson::objectEquals(referenced object vs default)
  PASS   : tst_QtJson::objectEquals(referenced object vs referenced object)
  PASS   : tst_QtJson::objectEquals(referenced object vs object (different))
  PASS   : tst_QtJson::arrayEquals(two defaults)
  PASS   : tst_QtJson::arrayEquals(the same array (1 vs 2))
  PASS   : tst_QtJson::arrayEquals(the same array (3 vs 3))
  PASS   : tst_QtJson::arrayEquals(different arrays (2 vs 3))
  PASS   : tst_QtJson::arrayEquals(array vs default)
  PASS   : tst_QtJson::arrayEquals(default vs empty)
  PASS   : tst_QtJson::arrayEquals(empty vs default)
  PASS   : tst_QtJson::arrayEquals(empty vs empty)
  PASS   : tst_QtJson::arrayEquals(array vs empty)
  PASS   : tst_QtJson::bom()
  PASS   : tst_QtJson::nesting()
  PASS   : tst_QtJson::longStrings()
  SKIP   : tst_QtJson::arrayInitializerList() initializer_list is enabled only with c++11 support
     Loc: [tst_qtjson.cpp(2645)]
  SKIP   : tst_QtJson::objectInitializerList() initializer_list is enabled only with c++11 support
     Loc: [tst_qtjson.cpp(2698)]
  PASS   : tst_QtJson::unicodeKeys()
  PASS   : tst_QtJson::garbageAtEnd()
  PASS   : tst_QtJson::cleanupTestCase()
  Totals: 86 passed, 1 failed, 2 skipped, 0 blacklisted
  ********* Finished testing of tst_QtJson *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_json: 2 seconds, exit code 1

  Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_05591/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz

  Tested changes (refs/builds/dev_1423044940):
    http://codereview.qt-project.org/105248 [PS1] - Fix build of egl integration
    http://codereview.qt-project.org/105245 [PS1] - QDialog: don't tell native dialog to hide if never shown
    http://codereview.qt-project.org/104842 [PS2] - Remove unused qdrawhelper_sse_p.h header
    http://codereview.qt-project.org/105199 [PS1] - [QMath3D] Add public c-tors that do not initialize the contents
    http://codereview.qt-project.org/104476 [PS3] - QtCore: Use QDebugStateSaver in (almost) all QDebug operator<<
    http://codereview.qt-project.org/91862 [PS12] - Use Q_ENUM and Q_FLAG in the Qt namespace
    http://codereview.qt-project.org/91867 [PS11] - Use Q_ENUM and Q_FLAG for types in QtCore
    http://codereview.qt-project.org/103240 [PS6] - Windows: Allow for passing a modified argv to QCoreApplication.
    http://codereview.qt-project.org/105271 [PS1] - Diaglib: Fix compilation with MSVC 2010 / SDK 7.X.
    http://codereview.qt-project.org/105209 [PS1] - Make .la file generation reproducible in qmake
    http://codereview.qt-project.org/105196 [PS1] - Remove __DATE__ usage from qtbase



More information about the Ci-reports mailing list