Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-21003

tst_qdeclarativevaluetypes declarative autotest fails

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.0.0
    • 5.0.0
    • None
    • 9506823a68cda1214ecf305e78f4f27cc764afa6

    Description

      This declarative autotest fails:

      8/18/11 6:14:16 PM EST: Information of screen 258:
      8/18/11 6:14:16 PM EST:   width.........: 800
      8/18/11 6:14:16 PM EST:   height........: 600
      8/18/11 6:14:16 PM EST:   depth.........: 24
      8/18/11 6:14:16 PM EST:   white pixel...: ffffff
      8/18/11 6:14:16 PM EST:   black pixel...: 0
      
      8/18/11 6:14:16 PM EST: Running window manager: KWin
      8/18/11 6:14:16 PM EST: ********* Start testing of tst_qdeclarativevaluetypes *********
      8/18/11 6:14:16 PM EST: Config: Using QTest library 5.0.0, Qt 5.0.0
      8/18/11 6:14:16 PM EST: PASS   : tst_qdeclarativevaluetypes::initTestCase()
      8/18/11 6:14:16 PM EST: PASS   : tst_qdeclarativevaluetypes::point()
      8/18/11 6:14:16 PM EST: PASS   : tst_qdeclarativevaluetypes::pointf()
      8/18/11 6:14:16 PM EST: PASS   : tst_qdeclarativevaluetypes::size()
      8/18/11 6:14:16 PM EST: PASS   : tst_qdeclarativevaluetypes::sizef()
      8/18/11 6:14:16 PM EST: PASS   : tst_qdeclarativevaluetypes::sizereadonly()
      8/18/11 6:14:16 PM EST: PASS   : tst_qdeclarativevaluetypes::rect()
      8/18/11 6:14:16 PM EST: PASS   : tst_qdeclarativevaluetypes::rectf()
      8/18/11 6:14:16 PM EST: PASS   : tst_qdeclarativevaluetypes::vector2d()
      8/18/11 6:14:16 PM EST: PASS   : tst_qdeclarativevaluetypes::vector3d()
      8/18/11 6:14:16 PM EST: PASS   : tst_qdeclarativevaluetypes::vector4d()
      8/18/11 6:14:16 PM EST: PASS   : tst_qdeclarativevaluetypes::quaternion()
      8/18/11 6:14:16 PM EST: PASS   : tst_qdeclarativevaluetypes::matrix4x4()
      8/18/11 6:14:16 PM EST: FAIL!  : tst_qdeclarativevaluetypes::font() Compared values are not the same
      8/18/11 6:14:16 PM EST:    Actual (object->property("tostring").toString()): QFont(Arial,29,-1,5,63,1,1,1,0,0)
      8/18/11 6:14:16 PM EST:    Expected (tostring): QFont(Arial,29,-1,0,63,1,1,1,0,0)
      8/18/11 6:14:16 PM EST:    Loc: [tst_qdeclarativevaluetypes.cpp(798)]
      8/18/11 6:14:16 PM EST: PASS   : tst_qdeclarativevaluetypes::color()
      8/18/11 6:14:16 PM EST: PASS   : tst_qdeclarativevaluetypes::variant()
      8/18/11 6:14:16 PM EST: PASS   : tst_qdeclarativevaluetypes::bindingAssignment()
      8/18/11 6:14:16 PM EST: PASS   : tst_qdeclarativevaluetypes::bindingRead()
      8/18/11 6:14:16 PM EST: PASS   : tst_qdeclarativevaluetypes::staticAssignment()
      8/18/11 6:14:16 PM EST: PASS   : tst_qdeclarativevaluetypes::scriptAccess()
      8/18/11 6:14:16 PM EST: PASS   : tst_qdeclarativevaluetypes::autoBindingRemoval()
      8/18/11 6:14:16 PM EST: PASS   : tst_qdeclarativevaluetypes::valueSources()
      8/18/11 6:14:16 PM EST: PASS   : tst_qdeclarativevaluetypes::valueInterceptors()
      8/18/11 6:14:16 PM EST: PASS   : tst_qdeclarativevaluetypes::bindingConflict()
      8/18/11 6:14:16 PM EST: PASS   : tst_qdeclarativevaluetypes::deletedObject()
      8/18/11 6:14:16 PM EST: PASS   : tst_qdeclarativevaluetypes::bindingVariantCopy()
      8/18/11 6:14:16 PM EST: PASS   : tst_qdeclarativevaluetypes::scriptVariantCopy()
      8/18/11 6:14:16 PM EST: PASS   : tst_qdeclarativevaluetypes::cppClasses()
      8/18/11 6:14:16 PM EST: PASS   : tst_qdeclarativevaluetypes::enums()
      8/18/11 6:14:16 PM EST: PASS   : tst_qdeclarativevaluetypes::conflictingBindings()
      8/18/11 6:14:16 PM EST: PASS   : tst_qdeclarativevaluetypes::returnValues()
      8/18/11 6:14:16 PM EST: PASS   : tst_qdeclarativevaluetypes::varAssignment()
      8/18/11 6:14:16 PM EST: PASS   : tst_qdeclarativevaluetypes::bindingsSpliceCorrectly()
      8/18/11 6:14:16 PM EST: PASS   : tst_qdeclarativevaluetypes::cleanupTestCase()
      8/18/11 6:14:16 PM EST: Totals: 33 passed, 1 failed, 0 skipped
      8/18/11 6:14:16 PM EST: ********* Finished testing of tst_qdeclarativevaluetypes *********
      8/18/11 6:14:16 PM EST: Number of leaked items: 0
      

      Full log at http://pulse.test.qt.nokia.com:8080/file/artifacts/127690448/_artifacts/test-logs/tst_qdeclarativevaluetypes-00.txt (Nokia LAN)

      I think there's a fair chance this failure may be specific to qpa, as font handling follows a different code path for that platform and seems to have some issues. But I did not test with non-qpa to confirm this.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            chriadam Christopher Adams (closed Nokia identity) (Inactive)
            rmcgover Rohan McGovern (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes