[Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#stable

Qt Continuous Integration System ci-noreply at qt-project.org
Wed Dec 12 22:14:46 CET 2012


Autotests `tst_qabstracttextdocumentlayout', `tst_qdbusxmlparser', `tst_qglyphrun', and `tst_qstatictext' failed :(

Some (not all) of the tests were 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::methods(two-in-one-invalid) Compared values are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <method name="Method">
    <arg type="s" direction="in"/>
    <arg type="v" direction="in"/>
    <arg type="~" direction="in" name="invalid"/>
   </method>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface name="iface.iface1">
   <method name="Method">
    <arg type="s" direction="in"/>
    <arg type="v" direction="in"/>
    <arg type="~" name="invalid" direction="in"/>
   </method>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(358)]
  FAIL!  : tst_QDBusXmlParser::methods(one-in-with-name) Compared values are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <method name="Method">
    <arg type="s" direction="in" name="foo"/>
   </method>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface name="iface.iface1">
   <method name="Method">
    <arg type="s" name="foo" direction="in"/>
   </method>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(358)]
  FAIL!  : tst_QDBusXmlParser::methods(two-in-with-name) Compared values are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <method name="Method">
    <arg type="s" direction="in" name="foo"/>
    <arg type="i" direction="in" name="bar"/>
   </method>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface name="iface.iface1">
   <method name="Method">
    <arg type="s" name="foo" direction="in"/>
    <arg type="i" name="bar" direction="in"/>
   </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 type="s" direction="in" name="arg1"/>
    <arg type="y" direction="in" name="arg2"/>
    <arg type="as" direction="out"/>
   </method>
   <method name="Method2">
    <arg type="a{sv}" direction="in" name="variantMap"/>
    <arg type="u" direction="in" name="index"/>
    <arg type="s" direction="out" name="key"/>
    <arg type="v" direction="out" name="value"/>
    <annotation value="QVariantMap" name="foo.equivalent"/>
   </method>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface name="iface.iface1">
   <method name="Method1">
    <arg type="s" name="arg1" direction="in"/>
    <arg type="y" name="arg2" direction="in"/>
    <arg type="as" direction="out"/>
   </method>
   <method name="Method2">
    <arg type="a{sv}" name="variantMap" direction="in"/>
    <arg type="u" name="index" direction="in"/>
    <arg type="s" name="key" direction="out"/>
    <arg type="v" name
     Loc: [tst_qdbusxmlparser.cpp(358)]
  FAIL!  : tst_QDBusXmlParser::signals_(complex) Compared values are not the same
     Actual   (clean_xml(iface.introspection)): <interface name="iface.iface1">
   <signal name="Signal1">
    <arg type="as" direction="out"/>
   </signal>
   <signal name="Signal2">
    <arg type="s" direction="out" name="key"/>
    <arg type="v" direction="out" name="value"/>
    <annotation value="QVariantMap" name="foo.equivalent"/>
   </signal>
  </interface>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface name="iface.iface1">
   <signal name="Signal1">
    <arg type="as" direction="out"/>
   </signal>
   <signal name="Signal2">
    <arg type="s" name="key" direction="out"/>
    <arg type="v" name="value" direction="out"/>
    <annotation value="QVariantMap" name="foo.equivalent"/>
   </signal>
  </interface>
  
     Loc: [tst_qdbusxmlparser.cpp(472)]
  Totals: 53 passed, 5 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 name="foo.annotation" value="Hello, World"/>
    <annotation name="foo.annotation2" value="Goodbye, World"/>
   </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 name="foo.annotation" value="Hello, World"/>
    <annotation name="foo.annotation2" value="Goodbye, World"/>
   </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 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>
  
     Expected (clean_xml(intHeader + xmlDataFragment + intFooter)): <interface name="iface.iface1">
   <property name="baz" type="as" access="write">
    <annotation name="foo.annotation2" value="Goodbye, World"/>
    <annotation name="foo.annotation" value="Hello, World"/>
   </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 failed on first and second attempts, but with different behavior each time:
  QtQA::App::TestRunner:   first attempt:  exited with exit code 5
  QtQA::App::TestRunner:   second attempt: exited with exit code 7
  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.092525 seconds, exit code 7
  
  Testing tst_QStaticText
  FAIL!  : tst_QStaticText::drawStruckOutText() Compared values are not the same
     Loc: [tst_qstatictext.cpp(736)]
  FAIL!  : tst_QStaticText::drawOverlinedText() Compared values are not the same
     Loc: [tst_qstatictext.cpp(771)]
  FAIL!  : tst_QStaticText::drawUnderlinedText() Compared values are not the same
     Loc: [tst_qstatictext.cpp(805)]
  Totals: 24 passed, 3 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QStaticText *********
  Config: Using QTest library 5.0.0, Qt 5.0.0
  PASS   : tst_QStaticText::initTestCase()
  PASS   : tst_QStaticText::constructionAndDestruction()
  PASS   : tst_QStaticText::drawToPoint(Moderate caching)
  PASS   : tst_QStaticText::drawToPoint(Aggressive caching)
  PASS   : tst_QStaticText::drawToRect(Moderate caching)
  PASS   : tst_QStaticText::drawToRect(Aggressive caching)
  PASS   : tst_QStaticText::setFont()
  PASS   : tst_QStaticText::setTextWidth()
  PASS   : tst_QStaticText::prepareToCorrectData()
  PASS   : tst_QStaticText::prepareToWrongData()
  PASS   : tst_QStaticText::copyConstructor()
  PASS   : tst_QStaticText::translatedPainter()
  PASS   : tst_QStaticText::rotatedPainter()
  PASS   : tst_QStaticText::scaledPainter()
  PASS   : tst_QStaticText::projectedPainter()
  PASS   : tst_QStaticText::transformationChanged()
  PASS   : tst_QStaticText::plainTextVsRichText()
  PASS   : tst_QStaticText::setPenPlainText()
  PASS   : tst_QStaticText::setPenRichText()
  PASS   : tst_QStaticText::richTextOverridesPen()
  FAIL!  : tst_QStaticText::drawStruckOutText() Compared values are not the same
     Loc: [tst_qstatictext.cpp(736)]
  FAIL!  : tst_QStaticText::drawOverlinedText() Compared values are not the same
     Loc: [tst_qstatictext.cpp(771)]
  FAIL!  : tst_QStaticText::drawUnderlinedText() Compared values are not the same
     Loc: [tst_qstatictext.cpp(805)]
  PASS   : tst_QStaticText::unprintableCharacter_qtbug12614()
  PASS   : tst_QStaticText::underlinedColor_qtbug20159()
  PASS   : tst_QStaticText::textDocumentColor()
  PASS   : tst_QStaticText::cleanupTestCase()
  Totals: 24 passed, 3 failed, 0 skipped
  ********* Finished testing of tst_QStaticText *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qstatictext: 0.386285 seconds, exit code 3
  
  Testing tst_QGlyphRun
  FAIL!  : tst_QGlyphRun::drawStruckOutText() Compared values are not the same
     Loc: [tst_qglyphrun.cpp(564)]
  FAIL!  : tst_QGlyphRun::drawOverlinedText() Compared values are not the same
     Loc: [tst_qglyphrun.cpp(606)]
  FAIL!  : tst_QGlyphRun::drawUnderlinedText() Compared values are not the same
     Loc: [tst_qglyphrun.cpp(648)]
  Totals: 20 passed, 3 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QGlyphRun *********
  Config: Using QTest library 5.0.0, Qt 5.0.0
  PASS   : tst_QGlyphRun::initTestCase()
  PASS   : tst_QGlyphRun::constructionAndDestruction()
  PASS   : tst_QGlyphRun::copyConstructor()
  PASS   : tst_QGlyphRun::assignment()
  PASS   : tst_QGlyphRun::equalsOperator(Identical)
  PASS   : tst_QGlyphRun::equalsOperator(Different positions)
  PASS   : tst_QGlyphRun::equalsOperator(Different fonts)
  PASS   : tst_QGlyphRun::equalsOperator(Different glyph indexes)
  PASS   : tst_QGlyphRun::isEmpty()
  PASS   : tst_QGlyphRun::textLayoutGlyphIndexes()
  PASS   : tst_QGlyphRun::drawExistingGlyphs()
  QWARN  : tst_QGlyphRun::drawNonExistentGlyphs() load glyph failed err=6 face=0xd7f6f0, glyph=3
  QWARN  : tst_QGlyphRun::drawNonExistentGlyphs() load glyph failed err=6 face=0xd7f6f0, glyph=3
  QWARN  : tst_QGlyphRun::drawNonExistentGlyphs() QFontEngine: Glyph neither outline nor bitmap format=0
  QWARN  : tst_QGlyphRun::drawNonExistentGlyphs() load glyph failed err=6 face=0xd7f6f0, glyph=3
  QWARN  : tst_QGlyphRun::drawNonExistentGlyphs() QFontEngine: Glyph neither outline nor bitmap format=0
  PASS   : tst_QGlyphRun::drawNonExistentGlyphs()
  PASS   : tst_QGlyphRun::drawMultiScriptText1()
  PASS   : tst_QGlyphRun::drawMultiScriptText2()
  FAIL!  : tst_QGlyphRun::drawStruckOutText() Compared values are not the same
     Loc: [tst_qglyphrun.cpp(564)]
  FAIL!  : tst_QGlyphRun::drawOverlinedText() Compared values are not the same
     Loc: [tst_qglyphrun.cpp(606)]
  FAIL!  : tst_QGlyphRun::drawUnderlinedText() Compared values are not the same
     Loc: [tst_qglyphrun.cpp(648)]
  PASS   : tst_QGlyphRun::drawRightToLeft()
  PASS   : tst_QGlyphRun::detach()
  PASS   : tst_QGlyphRun::setRawData()
  PASS   : tst_QGlyphRun::setRawDataAndGetAsVector()
  PASS   : tst_QGlyphRun::boundingRect()
  QWARN  : tst_QGlyphRun::cleanupTestCase() QMutex: destroying locked mutex
  PASS   : tst_QGlyphRun::cleanupTestCase()
  Totals: 20 passed, 3 failed, 0 skipped
  ********* Finished testing of tst_QGlyphRun *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qglyphrun: 0.332858 seconds, exit code 3
  
  Testing tst_QAbstractTextDocumentLayout
  FAIL!  : tst_QAbstractTextDocumentLayout::anchorAt() Compared values are not the same
     Actual   (documentLayout->anchorAt(linkPoint)):
     Expected (QString("link")): link
     Loc: [tst_qabstracttextdocumentlayout.cpp(173)]
  Totals: 4 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QAbstractTextDocumentLayout *********
  Config: Using QTest library 5.0.0, Qt 5.0.0
  PASS   : tst_QAbstractTextDocumentLayout::initTestCase()
  PASS   : tst_QAbstractTextDocumentLayout::getSetCheck()
  PASS   : tst_QAbstractTextDocumentLayout::maximumBlockCount()
  FAIL!  : tst_QAbstractTextDocumentLayout::anchorAt() Compared values are not the same
     Actual   (documentLayout->anchorAt(linkPoint)):
     Expected (QString("link")): link
     Loc: [tst_qabstracttextdocumentlayout.cpp(173)]
  PASS   : tst_QAbstractTextDocumentLayout::cleanupTestCase()
  Totals: 4 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QAbstractTextDocumentLayout *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qabstracttextdocumentlayout: 0.094719 seconds, exit code 1

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

  Tested changes (refs/builds/stable_1355344179):
    http://codereview.qt-project.org/42553 [PS2] - fix installation of aux headers
    http://codereview.qt-project.org/42552 [PS1] - remove phonon vestiges
    http://codereview.qt-project.org/42496 [PS1] - add some docu about the project loading sequence
    http://codereview.qt-project.org/42560 [PS1] - Fix some WS errors
    http://codereview.qt-project.org/41661 [PS1] - Mac: fix bugs for font selection in QFontDialog
    http://codereview.qt-project.org/41660 [PS1] - Fix styleName support in QPA font database



More information about the Ci-reports mailing list