[Ci-reports] fail on QtDeclarative_dev_Integration #2642

Qt Continuous Integration System ci-noreply at qt-project.org
Mon Mar 9 15:52:59 CET 2015


twelve autotests failed :(

  Testing tst_qqmlqt
  FAIL!  : tst_qqmlqt::createComponent() Compared values are not the same
     Actual   (object->property("absoluteUrl").toString()): ""
     Expected (QString("http://www.example.com/test.qml")): "http://www.example.com/test.qml"
  tst_qqmlqt.cpp(600) : failure location
  FAIL!  : tst_qqmlqt::createComponent_pragmaLibrary() Compared values are not the same
     Actual   (object->property("status").toInt()): 0
     Expected (int(QQmlComponent::Ready))         : 1
  tst_qqmlqt.cpp(624) : failure location
  FAIL!  : tst_qqmlqt::createQmlObject() Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlqt.cpp(650) : failure location
  Totals: 50 passed, 3 failed, 0 skipped, 0 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_qqmlqt *********
  Config: Using QtTest library 5.6.0, Qt 5.6.0 (i386-little_endian-ilp32 shared (dynamic) release build; by MSVC 2010)
  PASS   : tst_qqmlqt::initTestCase()
  PASS   : tst_qqmlqt::enums()
  PASS   : tst_qqmlqt::rgba()
  PASS   : tst_qqmlqt::hsla()
  PASS   : tst_qqmlqt::hsva()
  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()
  QWARN  : tst_qqmlqt::createComponent() file:///C:/work/build/qt/qtdeclarative/tests/auto/qml/qqmlqt/data/createComponent.qml:23: Error: Cannot assign [undefined] to QString
  FAIL!  : tst_qqmlqt::createComponent() Compared values are not the same
     Actual   (object->property("absoluteUrl").toString()): ""
     Expected (QString("http://www.example.com/test.qml")): "http://www.example.com/test.qml"
  tst_qqmlqt.cpp(600) : failure location
  QWARN  : tst_qqmlqt::createComponent_pragmaLibrary() file:///C:/work/build/qt/qtdeclarative/tests/auto/qml/qqmlqt/data/createComponent_lib.qml:9: Error: Cannot assign [undefined] to int
  FAIL!  : tst_qqmlqt::createComponent_pragmaLibrary() Compared values are not the same
     Actual   (object->property("status").toInt()): 0
     Expected (int(QQmlComponent::Ready))         : 1
  tst_qqmlqt.cpp(624) : failure location
  FAIL!  : tst_qqmlqt::createQmlObject() Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlqt.cpp(650) : failure location
  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: 50 passed, 3 failed, 0 skipped, 0 blacklisted
  ********* Finished testing of tst_qqmlqt *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qqmlqt: 2 seconds, exit code 3
  
  Testing tst_QQmlProfilerService
  FAIL!  : tst_QQmlProfilerService::controlFromJS() 'QQmlDebugTest::waitForSignal(m_client, SIGNAL(complete()))' returned FALSE. (No trace received in time.)
  tst_qqmlprofilerservice.cpp(357) : failure location
  FAIL!  : tst_QQmlProfilerService::controlFromJS() 'm_client->jsHeapMessages.count() > 0' returned FALSE. (no JavaScript heap messages received)
  tst_qqmlprofilerservice.cpp(371) : failure location
  Totals: 10 passed, 2 failed, 0 skipped, 0 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QQmlProfilerService *********
  Config: Using QtTest library 5.6.0, Qt 5.6.0 (i386-little_endian-ilp32 shared (dynamic) release build; by MSVC 2010)
  PASS   : tst_QQmlProfilerService::initTestCase()
  PASS   : tst_QQmlProfilerService::blockingConnectWithTraceEnabled()
  PASS   : tst_QQmlProfilerService::blockingConnectWithTraceDisabled()
  PASS   : tst_QQmlProfilerService::nonBlockingConnect()
  PASS   : tst_QQmlProfilerService::pixmapCacheData()
  PASS   : tst_QQmlProfilerService::scenegraphData()
  PASS   : tst_QQmlProfilerService::profileOnExit()
  QWARN  : tst_QQmlProfilerService::controlFromJS() waitForSignal 2complete() timed out after 5000 ms
  FAIL!  : tst_QQmlProfilerService::controlFromJS() 'QQmlDebugTest::waitForSignal(m_client, SIGNAL(complete()))' returned FALSE. (No trace received in time.)
  tst_qqmlprofilerservice.cpp(357) : failure location
  FAIL!  : tst_QQmlProfilerService::controlFromJS() 'm_client->jsHeapMessages.count() > 0' returned FALSE. (no JavaScript heap messages received)
  tst_qqmlprofilerservice.cpp(371) : failure location
  QDEBUG : tst_QQmlProfilerService::controlFromJS() QML Messages: 0
  QDEBUG : tst_QQmlProfilerService::controlFromJS()
  QDEBUG : tst_QQmlProfilerService::controlFromJS() JavaScript Messages: 0
  QDEBUG : tst_QQmlProfilerService::controlFromJS()
  QDEBUG : tst_QQmlProfilerService::controlFromJS() Asynchronous Messages: 1
  QDEBUG : tst_QQmlProfilerService::controlFromJS() 0 196774799 0 5 "" -1 -1 -1 4
  QDEBUG : tst_QQmlProfilerService::controlFromJS()
  QDEBUG : tst_QQmlProfilerService::controlFromJS() Pixmap Cache Messages: 0
  QDEBUG : tst_QQmlProfilerService::controlFromJS()
  QDEBUG : tst_QQmlProfilerService::controlFromJS() Javascript Heap Messages: 0
  QDEBUG : tst_QQmlProfilerService::controlFromJS()
  QDEBUG : tst_QQmlProfilerService::controlFromJS() Process State: "running"
  QDEBUG : tst_QQmlProfilerService::controlFromJS() Application Output: "QML Debugger: Waiting for connection on port 13773...\r\nProfiling started.\r\nfile:///C:/work/build/qt/qtdeclarative/tests/auto/qml/debugger/qqmlprofilerservice/data/controlFromJS.qml:42: TypeError: Property 'start' of object [object Object] is not a function\r\n"
  QDEBUG : tst_QQmlProfilerService::controlFromJS() Connection State: "Connected, got hello"
  QDEBUG : tst_QQmlProfilerService::controlFromJS() Client State: "Enabled"
  PASS   : tst_QQmlProfilerService::signalSourceLocation()
  PASS   : tst_QQmlProfilerService::javascript()
  PASS   : tst_QQmlProfilerService::cleanupTestCase()
  Totals: 10 passed, 2 failed, 0 skipped, 0 blacklisted
  ********* Finished testing of tst_QQmlProfilerService *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qqmlprofilerservice: 17 seconds, exit code 2
  
  Testing tst_qqmlnotifier
  FAIL!  : tst_qqmlnotifier::testConnectNotify() Compared values are not the same
     Actual   (exportedObject->cppObjectPropConnections): 0
     Expected (1)                                       : 1
  tst_qqmlnotifier.cpp(227) : failure location
  FAIL!  : tst_qqmlnotifier::propertyChange() Compared values are not the same
     Actual   (exportedClass->unboundPropConnections): 0
     Expected (1)                                    : 1
  tst_qqmlnotifier.cpp(296) : failure location
  Totals: 8 passed, 2 failed, 0 skipped, 0 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_qqmlnotifier *********
  Config: Using QtTest library 5.6.0, Qt 5.6.0 (i386-little_endian-ilp32 shared (dynamic) release build; by MSVC 2010)
  PASS   : tst_qqmlnotifier::initTestCase()
  QWARN  : tst_qqmlnotifier::testConnectNotify() file:///C:/work/build/qt/qtdeclarative/tests/auto/qml/qqmlnotifier/data/connectnotify.qml:25:23: Unable to assign [undefined] to int
  FAIL!  : tst_qqmlnotifier::testConnectNotify() Compared values are not the same
     Actual   (exportedObject->cppObjectPropConnections): 0
     Expected (1)                                       : 1
  tst_qqmlnotifier.cpp(227) : failure location
  QWARN  : tst_qqmlnotifier::removeV4Binding() file:///C:/work/build/qt/qtdeclarative/tests/auto/qml/qqmlnotifier/data/connectnotify.qml:25:23: Unable to assign [undefined] to int
  PASS   : tst_qqmlnotifier::removeV4Binding()
  QWARN  : tst_qqmlnotifier::removeV4Binding2() file:///C:/work/build/qt/qtdeclarative/tests/auto/qml/qqmlnotifier/data/connectnotify.qml:25:23: Unable to assign [undefined] to int
  PASS   : tst_qqmlnotifier::removeV4Binding2()
  QWARN  : tst_qqmlnotifier::removeV8Binding() file:///C:/work/build/qt/qtdeclarative/tests/auto/qml/qqmlnotifier/data/connectnotify.qml:25:23: Unable to assign [undefined] to int
  PASS   : tst_qqmlnotifier::removeV8Binding()
  QWARN  : tst_qqmlnotifier::removeScriptBinding() file:///C:/work/build/qt/qtdeclarative/tests/auto/qml/qqmlnotifier/data/connectnotify.qml:25:23: Unable to assign [undefined] to int
  PASS   : tst_qqmlnotifier::removeScriptBinding()
  QWARN  : tst_qqmlnotifier::readProperty() file:///C:/work/build/qt/qtdeclarative/tests/auto/qml/qqmlnotifier/data/connectnotify.qml:25:23: Unable to assign [undefined] to int
  PASS   : tst_qqmlnotifier::readProperty()
  QWARN  : tst_qqmlnotifier::propertyChange() file:///C:/work/build/qt/qtdeclarative/tests/auto/qml/qqmlnotifier/data/connectnotify.qml:25:23: Unable to assign [undefined] to int
  QWARN  : tst_qqmlnotifier::propertyChange() file:///C:/work/build/qt/qtdeclarative/tests/auto/qml/qqmlnotifier/data/connectnotify.qml:71:52: Unable to assign [undefined] to int
  FAIL!  : tst_qqmlnotifier::propertyChange() Compared values are not the same
     Actual   (exportedClass->unboundPropConnections): 0
     Expected (1)                                    : 1
  tst_qqmlnotifier.cpp(296) : failure location
  QWARN  : tst_qqmlnotifier::disconnectOnDestroy() file:///C:/work/build/qt/qtdeclarative/tests/auto/qml/qqmlnotifier/data/connectnotify.qml:25:23: Unable to assign [undefined] to int
  PASS   : tst_qqmlnotifier::disconnectOnDestroy()
  PASS   : tst_qqmlnotifier::cleanupTestCase()
  Totals: 8 passed, 2 failed, 0 skipped, 0 blacklisted
  ********* Finished testing of tst_qqmlnotifier *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qqmlnotifier: 0.887488 seconds, exit code 2
  
  Testing tst_QQmlEngineDebugService
  FAIL!  : tst_QQmlEngineDebugService::queryObject(recursive) Compared values are not the same
     Actual   (findProperty(text.properties, "color").value): QVariant(QColor,)
     Expected (qVariantFromValue(QColor("blue")))           : QVariant(QColor,)
  tst_qqmlenginedebugservice.cpp(692) : failure location
  FAIL!  : tst_QQmlEngineDebugService::queryObjectsForLocation(recursive) Compared values are not the same
     Actual   (findProperty(text.properties, "color").value): QVariant(QColor,)
     Expected (qVariantFromValue(QColor("blue")))           : QVariant(QColor,)
  tst_qqmlenginedebugservice.cpp(764) : failure location
  FAIL!  : tst_QQmlEngineDebugService::queryExpressionResult(blueRect.width) Compared values are not the same
     Actual   (m_dbg->resultExpr()): QVariant(QString,<undefined>)
     Expected (result)             : QVariant(int,500)
  tst_qqmlenginedebugservice.cpp(879) : failure location
  FAIL!  : tst_QQmlEngineDebugService::queryExpressionResultBC(blueRect.width) Compared values are not the same
     Actual   (m_dbg->resultExpr()): QVariant(QString,<undefined>)
     Expected (result)             : QVariant(int,500)
  tst_qqmlenginedebugservice.cpp(927) : failure location
  Totals: 32 passed, 4 failed, 0 skipped, 0 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QQmlEngineDebugService *********
  Config: Using QtTest library 5.6.0, Qt 5.6.0 (i386-little_endian-ilp32 shared (dynamic) release build; by MSVC 2010)
  QWARN  : tst_QQmlEngineDebugService::initTestCase() <Unknown File>:4:31: Unable to assign [undefined] to double
  QWARN  : tst_QQmlEngineDebugService::initTestCase() <Unknown File>:4:144: Unable to assign [undefined] to QColor
  PASS   : tst_QQmlEngineDebugService::initTestCase()
  PASS   : tst_QQmlEngineDebugService::watch_property()
  PASS   : tst_QQmlEngineDebugService::watch_object()
  PASS   : tst_QQmlEngineDebugService::watch_expression(width)
  PASS   : tst_QQmlEngineDebugService::watch_expression(width+10)
  PASS   : tst_QQmlEngineDebugService::watch_context()
  PASS   : tst_QQmlEngineDebugService::watch_file()
  PASS   : tst_QQmlEngineDebugService::queryAvailableEngines()
  PASS   : tst_QQmlEngineDebugService::queryRootContexts()
  PASS   : tst_QQmlEngineDebugService::queryObject(non-recursive)
  FAIL!  : tst_QQmlEngineDebugService::queryObject(recursive) Compared values are not the same
     Actual   (findProperty(text.properties, "color").value): QVariant(QColor,)
     Expected (qVariantFromValue(QColor("blue")))           : QVariant(QColor,)
  tst_qqmlenginedebugservice.cpp(692) : failure location
  PASS   : tst_QQmlEngineDebugService::queryObjectsForLocation(non-recursive)
  FAIL!  : tst_QQmlEngineDebugService::queryObjectsForLocation(recursive) Compared values are not the same
     Actual   (findProperty(text.properties, "color").value): QVariant(QColor,)
     Expected (qVariantFromValue(QColor("blue")))           : QVariant(QColor,)
  tst_qqmlenginedebugservice.cpp(764) : failure location
  PASS   : tst_QQmlEngineDebugService::queryExpressionResult(width + 50)
  FAIL!  : tst_QQmlEngineDebugService::queryExpressionResult(blueRect.width) Compared values are not the same
     Actual   (m_dbg->resultExpr()): QVariant(QString,<undefined>)
     Expected (result)             : QVariant(int,500)
  tst_qqmlenginedebugservice.cpp(879) : failure location
  PASS   : tst_QQmlEngineDebugService::queryExpressionResult(bad expr)
  PASS   : tst_QQmlEngineDebugService::queryExpressionResult(QObject*)
  PASS   : tst_QQmlEngineDebugService::queryExpressionResult(list of QObject*)
  PASS   : tst_QQmlEngineDebugService::queryExpressionResult(varObjMap)
  PASS   : tst_QQmlEngineDebugService::queryExpressionResult(simpleVar)
  PASS   : tst_QQmlEngineDebugService::queryExpressionResultInRootContext()
  PASS   : tst_QQmlEngineDebugService::queryExpressionResultBC(width + 50)
  FAIL!  : tst_QQmlEngineDebugService::queryExpressionResultBC(blueRect.width) Compared values are not the same
     Actual   (m_dbg->resultExpr()): QVariant(QString,<undefined>)
     Expected (result)             : QVariant(int,500)
  tst_qqmlenginedebugservice.cpp(927) : failure location
  PASS   : tst_QQmlEngineDebugService::queryExpressionResultBC(bad expr)
  PASS   : tst_QQmlEngineDebugService::queryExpressionResultBC(QObject*)
  PASS   : tst_QQmlEngineDebugService::queryExpressionResultBC(list of QObject*)
  PASS   : tst_QQmlEngineDebugService::queryExpressionResultBC(varObjMap)
  PASS   : tst_QQmlEngineDebugService::queryExpressionResultBC(simpleVar)
  XFAIL  : tst_QQmlEngineDebugService::setBindingForObject() Cannot retrieve text for a binding (QTBUG-37273)
  tst_qqmlenginedebugservice.cpp(985) : failure location
  PASS   : tst_QQmlEngineDebugService::setBindingForObject()
  PASS   : tst_QQmlEngineDebugService::resetBindingForObject()
  PASS   : tst_QQmlEngineDebugService::setMethodBody()
  PASS   : tst_QQmlEngineDebugService::queryObjectTree()
  PASS   : tst_QQmlEngineDebugService::setBindingInStates()
  PASS   : tst_QQmlEngineDebugService::regression_QTCREATORBUG_7451()
  PASS   : tst_QQmlEngineDebugService::queryObjectWithNonStreamableTypes()
  PASS   : tst_QQmlEngineDebugService::cleanupTestCase()
  Totals: 32 passed, 4 failed, 0 skipped, 0 blacklisted
  ********* Finished testing of tst_QQmlEngineDebugService *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qqmlenginedebugservice: 2 seconds, exit code 4
  
  Testing tst_qqmlengine
  FAIL!  : tst_qqmlengine::trimComponentCache(EmptyComponent-1) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(EmptyComponent-2) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(VMEComponent-1) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(VMEComponent-2) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(EmptyExtendEmptyComponent-1) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(EmptyExtendEmptyComponent-2) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(VMEExtendEmptyComponent-1) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(VMEExtendEmptyComponent-2) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(EmptyExtendVMEComponent-1) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(EmptyExtendVMEComponent-2) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(VMEExtendVMEComponent-1) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(VMEExtendVMEComponent-2) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(EmptyAggregateEmptyComponent-1) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(EmptyAggregateEmptyComponent-2) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(VMEAggregateEmptyComponent-1) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(VMEAggregateEmptyComponent-2) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(EmptyAggregateVMEComponent-1) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(EmptyAggregateVMEComponent-2) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(VMEAggregateVMEComponent-1) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(VMEAggregateVMEComponent-2) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(EmptyPropertyEmptyComponent-1) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(EmptyPropertyEmptyComponent-2) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(VMEPropertyEmptyComponent-1) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(VMEPropertyEmptyComponent-2) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(EmptyPropertyVMEComponent-1) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(EmptyPropertyVMEComponent-2) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(VMEPropertyVMEComponent-1) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(VMEPropertyVMEComponent-2) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(VMETransientEmptyComponent-1) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(VMETransientEmptyComponent-2) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(VMETransientVMEComponent-1) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(VMETransientVMEComponent-2) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(TransientComponent-1) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(TransientComponent-2) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(ReloadComponent) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(LoaderComponent) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(IncubatedComponent) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(TopLevelComponent) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::trimComponentCache(ScriptComponent) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  FAIL!  : tst_qqmlengine::objectOwnership() '(spy.count())' returned FALSE. ()
  tst_qqmlengine.cpp(544) : failure location
  FAIL!  : tst_qqmlengine::multipleEngines() Compared values are not the same
     Actual   (expr1.evaluate().toString()): ""
     Expected (QString("TestName"))        : "TestName"
  tst_qqmlengine.cpp(580) : failure location
  FAIL!  : tst_qqmlengine::urlInterceptor(InterceptTypes) Compared values are not the same
     Actual   (o->property("childString").toString()): ""
     Expected (expectedChildString)                  : "intercepted"
  tst_qqmlengine.cpp(772) : failure location
  FAIL!  : tst_qqmlengine::urlInterceptor(InterceptQmlDir) Compared values are not the same
     Actual   (o->property("childString").toString()): ""
     Expected (expectedChildString)                  : "intercepted"
  tst_qqmlengine.cpp(772) : failure location
  FAIL!  : tst_qqmlengine::urlInterceptor(InterceptStrings) Compared values are not the same
     Actual   (o->property("childString").toString()): ""
     Expected (expectedChildString)                  : "base file"
  tst_qqmlengine.cpp(772) : failure location
  Totals: 23 passed, 44 failed, 0 skipped, 0 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_qqmlengine *********
  Config: Using QtTest library 5.6.0, Qt 5.6.0 (i386-little_endian-ilp32 shared (dynamic) release build; by MSVC 2010)
  PASS   : tst_qqmlengine::initTestCase()
  PASS   : tst_qqmlengine::rootContext()
  PASS   : tst_qqmlengine::networkAccessManager()
  QWARN  : tst_qqmlengine::synchronousNetworkAccessManager() QIODevice::read: device not open
  PASS   : tst_qqmlengine::synchronousNetworkAccessManager()
  PASS   : tst_qqmlengine::baseUrl()
  PASS   : tst_qqmlengine::contextForObject()
  PASS   : tst_qqmlengine::offlineStoragePath()
  PASS   : tst_qqmlengine::clearComponentCache()
  QWARN  : tst_qqmlengine::trimComponentCache(EmptyComponent-1) file:///C:/work/build/qt/qtdeclarative/tests/auto/qml/qqmlengine/data/testEmptyComponent.1.qml:9: TypeError: Property 'trim' of object [object Object] is not a function
  FAIL!  : tst_qqmlengine::trimComponentCache(EmptyComponent-1) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  QWARN  : tst_qqmlengine::trimComponentCache(EmptyComponent-2) file:///C:/work/build/qt/qtdeclarative/tests/auto/qml/qqmlengine/data/testEmptyComponent.2.qml:9: TypeError: Property 'trim' of object [object Object] is not a function
  FAIL!  : tst_qqmlengine::trimComponentCache(EmptyComponent-2) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  QWARN  : tst_qqmlengine::trimComponentCache(VMEComponent-1) file:///C:/work/build/qt/qtdeclarative/tests/auto/qml/qqmlengine/data/testVMEComponent.1.qml:9: TypeError: Property 'trim' of object [object Object] is not a function
  FAIL!  : tst_qqmlengine::trimComponentCache(VMEComponent-1) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  QWARN  : tst_qqmlengine::trimComponentCache(VMEComponent-2) file:///C:/work/build/qt/qtdeclarative/tests/auto/qml/qqmlengine/data/testVMEComponent.2.qml:9: TypeError: Property 'trim' of object [object Object] is not a function
  FAIL!  : tst_qqmlengine::trimComponentCache(VMEComponent-2) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  QWARN  : tst_qqmlengine::trimComponentCache(EmptyExtendEmptyComponent-1) file:///C:/work/build/qt/qtdeclarative/tests/auto/qml/qqmlengine/data/testEmptyExtendEmptyComponent.1.qml:9: TypeError: Property 'trim' of object [object Object] is not a function
  FAIL!  : tst_qqmlengine::trimComponentCache(EmptyExtendEmptyComponent-1) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  QWARN  : tst_qqmlengine::trimComponentCache(EmptyExtendEmptyComponent-2) file:///C:/work/build/qt/qtdeclarative/tests/auto/qml/qqmlengine/data/testEmptyExtendEmptyComponent.2.qml:9: TypeError: Property 'trim' of object [object Object] is not a function
  FAIL!  : tst_qqmlengine::trimComponentCache(EmptyExtendEmptyComponent-2) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  QWARN  : tst_qqmlengine::trimComponentCache(VMEExtendEmptyComponent-1) file:///C:/work/build/qt/qtdeclarative/tests/auto/qml/qqmlengine/data/testVMEExtendEmptyComponent.1.qml:9: TypeError: Property 'trim' of object [object Object] is not a function
  FAIL!  : tst_qqmlengine::trimComponentCache(VMEExtendEmptyComponent-1) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  QWARN  : tst_qqmlengine::trimComponentCache(VMEExtendEmptyComponent-2) file:///C:/work/build/qt/qtdeclarative/tests/auto/qml/qqmlengine/data/testVMEExtendEmptyComponent.2.qml:9: TypeError: Property 'trim' of object [object Object] is not a function
  FAIL!  : tst_qqmlengine::trimComponentCache(VMEExtendEmptyComponent-2) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  QWARN  : tst_qqmlengine::trimComponentCache(EmptyExtendVMEComponent-1) file:///C:/work/build/qt/qtdeclarative/tests/auto/qml/qqmlengine/data/testEmptyExtendVMEComponent.1.qml:9: TypeError: Property 'trim' of object [object Object] is not a function
  FAIL!  : tst_qqmlengine::trimComponentCache(EmptyExtendVMEComponent-1) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  QWARN  : tst_qqmlengine::trimComponentCache(EmptyExtendVMEComponent-2) file:///C:/work/build/qt/qtdeclarative/tests/auto/qml/qqmlengine/data/testEmptyExtendVMEComponent.2.qml:9: TypeError: Property 'trim' of object [object Object] is not a function
  FAIL!  : tst_qqmlengine::trimComponentCache(EmptyExtendVMEComponent-2) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  QWARN  : tst_qqmlengine::trimComponentCache(VMEExtendVMEComponent-1) file:///C:/work/build/qt/qtdeclarative/tests/auto/qml/qqmlengine/data/testVMEExtendVMEComponent.1.qml:9: TypeError: Property 'trim' of object [object Object] is not a function
  FAIL!  : tst_qqmlengine::trimComponentCache(VMEExtendVMEComponent-1) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  QWARN  : tst_qqmlengine::trimComponentCache(VMEExtendVMEComponent-2) file:///C:/work/build/qt/qtdeclarative/tests/auto/qml/qqmlengine/data/testVMEExtendVMEComponent.2.qml:9: TypeError: Property 'trim' of object [object Object] is not a function
  FAIL!  : tst_qqmlengine::trimComponentCache(VMEExtendVMEComponent-2) Compared values are not the same
     Actual   (object->property("success").toBool()): 0
     Expected (true)                                : 1
  tst_qqmlengine.cpp(367) : failure location
  (... 874 lines omitted; there are too many errors!)
  tst_qjsonbinding.cpp(266) : failure location
  FAIL!  : tst_qjsonbinding::readValueProperty(number.1) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): ""
     Expected (json)                           : "42.35"
  tst_qjsonbinding.cpp(266) : failure location
  FAIL!  : tst_qjsonbinding::readValueProperty(string.0) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): ""
     Expected (json)                           : "\"hello\""
  tst_qjsonbinding.cpp(266) : failure location
  FAIL!  : tst_qjsonbinding::readValueProperty(object.0) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): ""
     Expected (json)                           : "{}"
  tst_qjsonbinding.cpp(266) : failure location
  FAIL!  : tst_qjsonbinding::readValueProperty(object.1) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): ""
     Expected (json)                           : "{\"foo\":123}"
  tst_qjsonbinding.cpp(266) : failure location
  FAIL!  : tst_qjsonbinding::readValueProperty(object.2) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): ""
     Expected (json)                           : "{\"a\":true,\"b\":false,\"c\":null,\"d\":\"hello\"}"
  tst_qjsonbinding.cpp(266) : failure location
  FAIL!  : tst_qjsonbinding::readValueProperty(object.3) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): ""
     Expected (json)                           : "{\"a\":{\"b\":{\"c\":42}}}"
  tst_qjsonbinding.cpp(266) : failure location
  FAIL!  : tst_qjsonbinding::readValueProperty(object.4) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): ""
     Expected (json)                           : "{\"a\":[],\"b\":[42],\"c\":{\"d\":null}}"
  tst_qjsonbinding.cpp(266) : failure location
  FAIL!  : tst_qjsonbinding::readValueProperty(array.0) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): ""
     Expected (json)                           : "[]"
  tst_qjsonbinding.cpp(266) : failure location
  FAIL!  : tst_qjsonbinding::readValueProperty(array.1) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): ""
     Expected (json)                           : "[123]"
  tst_qjsonbinding.cpp(266) : failure location
  FAIL!  : tst_qjsonbinding::readValueProperty(array.2) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): ""
     Expected (json)                           : "[true,false,null,\"hello\"]"
  tst_qjsonbinding.cpp(266) : failure location
  FAIL!  : tst_qjsonbinding::readValueProperty(array.3) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): ""
     Expected (json)                           : "[{\"a\":42}]"
  tst_qjsonbinding.cpp(266) : failure location
  FAIL!  : tst_qjsonbinding::readValueProperty(array.4) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): ""
     Expected (json)                           : "[[[42]],[]]"
  tst_qjsonbinding.cpp(266) : failure location
  FAIL!  : tst_qjsonbinding::readObjectOrArrayProperty(object.0) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): "undefined"
     Expected (json)                           : "{}"
  tst_qjsonbinding.cpp(297) : failure location
  FAIL!  : tst_qjsonbinding::readObjectOrArrayProperty(object.1) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): "undefined"
     Expected (json)                           : "{\"foo\":123}"
  tst_qjsonbinding.cpp(297) : failure location
  FAIL!  : tst_qjsonbinding::readObjectOrArrayProperty(object.2) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): "undefined"
     Expected (json)                           : "{\"a\":true,\"b\":false,\"c\":null,\"d\":\"hello\"}"
  tst_qjsonbinding.cpp(297) : failure location
  FAIL!  : tst_qjsonbinding::readObjectOrArrayProperty(object.3) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): "undefined"
     Expected (json)                           : "{\"a\":{\"b\":{\"c\":42}}}"
  tst_qjsonbinding.cpp(297) : failure location
  FAIL!  : tst_qjsonbinding::readObjectOrArrayProperty(object.4) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): "undefined"
     Expected (json)                           : "{\"a\":[],\"b\":[42],\"c\":{\"d\":null}}"
  tst_qjsonbinding.cpp(297) : failure location
  FAIL!  : tst_qjsonbinding::readObjectOrArrayProperty(array.0) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): "undefined"
     Expected (json)                           : "[]"
  tst_qjsonbinding.cpp(297) : failure location
  FAIL!  : tst_qjsonbinding::readObjectOrArrayProperty(array.1) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): "undefined"
     Expected (json)                           : "[123]"
  tst_qjsonbinding.cpp(297) : failure location
  FAIL!  : tst_qjsonbinding::readObjectOrArrayProperty(array.2) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): "undefined"
     Expected (json)                           : "[true,false,null,\"hello\"]"
  tst_qjsonbinding.cpp(297) : failure location
  FAIL!  : tst_qjsonbinding::readObjectOrArrayProperty(array.3) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): "undefined"
     Expected (json)                           : "[{\"a\":42}]"
  tst_qjsonbinding.cpp(297) : failure location
  FAIL!  : tst_qjsonbinding::readObjectOrArrayProperty(array.4) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): "undefined"
     Expected (json)                           : "[[[42]],[]]"
  tst_qjsonbinding.cpp(297) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(value = object with function property) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "{}"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(object = object with function property) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "{}"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(array = array with function property) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "[null]"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(value = object with inherited property) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "{}"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(value = object with inherited property 2) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "{\"foo\":123}"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(value = array with inherited property) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "[]"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(value = array with inherited property 2) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "[10,20]"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(object = object with inherited property) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "{}"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(object = object with inherited property 2) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "{\"foo\":123}"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(array = array with inherited property) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "[]"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(array = array with inherited property 2) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "[10,20]"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(value = object with non-enumerable property) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "{}"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(object = object with non-enumerable property) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "{}"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(value = cyclic object) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "{\"foo\":123,\"o\":{}}"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(value = cyclic array) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "[10,20,[]]"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(object = cyclic object) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "{\"bar\":true,\"o\":{}}"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(array = cyclic array) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "[[],30,40]"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(value = { foo: undefined }) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "{}"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(value = { foo: undefined, bar: 123 }) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "{\"bar\":123}"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(value = { foo: 456, bar: undefined }) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "{\"foo\":456}"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(object = { foo: undefined }) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "{}"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(object = { foo: undefined, bar: 123 }) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "{\"bar\":123}"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(object = { foo: 456, bar: undefined }) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "{\"foo\":456}"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(value = [undefined]) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "[null]"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(value = [undefined, 10]) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "[null,10]"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(value = [10, undefined, 20]) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "[10,null,20]"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(array = [undefined]) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "[null]"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(array = [undefined, 10]) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "[null,10]"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(array = [10, undefined, 20]) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "[10,null,20]"
  tst_qjsonbinding.cpp(519) : failure location
  Totals: 66 passed, 55 failed, 0 skipped, 0 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_qjsonbinding *********
  Config: Using QtTest library 5.6.0, Qt 5.6.0 (i386-little_endian-ilp32 shared (dynamic) release build; by MSVC 2010)
  PASS   : tst_qjsonbinding::initTestCase()
  PASS   : tst_qjsonbinding::cppJsConversion(true)
  PASS   : tst_qjsonbinding::cppJsConversion(false)
  PASS   : tst_qjsonbinding::cppJsConversion(null)
  PASS   : tst_qjsonbinding::cppJsConversion(number.0)
  PASS   : tst_qjsonbinding::cppJsConversion(number.1)
  PASS   : tst_qjsonbinding::cppJsConversion(string.0)
  PASS   : tst_qjsonbinding::cppJsConversion(undefined)
  PASS   : tst_qjsonbinding::cppJsConversion(object.0)
  PASS   : tst_qjsonbinding::cppJsConversion(object.1)
  PASS   : tst_qjsonbinding::cppJsConversion(object.2)
  PASS   : tst_qjsonbinding::cppJsConversion(object.3)
  PASS   : tst_qjsonbinding::cppJsConversion(object.4)
  PASS   : tst_qjsonbinding::cppJsConversion(array.0)
  PASS   : tst_qjsonbinding::cppJsConversion(array.1)
  PASS   : tst_qjsonbinding::cppJsConversion(array.2)
  PASS   : tst_qjsonbinding::cppJsConversion(array.3)
  PASS   : tst_qjsonbinding::cppJsConversion(array.4)
  FAIL!  : tst_qjsonbinding::readValueProperty(true) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): ""
     Expected (json)                           : "true"
  tst_qjsonbinding.cpp(266) : failure location
  FAIL!  : tst_qjsonbinding::readValueProperty(false) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): ""
     Expected (json)                           : "false"
  tst_qjsonbinding.cpp(266) : failure location
  FAIL!  : tst_qjsonbinding::readValueProperty(null) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): ""
     Expected (json)                           : "null"
  tst_qjsonbinding.cpp(266) : failure location
  FAIL!  : tst_qjsonbinding::readValueProperty(number.0) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): ""
     Expected (json)                           : "123"
  tst_qjsonbinding.cpp(266) : failure location
  FAIL!  : tst_qjsonbinding::readValueProperty(number.1) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): ""
     Expected (json)                           : "42.35"
  tst_qjsonbinding.cpp(266) : failure location
  FAIL!  : tst_qjsonbinding::readValueProperty(string.0) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): ""
     Expected (json)                           : "\"hello\""
  tst_qjsonbinding.cpp(266) : failure location
  PASS   : tst_qjsonbinding::readValueProperty(undefined)
  FAIL!  : tst_qjsonbinding::readValueProperty(object.0) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): ""
     Expected (json)                           : "{}"
  tst_qjsonbinding.cpp(266) : failure location
  FAIL!  : tst_qjsonbinding::readValueProperty(object.1) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): ""
     Expected (json)                           : "{\"foo\":123}"
  tst_qjsonbinding.cpp(266) : failure location
  FAIL!  : tst_qjsonbinding::readValueProperty(object.2) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): ""
     Expected (json)                           : "{\"a\":true,\"b\":false,\"c\":null,\"d\":\"hello\"}"
  tst_qjsonbinding.cpp(266) : failure location
  FAIL!  : tst_qjsonbinding::readValueProperty(object.3) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): ""
     Expected (json)                           : "{\"a\":{\"b\":{\"c\":42}}}"
  tst_qjsonbinding.cpp(266) : failure location
  FAIL!  : tst_qjsonbinding::readValueProperty(object.4) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): ""
     Expected (json)                           : "{\"a\":[],\"b\":[42],\"c\":{\"d\":null}}"
  tst_qjsonbinding.cpp(266) : failure location
  FAIL!  : tst_qjsonbinding::readValueProperty(array.0) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): ""
     Expected (json)                           : "[]"
  tst_qjsonbinding.cpp(266) : failure location
  FAIL!  : tst_qjsonbinding::readValueProperty(array.1) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): ""
     Expected (json)                           : "[123]"
  tst_qjsonbinding.cpp(266) : failure location
  FAIL!  : tst_qjsonbinding::readValueProperty(array.2) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): ""
     Expected (json)                           : "[true,false,null,\"hello\"]"
  tst_qjsonbinding.cpp(266) : failure location
  FAIL!  : tst_qjsonbinding::readValueProperty(array.3) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): ""
     Expected (json)                           : "[{\"a\":42}]"
  tst_qjsonbinding.cpp(266) : failure location
  FAIL!  : tst_qjsonbinding::readValueProperty(array.4) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): ""
     Expected (json)                           : "[[[42]],[]]"
  tst_qjsonbinding.cpp(266) : failure location
  FAIL!  : tst_qjsonbinding::readObjectOrArrayProperty(object.0) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): "undefined"
     Expected (json)                           : "{}"
  tst_qjsonbinding.cpp(297) : failure location
  FAIL!  : tst_qjsonbinding::readObjectOrArrayProperty(object.1) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): "undefined"
     Expected (json)                           : "{\"foo\":123}"
  tst_qjsonbinding.cpp(297) : failure location
  FAIL!  : tst_qjsonbinding::readObjectOrArrayProperty(object.2) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): "undefined"
     Expected (json)                           : "{\"a\":true,\"b\":false,\"c\":null,\"d\":\"hello\"}"
  tst_qjsonbinding.cpp(297) : failure location
  FAIL!  : tst_qjsonbinding::readObjectOrArrayProperty(object.3) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): "undefined"
     Expected (json)                           : "{\"a\":{\"b\":{\"c\":42}}}"
  tst_qjsonbinding.cpp(297) : failure location
  FAIL!  : tst_qjsonbinding::readObjectOrArrayProperty(object.4) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): "undefined"
     Expected (json)                           : "{\"a\":[],\"b\":[42],\"c\":{\"d\":null}}"
  tst_qjsonbinding.cpp(297) : failure location
  FAIL!  : tst_qjsonbinding::readObjectOrArrayProperty(array.0) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): "undefined"
     Expected (json)                           : "[]"
  tst_qjsonbinding.cpp(297) : failure location
  FAIL!  : tst_qjsonbinding::readObjectOrArrayProperty(array.1) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): "undefined"
     Expected (json)                           : "[123]"
  tst_qjsonbinding.cpp(297) : failure location
  FAIL!  : tst_qjsonbinding::readObjectOrArrayProperty(array.2) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): "undefined"
     Expected (json)                           : "[true,false,null,\"hello\"]"
  tst_qjsonbinding.cpp(297) : failure location
  FAIL!  : tst_qjsonbinding::readObjectOrArrayProperty(array.3) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): "undefined"
     Expected (json)                           : "[{\"a\":42}]"
  tst_qjsonbinding.cpp(297) : failure location
  FAIL!  : tst_qjsonbinding::readObjectOrArrayProperty(array.4) Compared values are not the same
     Actual   (stringified.toString().toUtf8()): "undefined"
     Expected (json)                           : "[[[42]],[]]"
  tst_qjsonbinding.cpp(297) : failure location
  PASS   : tst_qjsonbinding::writeValueProperty(true)
  PASS   : tst_qjsonbinding::writeValueProperty(false)
  PASS   : tst_qjsonbinding::writeValueProperty(null)
  PASS   : tst_qjsonbinding::writeValueProperty(number.0)
  PASS   : tst_qjsonbinding::writeValueProperty(number.1)
  PASS   : tst_qjsonbinding::writeValueProperty(string.0)
  PASS   : tst_qjsonbinding::writeValueProperty(undefined)
  PASS   : tst_qjsonbinding::writeValueProperty(object.0)
  PASS   : tst_qjsonbinding::writeValueProperty(object.1)
  PASS   : tst_qjsonbinding::writeValueProperty(object.2)
  PASS   : tst_qjsonbinding::writeValueProperty(object.3)
  PASS   : tst_qjsonbinding::writeValueProperty(object.4)
  PASS   : tst_qjsonbinding::writeValueProperty(array.0)
  PASS   : tst_qjsonbinding::writeValueProperty(array.1)
  PASS   : tst_qjsonbinding::writeValueProperty(array.2)
  PASS   : tst_qjsonbinding::writeValueProperty(array.3)
  PASS   : tst_qjsonbinding::writeValueProperty(array.4)
  PASS   : tst_qjsonbinding::writeObjectOrArrayProperty(object.0)
  PASS   : tst_qjsonbinding::writeObjectOrArrayProperty(object.1)
  PASS   : tst_qjsonbinding::writeObjectOrArrayProperty(object.2)
  PASS   : tst_qjsonbinding::writeObjectOrArrayProperty(object.3)
  PASS   : tst_qjsonbinding::writeObjectOrArrayProperty(object.4)
  PASS   : tst_qjsonbinding::writeObjectOrArrayProperty(array.0)
  PASS   : tst_qjsonbinding::writeObjectOrArrayProperty(array.1)
  PASS   : tst_qjsonbinding::writeObjectOrArrayProperty(array.2)
  PASS   : tst_qjsonbinding::writeObjectOrArrayProperty(array.3)
  PASS   : tst_qjsonbinding::writeObjectOrArrayProperty(array.4)
  PASS   : tst_qjsonbinding::writeProperty_incompatibleType(value=function)
  PASS   : tst_qjsonbinding::writeProperty_incompatibleType(object=undefined)
  PASS   : tst_qjsonbinding::writeProperty_incompatibleType(object=null)
  PASS   : tst_qjsonbinding::writeProperty_incompatibleType(object=false)
  PASS   : tst_qjsonbinding::writeProperty_incompatibleType(object=true)
  PASS   : tst_qjsonbinding::writeProperty_incompatibleType(object=123)
  PASS   : tst_qjsonbinding::writeProperty_incompatibleType(object=42.35)
  PASS   : tst_qjsonbinding::writeProperty_incompatibleType(object='foo')
  PASS   : tst_qjsonbinding::writeProperty_incompatibleType(object=[])
  PASS   : tst_qjsonbinding::writeProperty_incompatibleType(object=function)
  PASS   : tst_qjsonbinding::writeProperty_incompatibleType(array=undefined)
  PASS   : tst_qjsonbinding::writeProperty_incompatibleType(array=null)
  PASS   : tst_qjsonbinding::writeProperty_incompatibleType(array=false)
  PASS   : tst_qjsonbinding::writeProperty_incompatibleType(array=true)
  PASS   : tst_qjsonbinding::writeProperty_incompatibleType(array=123)
  PASS   : tst_qjsonbinding::writeProperty_incompatibleType(array=42.35)
  PASS   : tst_qjsonbinding::writeProperty_incompatibleType(array='foo')
  PASS   : tst_qjsonbinding::writeProperty_incompatibleType(array={})
  PASS   : tst_qjsonbinding::writeProperty_incompatibleType(array=function)
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(value = object with function property) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "{}"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(object = object with function property) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "{}"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(array = array with function property) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "[null]"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(value = object with inherited property) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "{}"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(value = object with inherited property 2) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "{\"foo\":123}"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(value = array with inherited property) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "[]"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(value = array with inherited property 2) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "[10,20]"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(object = object with inherited property) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "{}"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(object = object with inherited property 2) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "{\"foo\":123}"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(array = array with inherited property) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "[]"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(array = array with inherited property 2) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "[10,20]"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(value = object with non-enumerable property) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "{}"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(object = object with non-enumerable property) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "{}"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(value = cyclic object) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "{\"foo\":123,\"o\":{}}"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(value = cyclic array) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "[10,20,[]]"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(object = cyclic object) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "{\"bar\":true,\"o\":{}}"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(array = cyclic array) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "[[],30,40]"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(value = { foo: undefined }) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "{}"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(value = { foo: undefined, bar: 123 }) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "{\"bar\":123}"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(value = { foo: 456, bar: undefined }) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "{\"foo\":456}"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(object = { foo: undefined }) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "{}"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(object = { foo: undefined, bar: 123 }) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "{\"bar\":123}"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(object = { foo: 456, bar: undefined }) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "{\"foo\":456}"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(value = [undefined]) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "[null]"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(value = [undefined, 10]) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "[null,10]"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(value = [10, undefined, 20]) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "[10,null,20]"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(array = [undefined]) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "[null]"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(array = [undefined, 10]) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "[null,10]"
  tst_qjsonbinding.cpp(519) : failure location
  FAIL!  : tst_qjsonbinding::writeProperty_javascriptExpression(array = [10, undefined, 20]) Compared values are not the same
     Actual   (ret.toString()): "undefined"
     Expected (expectedJson)  : "[10,null,20]"
  tst_qjsonbinding.cpp(519) : failure location
  PASS   : tst_qjsonbinding::cleanupTestCase()
  Totals: 66 passed, 55 failed, 0 skipped, 0 blacklisted
  ********* Finished testing of tst_qjsonbinding *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qjsonbinding: 2 seconds, exit code 55

  Build log: http://testresults.qt.io/ci/QtDeclarative_dev_Integration/build_02642/win32-msvc2010_Windows_7/log.txt.gz

  Tested changes (refs/builds/dev_1425910434):
    http://codereview.qt-project.org/106166 [PS7] - Get rid of Value::asDateObject()
    http://codereview.qt-project.org/106165 [PS7] - Further cleanups
    http://codereview.qt-project.org/106114 [PS6] - Cleanup some of the casting code
    http://codereview.qt-project.org/106113 [PS5] - Get rid of Value::fromManaged()
    http://codereview.qt-project.org/106112 [PS5] - Reduce dependencies
    http://codereview.qt-project.org/106111 [PS4] - Wrap members in Object in a Heap::Pointer
    http://codereview.qt-project.org/106079 [PS5] - Reduce dependencies
    http://codereview.qt-project.org/106266 [PS5] - Fix assert



More information about the Ci-reports mailing list