Autotest `tst_qdbusxmlparser' failed :(

  Testing tst_QDBusXmlParser
  FAIL!  : tst_QDBusXmlParser::properties(one-readable) Compared values are not 
the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <property access="read" name="foo" type="s"/>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface 
name="iface.iface1">
   <property name="foo" access="read" type="s"/>
  </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 access="write" name="foo" type="s"/>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface 
name="iface.iface1">
   <property name="foo" access="write" type="s"/>
  </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 access="readwrite" name="foo" type="s"/>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface 
name="iface.iface1">
   <property name="foo" access="readwrite" type="s"/>
  </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 access="readwrite" name="foo" type="s"/>
   <property access="read" name="bar" type="i"/>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface 
name="iface.iface1">
   <property name="foo" access="readwrite" type="s"/>
   <property name="bar" access="read" type="i"/>
  </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 access="read" name="bar" type="i"/>
   <property access="readwrite" name="foo" type="s"/>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface 
name="iface.iface1">
   <property name="bar" access="read" type="i"/>
   <property name="foo" access="readwrite" type="s"/>
  </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 access="read" name="bar" type="i"/>
   <property access="write" name="baz" type="as">
    <annotation name="foo.annotation" value="Hello, World"/>
    <annotation name="foo.annotation2" value="Goodbye, World"/>
   </property>
   <property access="readwrite" name="foo" type="s"/>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface 
name="iface.iface1">
   <property name="bar" access="read" type="i"/>
   <property name="baz" access="write" type="as">
    <annotation name="foo.annotation" value="Hello, World"/>
    <annotation name="foo.annotation2" value="Goodbye, World"/>
   </property>
   <property name="foo" access="readwrite" type="s"/>
  </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 access="write" name="baz" type="as">
    <annotation name="foo.annotation2" value="Goodbye, World"/>
    <annotation name="foo.annotation" value="Hello, World"/>
   </property>
   <property access="read" name="bar" type="i"/>
   <property access="readwrite" name="foo" type="s"/>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface 
name="iface.iface1">
   <property name="baz" access="write" type="as">
    <annotation name="foo.annotation2" value="Goodbye, World"/>
    <annotation name="foo.annotation" value="Hello, World"/>
   </property>
   <property name="bar" access="read" type="i"/>
   <property name="foo" access="readwrite" type="s"/>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(562)]
  Totals: 51 passed, 7 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)
  PASS   : tst_QDBusXmlParser::parsing(one-interface-annotated)
  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)
  PASS   : tst_QDBusXmlParser::parsingWithDoctype(one-interface-annotated)
  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)
  PASS   : tst_QDBusXmlParser::methods(method-with-annotation)
  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)
  PASS   : tst_QDBusXmlParser::methods(complex)
  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)
  PASS   : tst_QDBusXmlParser::signals_(signal-with-annotation)
  PASS   : tst_QDBusXmlParser::signals_(one-out)
  PASS   : tst_QDBusXmlParser::signals_(one-out-no-direction)
  PASS   : tst_QDBusXmlParser::signals_(two-out-with-name)
  PASS   : tst_QDBusXmlParser::signals_(complex)
  PASS   : tst_QDBusXmlParser::properties(no-signals)
  FAIL!  : tst_QDBusXmlParser::properties(one-readable) Compared values are not 
the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <property name="foo" access="read" type="s"/>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface 
name="iface.iface1">
   <property name="foo" type="s" 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 name="foo" access="write" type="s"/>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface 
name="iface.iface1">
   <property name="foo" type="s" 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 name="foo" access="readwrite" type="s"/>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface 
name="iface.iface1">
   <property name="foo" type="s" 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 name="foo" access="readwrite" type="s"/>
   <property name="bar" access="read" type="i"/>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface 
name="iface.iface1">
   <property name="foo" type="s" access="readwrite"/>
   <property name="bar" type="i" 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 name="bar" access="read" type="i"/>
   <property name="foo" access="readwrite" type="s"/>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface 
name="iface.iface1">
   <property name="bar" type="i" access="read"/>
   <property name="foo" type="s" 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 name="bar" access="read" type="i"/>
   <property name="baz" access="write" type="as">
    <annotation value="Hello, World" name="foo.annotation"/>
    <annotation value="Goodbye, World" name="foo.annotation2"/>
   </property>
   <property name="foo" access="readwrite" type="s"/>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface 
name="iface.iface1">
   <property name="bar" type="i" access="read"/>
   <property name="baz" type="as" access="write">
    <annotation value="Hello, World" name="foo.annotation"/>
    <annotation value="Goodbye, World" name="foo.annotation2"/>
   </property>
   <property name="foo" type="s" 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 name="baz" access="write" type="as">
    <annotation value="Goodbye, World" name="foo.annotation2"/>
    <annotation value="Hello, World" name="foo.annotation"/>
   </property>
   <property name="bar" access="read" type="i"/>
   <property name="foo" access="readwrite" type="s"/>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface 
name="iface.iface1">
   <property name="baz" type="as" access="write">
    <annotation value="Goodbye, World" name="foo.annotation2"/>
    <annotation value="Hello, World" name="foo.annotation"/>
   </property>
   <property name="bar" type="i" access="read"/>
   <property name="foo" type="s" access="readwrite"/>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(562)]
  PASS   : tst_QDBusXmlParser::cleanupTestCase()
  Totals: 51 passed, 7 failed, 0 skipped
  ********* Finished testing of tst_QDBusXmlParser *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qdbusxmlparser: 0.071413 seconds, exit code 7

  Build log: 
http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_00099/linux-g++-32_developer-build_Ubuntu_10.04_x86/log.txt.gz

  Tested changes (refs/builds/stable_1355433242):
    http://codereview.qt-project.org/42604 [PS5] - Fixed incorrect handling of 
extra mouse buttons in XCB platform plugin.
    http://codereview.qt-project.org/42627 [PS3] - Fix empty window title 
regression, add application display name to window title
    http://codereview.qt-project.org/42528 [PS1] - Doc: recommend using QVERIFY 
with QSignalSpy::wait, so people don't forget.
    http://codereview.qt-project.org/41963 [PS1] - Remove documentation for 
deleted methods, to fix a qdoc warning
    http://codereview.qt-project.org/41760 [PS5] - XCB: add support for getting 
and setting appTime and appUserTime.
    http://codereview.qt-project.org/42718 [PS1] - Fixed deadlock situation in 
QtOpenGL's texture management.
    http://codereview.qt-project.org/42684 [PS1] - Mark 
QAbstractTextDocumentLayout test as insignificant
_______________________________________________
Ci-reports mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/ci-reports

Reply via email to