Autotests `tst_qqmlinfo' and `tst_qqmlmoduleplugin' failed :(

  Testing tst_qqmlmoduleplugin
  FAIL!  : tst_qqmlmoduleplugin::importsNested(missingImport) Compared values 
are not the same
  .\tst_qqmlmoduleplugin.cpp(416) : failure location
  FAIL!  : tst_qqmlmoduleplugin::importsNested(invalidVersion) Compared values 
are not the same
  .\tst_qqmlmoduleplugin.cpp(416) : failure location
  Totals: 27 passed, 2 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_qqmlmoduleplugin *********
  Config: Using QTest library 5.0.0, Qt 5.0.0
  PASS   : tst_qqmlmoduleplugin::initTestCase()
  PASS   : tst_qqmlmoduleplugin::importsPlugin()
  PASS   : tst_qqmlmoduleplugin::importsPlugin2()
  PASS   : tst_qqmlmoduleplugin::importsPlugin21()
  PASS   : tst_qqmlmoduleplugin::importsMixedQmlCppPlugin()
  PASS   : tst_qqmlmoduleplugin::incorrectPluginCase()
  PASS   : tst_qqmlmoduleplugin::importPluginWithQmlFile()
  PASS   : tst_qqmlmoduleplugin::remoteImportWithQuotedUrl()
  PASS   : tst_qqmlmoduleplugin::remoteImportWithUnquotedUri()
  PASS   : tst_qqmlmoduleplugin::versionNotInstalled(versionNotInstalled)
  PASS   : tst_qqmlmoduleplugin::versionNotInstalled(versionNotInstalled)
  PASS   : tst_qqmlmoduleplugin::implicitQmldir(implicitQmldir)
  PASS   : tst_qqmlmoduleplugin::implicitQmldir(implicitQmldir2)
  PASS   : tst_qqmlmoduleplugin::importsNested(wrongOrder)
  FAIL!  : tst_qqmlmoduleplugin::importsNested(missingImport) Compared values 
are not the same
  .\tst_qqmlmoduleplugin.cpp(416) : failure location
  FAIL!  : tst_qqmlmoduleplugin::importsNested(invalidVersion) Compared values 
are not the same
  .\tst_qqmlmoduleplugin.cpp(416) : failure location
  PASS   : tst_qqmlmoduleplugin::importsNested(correctOrder)
  PASS   : tst_qqmlmoduleplugin::importLocalModule(default version)
  PASS   : tst_qqmlmoduleplugin::importLocalModule(specific version)
  PASS   : tst_qqmlmoduleplugin::importLocalModule(lesser version)
  PASS   : tst_qqmlmoduleplugin::importLocalModule(nonexistent version)
  PASS   : tst_qqmlmoduleplugin::importLocalModule(high version)
  PASS   : tst_qqmlmoduleplugin::importStrictModule(success)
  PASS   : tst_qqmlmoduleplugin::importStrictModule(wrong target)
  PASS   : tst_qqmlmoduleplugin::importStrictModule(non-strict clash)
  PASS   : tst_qqmlmoduleplugin::importStrictModule(non-strict preemption)
  PASS   : tst_qqmlmoduleplugin::importStrictModule(invalid namespace)
  PASS   : tst_qqmlmoduleplugin::importStrictModule(module directive must be 
first)
  PASS   : tst_qqmlmoduleplugin::cleanupTestCase()
  Totals: 27 passed, 2 failed, 0 skipped
  ********* Finished testing of tst_qqmlmoduleplugin *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qqmlmoduleplugin: 2 seconds, exit code 2
  
  Testing tst_qqmlinfo
  FAIL!  : tst_qqmlinfo::qmlObject() Not all expected messages were received
  FAIL!  : tst_qqmlinfo::nestedQmlObject() Not all expected messages were 
received
  FAIL!  : tst_qqmlinfo::nestedComponent() Not all expected messages were 
received
  Totals: 7 passed, 3 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_qqmlinfo *********
  Config: Using QTest library 5.0.0, Qt 5.0.0
  PASS   : tst_qqmlinfo::initTestCase()
  QWARN  : tst_qqmlinfo::qmlObject() 
