Autotest `tst_qdbusxmlparser' failed :(

The test was determined to be flaky, meaning results were not consistent across 
multiple runs.  This might make the problem difficult to reproduce.  Also, 
flaky failures might or might not be related to any recent changes in the 
source code.

  Testing tst_QDBusXmlParser
  FAIL!  : tst_QDBusXmlParser::parsing(one-interface-annotated) Compared values 
are not the same
     Actual   (resultIntrospection): <interface name="iface.iface1">
   <annotation value="nothing to see here" name="foo.testing"/>
  </interface>
  
     Expected (expectedIntrospection): <interface name="iface.iface1">
   <annotation name="foo.testing" value="nothing to see here"/>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(156)]
  FAIL!  : tst_QDBusXmlParser::parsingWithDoctype(one-interface-annotated) 
Compared values are not the same
     Actual   (resultIntrospection): <interface name="iface.iface1">
   <annotation value="nothing to see here" name="foo.testing"/>
  </interface>
  
     Expected (expectedIntrospection): <interface name="iface.iface1">
   <annotation name="foo.testing" value="nothing to see here"/>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(156)]
  FAIL!  : tst_QDBusXmlParser::methods(method-with-annotation) Compared values 
are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <method name="Foo"/>
   <method name="Bar"/>
   <method name="Baz">
    <annotation value="nothing to see here" name="foo.testing"/>
   </method>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface 
name="iface.iface1">
   <method name="Foo"/>
   <method name="Bar"/>
   <method name="Baz">
    <annotation name="foo.testing" value="nothing to see here"/>
   </method>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(358)]
  FAIL!  : tst_QDBusXmlParser::methods(complex) Compared values are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <method name="Method1">
    <arg direction="in" type="s" name="arg1"/>
    <arg direction="in" type="y" name="arg2"/>
    <arg direction="out" type="as"/>
   </method>
   <method name="Method2">
    <arg direction="in" type="a{sv}" name="variantMap"/>
    <arg direction="in" type="u" name="index"/>
    <arg direction="out" type="s" name="key"/>
    <arg direction="out" type="v" name="value"/>
    <annotation value="QVariantMap" name="foo.equivalent"/>
   </method>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface 
name="iface.iface1">
   <method name="Method1">
    <arg direction="in" type="s" name="arg1"/>
    <arg direction="in" type="y" name="arg2"/>
    <arg direction="out" type="as"/>
   </method>
   <method name="Method2">
    <arg direction="in" type="a{sv}" name="variantMap"/>
    <arg direction="in" type="u" name="index"/>
    <arg direction="out" type="s" name="key"/>
    <arg direction="ou
     Loc: [tst_qdbusxmlparser.cpp(358)]
  FAIL!  : tst_QDBusXmlParser::signals_(signal-with-annotation) Compared values 
are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <signal name="Foo"/>
   <signal name="Bar"/>
   <signal name="Baz">
    <annotation value="nothing to see here" name="foo.testing"/>
   </signal>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface 
name="iface.iface1">
   <signal name="Foo"/>
   <signal name="Bar"/>
   <signal name="Baz">
    <annotation name="foo.testing" value="nothing to see here"/>
   </signal>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(472)]
  FAIL!  : tst_QDBusXmlParser::signals_(complex) Compared values are not the 
same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <signal name="Signal1">
    <arg direction="out" type="as"/>
   </signal>
   <signal name="Signal2">
    <arg direction="out" type="s" name="key"/>
    <arg direction="out" type="v" name="value"/>
    <annotation value="QVariantMap" name="foo.equivalent"/>
   </signal>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface 
name="iface.iface1">
   <signal name="Signal1">
    <arg direction="out" type="as"/>
   </signal>
   <signal name="Signal2">
    <arg direction="out" type="s" name="key"/>
    <arg direction="out" type="v" name="value"/>
    <annotation name="foo.equivalent" value="QVariantMap"/>
   </signal>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(472)]
  FAIL!  : tst_QDBusXmlParser::properties(one-readable) Compared values are not 
the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <property type="s" access="read" name="foo"/>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface 
name="iface.iface1">
   <property type="s" name="foo" access="read"/>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(562)]
  FAIL!  : tst_QDBusXmlParser::properties(one-writable) Compared values are not 
the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <property type="s" access="write" name="foo"/>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface 
name="iface.iface1">
   <property type="s" name="foo" access="write"/>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(562)]
  FAIL!  : tst_QDBusXmlParser::properties(one-read-writable) Compared values 
are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <property type="s" access="readwrite" name="foo"/>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface 
name="iface.iface1">
   <property type="s" name="foo" access="readwrite"/>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(562)]
  FAIL!  : tst_QDBusXmlParser::properties(two-1) Compared values are not the 
same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <property type="s" access="readwrite" name="foo"/>
   <property type="i" access="read" name="bar"/>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface 
name="iface.iface1">
   <property type="s" name="foo" access="readwrite"/>
   <property type="i" name="bar" access="read"/>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(562)]
  FAIL!  : tst_QDBusXmlParser::properties(two-2) Compared values are not the 
same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <property type="i" access="read" name="bar"/>
   <property type="s" access="readwrite" name="foo"/>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface 
name="iface.iface1">
   <property type="i" name="bar" access="read"/>
   <property type="s" name="foo" access="readwrite"/>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(562)]
  FAIL!  : tst_QDBusXmlParser::properties(complex) Compared values are not the 
same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <property type="i" access="read" name="bar"/>
   <property type="as" access="write" name="baz">
    <annotation value="Hello, World" name="foo.annotation"/>
    <annotation value="Goodbye, World" name="foo.annotation2"/>
   </property>
   <property type="s" access="readwrite" name="foo"/>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface 
name="iface.iface1">
   <property type="i" name="bar" access="read"/>
   <property type="as" name="baz" access="write">
    <annotation name="foo.annotation" value="Hello, World"/>
    <annotation name="foo.annotation2" value="Goodbye, World"/>
   </property>
   <property type="s" name="foo" access="readwrite"/>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(562)]
  FAIL!  : tst_QDBusXmlParser::properties(complex2) Compared values are not the 
same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <property type="as" access="write" name="baz">
    <annotation value="Goodbye, World" name="foo.annotation2"/>
    <annotation value="Hello, World" name="foo.annotation"/>
   </property>
   <property type="i" access="read" name="bar"/>
   <property type="s" access="readwrite" name="foo"/>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface 
name="iface.iface1">
   <property type="as" name="baz" access="write">
    <annotation name="foo.annotation2" value="Goodbye, World"/>
    <annotation name="foo.annotation" value="Hello, World"/>
   </property>
   <property type="i" name="bar" access="read"/>
   <property type="s" name="foo" access="readwrite"/>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(562)]
  Totals: 45 passed, 13 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QDBusXmlParser *********
  Config: Using QTest library 5.0.0, Qt 5.0.0
  PASS   : tst_QDBusXmlParser::initTestCase()
  PASS   : tst_QDBusXmlParser::parsing(null)
  PASS   : tst_QDBusXmlParser::parsing(empty)
  PASS   : tst_QDBusXmlParser::parsing(junk)
  PASS   : tst_QDBusXmlParser::parsing(interface-inside-junk)
  PASS   : tst_QDBusXmlParser::parsing(object-inside-junk)
  PASS   : tst_QDBusXmlParser::parsing(zero-interfaces)
  PASS   : tst_QDBusXmlParser::parsing(one-interface)
  PASS   : tst_QDBusXmlParser::parsing(two-interfaces)
  PASS   : tst_QDBusXmlParser::parsing(one-object)
  PASS   : tst_QDBusXmlParser::parsing(two-objects)
  PASS   : tst_QDBusXmlParser::parsing(i1o1)
  FAIL!  : tst_QDBusXmlParser::parsing(one-interface-annotated) Compared values 
are not the same
     Actual   (resultIntrospection): <interface name="iface.iface1">
   <annotation value="nothing to see here" name="foo.testing"/>
  </interface>
  
     Expected (expectedIntrospection): <interface name="iface.iface1">
   <annotation name="foo.testing" value="nothing to see here"/>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(156)]
  PASS   : tst_QDBusXmlParser::parsing(one-interface-docnamespace)
  PASS   : tst_QDBusXmlParser::parsingWithDoctype(null)
  PASS   : tst_QDBusXmlParser::parsingWithDoctype(empty)
  PASS   : tst_QDBusXmlParser::parsingWithDoctype(junk)
  PASS   : tst_QDBusXmlParser::parsingWithDoctype(interface-inside-junk)
  PASS   : tst_QDBusXmlParser::parsingWithDoctype(object-inside-junk)
  PASS   : tst_QDBusXmlParser::parsingWithDoctype(zero-interfaces)
  PASS   : tst_QDBusXmlParser::parsingWithDoctype(one-interface)
  PASS   : tst_QDBusXmlParser::parsingWithDoctype(two-interfaces)
  PASS   : tst_QDBusXmlParser::parsingWithDoctype(one-object)
  PASS   : tst_QDBusXmlParser::parsingWithDoctype(two-objects)
  PASS   : tst_QDBusXmlParser::parsingWithDoctype(i1o1)
  FAIL!  : tst_QDBusXmlParser::parsingWithDoctype(one-interface-annotated) 
Compared values are not the same
     Actual   (resultIntrospection): <interface name="iface.iface1">
   <annotation value="nothing to see here" name="foo.testing"/>
  </interface>
  
     Expected (expectedIntrospection): <interface name="iface.iface1">
   <annotation name="foo.testing" value="nothing to see here"/>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(156)]
  PASS   : tst_QDBusXmlParser::parsingWithDoctype(one-interface-docnamespace)
  PASS   : tst_QDBusXmlParser::methods(no-methods)
  PASS   : tst_QDBusXmlParser::methods(one-method)
  PASS   : tst_QDBusXmlParser::methods(two-methods)
  PASS   : tst_QDBusXmlParser::methods(two-methods-inverse)
  FAIL!  : tst_QDBusXmlParser::methods(method-with-annotation) Compared values 
are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <method name="Foo"/>
   <method name="Bar"/>
   <method name="Baz">
    <annotation value="nothing to see here" name="foo.testing"/>
   </method>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface 
name="iface.iface1">
   <method name="Foo"/>
   <method name="Bar"/>
   <method name="Baz">
    <annotation name="foo.testing" value="nothing to see here"/>
   </method>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(358)]
  PASS   : tst_QDBusXmlParser::methods(one-in)
  PASS   : tst_QDBusXmlParser::methods(two-in)
  PASS   : tst_QDBusXmlParser::methods(two-in-one-invalid)
  PASS   : tst_QDBusXmlParser::methods(one-out)
  PASS   : tst_QDBusXmlParser::methods(two-in-one-out)
  PASS   : tst_QDBusXmlParser::methods(one-in-with-name)
  PASS   : tst_QDBusXmlParser::methods(two-in-with-name)
  FAIL!  : tst_QDBusXmlParser::methods(complex) Compared values are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <method name="Method1">
    <arg direction="in" type="s" name="arg1"/>
    <arg direction="in" type="y" name="arg2"/>
    <arg direction="out" type="as"/>
   </method>
   <method name="Method2">
    <arg direction="in" type="a{sv}" name="variantMap"/>
    <arg direction="in" type="u" name="index"/>
    <arg direction="out" type="s" name="key"/>
    <arg direction="out" type="v" name="value"/>
    <annotation value="QVariantMap" name="foo.equivalent"/>
   </method>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface 
name="iface.iface1">
   <method name="Method1">
    <arg direction="in" type="s" name="arg1"/>
    <arg direction="in" type="y" name="arg2"/>
    <arg direction="out" type="as"/>
   </method>
   <method name="Method2">
    <arg direction="in" type="a{sv}" name="variantMap"/>
    <arg direction="in" type="u" name="index"/>
    <arg direction="out" type="s" name="key"/>
    <arg direction="ou
     Loc: [tst_qdbusxmlparser.cpp(358)]
  PASS   : tst_QDBusXmlParser::signals_(no-signals)
  PASS   : tst_QDBusXmlParser::signals_(one-signal)
  PASS   : tst_QDBusXmlParser::signals_(two-signals)
  PASS   : tst_QDBusXmlParser::signals_(two-signals-inverse)
  FAIL!  : tst_QDBusXmlParser::signals_(signal-with-annotation) Compared values 
are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <signal name="Foo"/>
   <signal name="Bar"/>
   <signal name="Baz">
    <annotation value="nothing to see here" name="foo.testing"/>
   </signal>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface 
name="iface.iface1">
   <signal name="Foo"/>
   <signal name="Bar"/>
   <signal name="Baz">
    <annotation name="foo.testing" value="nothing to see here"/>
   </signal>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(472)]
  PASS   : tst_QDBusXmlParser::signals_(one-out)
  PASS   : tst_QDBusXmlParser::signals_(one-out-no-direction)
  PASS   : tst_QDBusXmlParser::signals_(two-out-with-name)
  FAIL!  : tst_QDBusXmlParser::signals_(complex) Compared values are not the 
same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <signal name="Signal1">
    <arg direction="out" type="as"/>
   </signal>
   <signal name="Signal2">
    <arg direction="out" type="s" name="key"/>
    <arg direction="out" type="v" name="value"/>
    <annotation value="QVariantMap" name="foo.equivalent"/>
   </signal>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface 
name="iface.iface1">
   <signal name="Signal1">
    <arg direction="out" type="as"/>
   </signal>
   <signal name="Signal2">
    <arg direction="out" type="s" name="key"/>
    <arg direction="out" type="v" name="value"/>
    <annotation name="foo.equivalent" value="QVariantMap"/>
   </signal>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(472)]
  PASS   : tst_QDBusXmlParser::properties(no-signals)
  PASS   : tst_QDBusXmlParser::properties(one-readable)
  PASS   : tst_QDBusXmlParser::properties(one-writable)
  PASS   : tst_QDBusXmlParser::properties(one-read-writable)
  PASS   : tst_QDBusXmlParser::properties(two-1)
  PASS   : tst_QDBusXmlParser::properties(two-2)
  FAIL!  : tst_QDBusXmlParser::properties(complex) Compared values are not the 
same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <property type="i" access="read" name="bar"/>
   <property type="as" access="write" name="baz">
    <annotation value="Hello, World" name="foo.annotation"/>
    <annotation value="Goodbye, World" name="foo.annotation2"/>
   </property>
   <property type="s" access="readwrite" name="foo"/>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface 
name="iface.iface1">
   <property type="i" access="read" name="bar"/>
   <property type="as" access="write" name="baz">
    <annotation name="foo.annotation" value="Hello, World"/>
    <annotation name="foo.annotation2" value="Goodbye, World"/>
   </property>
   <property type="s" access="readwrite" name="foo"/>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(562)]
  FAIL!  : tst_QDBusXmlParser::properties(complex2) Compared values are not the 
same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <property type="as" access="write" name="baz">
    <annotation value="Goodbye, World" name="foo.annotation2"/>
    <annotation value="Hello, World" name="foo.annotation"/>
   </property>
   <property type="i" access="read" name="bar"/>
   <property type="s" access="readwrite" name="foo"/>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface 
name="iface.iface1">
   <property type="as" access="write" name="baz">
    <annotation name="foo.annotation2" value="Goodbye, World"/>
    <annotation name="foo.annotation" value="Hello, World"/>
   </property>
   <property type="i" access="read" name="bar"/>
   <property type="s" access="readwrite" name="foo"/>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(562)]
  PASS   : tst_QDBusXmlParser::cleanupTestCase()
  Totals: 50 passed, 8 failed, 0 skipped
  ********* Finished testing of tst_QDBusXmlParser *********
  QtQA::App::TestRunner: test failed on first and second attempts, but with 
different behavior each time:
  QtQA::App::TestRunner:   first attempt:  exited with exit code 13
  QtQA::App::TestRunner:   second attempt: exited with exit code 8
  QtQA::App::TestRunner: the test seems to be flaky, please fix this
  QtQA::App::TestRunner: this flaky test is being treated as a FAIL
  QtQA::App::TestRunner: end tst_qdbusxmlparser: 0.069733 seconds, exit code 8

  Build log: 
http://testresults.qt-project.org/ci/QtBase_release_Integration/build_00004/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz

  Tested changes (refs/builds/release_1355792772):
    http://codereview.qt-project.org/43113 [PS1] - Initalize the printinfo on 
Mac if it requests and it needs initalizing
    http://codereview.qt-project.org/43112 [PS1] - Doc: Correcting qhp link to 
Qt SQL's C++ Classes.
    http://codereview.qt-project.org/43111 [PS1] - Doc: Correcting qhp link to 
Qt GUI C++ API.
    http://codereview.qt-project.org/43110 [PS1] - OpenGL examples: Add error 
message about ANGLE on Windows
    http://codereview.qt-project.org/43109 [PS1] - Fix mandlebrot and 
imagescaling example qdoc markup.
    http://codereview.qt-project.org/43108 [PS1] - Doc: Moved content from qtdoc
_______________________________________________
Ci-reports mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/ci-reports

Reply via email to