file:///C:/work/build/qt/qtdeclarative/tests/auto/qml/qqmlinfo/data/qmlObject.qml:3:2:
 QML QtObject: Test Message
  QWARN  : tst_qqmlinfo::qmlObject() 
file:///C:/work/build/qt/qtdeclarative/tests/auto/qml/qqmlinfo/data/qmlObject.qml:6:14:
 QML QtObject: Second Test Message
  INFO   : tst_qqmlinfo::qmlObject() Did not receive message: 
"file:///C:/work/build/qt/qtdeclarative/tests/auto/qml/qqmlinfo/data/qmlObject.qml:3:1:
 QML QtObject: Test Message"
  INFO   : tst_qqmlinfo::qmlObject() Did not receive message: 
"file:///C:/work/build/qt/qtdeclarative/tests/auto/qml/qqmlinfo/data/qmlObject.qml:6:13:
 QML QtObject: Second Test Message"
  FAIL!  : tst_qqmlinfo::qmlObject() Not all expected messages were received
  QWARN  : tst_qqmlinfo::nestedQmlObject() 
file:///C:/work/build/qt/qtdeclarative/tests/auto/qml/qqmlinfo/data/nestedQmlObject.qml:5:14:
 QML NestedObject: Outer Object
  QWARN  : tst_qqmlinfo::nestedQmlObject() 
file:///C:/work/build/qt/qtdeclarative/tests/auto/qml/qqmlinfo/data/NestedObject.qml:6:15:
 QML QtObject: Inner Object
  INFO   : tst_qqmlinfo::nestedQmlObject() Did not receive message: 
"file:///C:/work/build/qt/qtdeclarative/tests/auto/qml/qqmlinfo/data/nestedQmlObject.qml:5:13:
 QML NestedObject: Outer Object"
  INFO   : tst_qqmlinfo::nestedQmlObject() Did not receive message: 
"file:///C:/work/build/qt/qtdeclarative/tests/auto/qml/qqmlinfo/data/NestedObject.qml:6:14:
 QML QtObject: Inner Object"
  FAIL!  : tst_qqmlinfo::nestedQmlObject() Not all expected messages were 
received
  QWARN  : tst_qqmlinfo::nestedComponent() 
file:///C:/work/build/qt/qtdeclarative/tests/auto/qml/qqmlinfo/data/NestedComponent.qml:10:10:
 QML NestedObject: Complex Object
  QWARN  : tst_qqmlinfo::nestedComponent() 
file:///C:/work/build/qt/qtdeclarative/tests/auto/qml/qqmlinfo/data/NestedComponent.qml:16:10:
 QML Image: Simple Object
  INFO   : tst_qqmlinfo::nestedComponent() Did not receive message: 
"file:///C:/work/build/qt/qtdeclarative/tests/auto/qml/qqmlinfo/data/NestedComponent.qml:10:9:
 QML NestedObject: Complex Object"
  INFO   : tst_qqmlinfo::nestedComponent() Did not receive message: 
"file:///C:/work/build/qt/qtdeclarative/tests/auto/qml/qqmlinfo/data/NestedComponent.qml:16:9:
 QML Image: Simple Object"
  FAIL!  : tst_qqmlinfo::nestedComponent() Not all expected messages were 
received
  PASS   : tst_qqmlinfo::nonQmlObject()
  PASS   : tst_qqmlinfo::nullObject()
  PASS   : tst_qqmlinfo::nonQmlContextedObject()
  PASS   : tst_qqmlinfo::types()
  PASS   : tst_qqmlinfo::chaining()
  PASS   : tst_qqmlinfo::cleanupTestCase()
  Totals: 7 passed, 3 failed, 0 skipped
  ********* Finished testing of tst_qqmlinfo *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qqmlinfo: 1 seconds, exit code 3

  Build log: 
http://testresults.qt-project.org/ci/QtDeclarative_master_Integration/build_03376/win32-msvc2010_Windows_7/log.txt.gz

  Tested changes (refs/builds/master_1353937477):
    http://codereview.qt-project.org/40680 [PS1] - Fixed line terminators to 
handle LS/PS and CR+LF correctly.
_______________________________________________
Ci-reports mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/ci-reports

Reply via email to