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

tst_qquickitemlayer tests fail on Android

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 6.3.0
    • None
    • Android

    Description

      tst_qquickitemlayer tests fail with output:

      ********* Start testing of tst_QQuickItemLayer *********
      Config: Using QtTest library 6.4.0, Qt 6.4.0 (arm64-little_endian-lp64 shared (dynamic) debug build; by Clang 12.0.8 (https://android.googlesource.com/toolchain/llvm-project c935d99d7cf2016289302412d708641d52d2f7ee)), android 12.0
      PASS   : tst_QQuickItemLayer::initTestCase()
      PASS   : tst_QQuickItemLayer::layerEnabled()
      FAIL!  : tst_QQuickItemLayer::layerSmooth() 'qRed(pixel) > 0' returned FALSE. ()
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(125)]
      PASS   : tst_QQuickItemLayer::layerMipmap()
      PASS   : tst_QQuickItemLayer::layerEffect()
      FAIL!  : tst_QQuickItemLayer::layerVisibility(!effect, !visible, a=1) Compared values are not the same
         Actual   (pixel)                 : 0
         Expected (qRgb(0xff, 0xff, 0xff)): 4294967295
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(263)]
      FAIL!  : tst_QQuickItemLayer::layerVisibility(!effect, visible, a=1) Compared values are not the same
         Actual   (pixel)                 : 0
         Expected (qRgb(0xff, 0xff, 0xff)): 4294967295
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(263)]
      FAIL!  : tst_QQuickItemLayer::layerVisibility(effect, !visible, a=1) Compared values are not the same
         Actual   (qBlue(pixel)): 0
         Expected (0xff)        : 255
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(269)]
      FAIL!  : tst_QQuickItemLayer::layerVisibility(effect, visible, a=1) Compared values are not the same
         Actual   (qRed(pixel)): 0
         Expected (0xff)       : 255
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(265)]
      FAIL!  : tst_QQuickItemLayer::layerVisibility(!effect, !visible, a=.5) Compared values are not the same
         Actual   (pixel)                 : 0
         Expected (qRgb(0xff, 0xff, 0xff)): 4294967295
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(263)]
      FAIL!  : tst_QQuickItemLayer::layerVisibility(!effect, visible, a=.5) Compared values are not the same
         Actual   (pixel)                 : 0
         Expected (qRgb(0xff, 0xff, 0xff)): 4294967295
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(263)]
      FAIL!  : tst_QQuickItemLayer::layerVisibility(effect, !visible, a=.5) Compared values are not the same
         Actual   (qBlue(pixel)): 0
         Expected (0xff)        : 255
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(269)]
      FAIL!  : tst_QQuickItemLayer::layerVisibility(effect, visible, a=.5) Compared values are not the same
         Actual   (qRed(pixel)): 0
         Expected (0xff)       : 255
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(265)]
      FAIL!  : tst_QQuickItemLayer::layerVisibility(!effect, !visible, a=0) Compared values are not the same
         Actual   (pixel)                 : 0
         Expected (qRgb(0xff, 0xff, 0xff)): 4294967295
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(263)]
      FAIL!  : tst_QQuickItemLayer::layerVisibility(!effect, visible, a=0) Compared values are not the same
         Actual   (pixel)                 : 0
         Expected (qRgb(0xff, 0xff, 0xff)): 4294967295
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(263)]
      FAIL!  : tst_QQuickItemLayer::layerVisibility(effect, !visible, a=0) Compared values are not the same
         Actual   (pixel)                 : 0
         Expected (qRgb(0xff, 0xff, 0xff)): 4294967295
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(263)]
      FAIL!  : tst_QQuickItemLayer::layerVisibility(effect, visible, a=0) Compared values are not the same
         Actual   (pixel)                 : 0
         Expected (qRgb(0xff, 0xff, 0xff)): 4294967295
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(263)]
      PASS   : tst_QQuickItemLayer::layerSourceRect()
      FAIL!  : tst_QQuickItemLayer::layerZOrder(!effect) Compared values are not the same
         Actual   (fb.pixel(50, 50)): 4294967295
         Expected (qRgb(0, 0, 0xff)): 4278190335
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(305)]
      FAIL!  : tst_QQuickItemLayer::layerZOrder(effect) Compared values are not the same
         Actual   (fb.pixel(50, 50)): 4294967295
         Expected (qRgb(0, 0, 0xff)): 4278190335
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(305)]
      PASS   : tst_QQuickItemLayer::layerIsTextureProvider()
      FAIL!  : tst_QQuickItemLayer::changeZOrder(layered, effect) Compared values are not the same
         Actual   (bottomLeft)      : 4294967295
         Expected (qRgb(0, 0, 0xff)): 4278190335
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(347)]
      FAIL!  : tst_QQuickItemLayer::changeZOrder(layered, !effect) Compared values are not the same
         Actual   (bottomLeft)      : 4294967295
         Expected (qRgb(0, 0, 0xff)): 4278190335
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(347)]
      FAIL!  : tst_QQuickItemLayer::changeZOrder(!layered) Compared values are not the same
         Actual   (bottomLeft)      : 4294967295
         Expected (qRgb(0, 0, 0xff)): 4278190335
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(347)]
      PASS   : tst_QQuickItemLayer::toggleLayerAndEffect()
      PASS   : tst_QQuickItemLayer::disableLayer()
      PASS   : tst_QQuickItemLayer::changeSamplerName()
      FAIL!  : tst_QQuickItemLayer::itemEffect() Compared values are not the same
         Actual   (fb.pixel(0, 199)): 4290052170
         Expected (qRgb(0, 0, 0xff)): 4278190335
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(413)]
      FAIL!  : tst_QQuickItemLayer::rectangleEffect() Compared values are not the same
         Actual   (fb.pixel(199, 199)): 4278190335
         Expected (qRgb(0, 0xff, 0))  : 4278255360
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(427)]
      FAIL!  : tst_QQuickItemLayer::textureMirroring(no mirroring) Compared values are not the same
         Actual   (fb.pixel(x + offset, offset)): 4294967295
         Expected (qRgb(0, 0, 0))               : 4278190080
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(520)]
      FAIL!  : tst_QQuickItemLayer::textureMirroring(no mirroring) Compared values are not the same
         Actual   (fb.pixel(x + offset, offset)): 4294967295
         Expected (qRgb(0, 0xff, 0))            : 4278255360
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(488)]
      FAIL!  : tst_QQuickItemLayer::textureMirroring(no mirroring) Compared values are not the same
         Actual   (fb.pixel(x + offset + spacing, offset)): 4278190080
         Expected (qRgb(0xff, 0, 0))                      : 4294901760
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(521)]
      FAIL!  : tst_QQuickItemLayer::textureMirroring(no mirroring) Compared values are not the same
         Actual   (fb.pixel(x + offset, offset + spacing)): 4278190080
         Expected (qRgb(0, 0xff, 0))                      : 4278255360
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(522)]
      FAIL!  : tst_QQuickItemLayer::textureMirroring(no mirroring) Compared values are not the same
         Actual   (fb.pixel(x + offset, offset)): 4294901760
         Expected (qRgb(0, 0xff, 0))            : 4278255360
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(488)]
      FAIL!  : tst_QQuickItemLayer::textureMirroring(horizontal) Compared values are not the same
         Actual   (fb.pixel(x + offset, offset)): 4294967295
         Expected (qRgb(0, 0, 0))               : 4278190080
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(520)]
      FAIL!  : tst_QQuickItemLayer::textureMirroring(horizontal) Compared values are not the same
         Actual   (fb.pixel(x + offset, offset)): 4294967295
         Expected (qRgb(0, 0, 0xff))            : 4278190335
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(495)]
      FAIL!  : tst_QQuickItemLayer::textureMirroring(horizontal) Compared values are not the same
         Actual   (fb.pixel(x + offset + spacing, offset)): 4278190080
         Expected (qRgb(0xff, 0, 0))                      : 4294901760
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(521)]
      FAIL!  : tst_QQuickItemLayer::textureMirroring(horizontal) Compared values are not the same
         Actual   (fb.pixel(x + offset, offset + spacing)): 4278190080
         Expected (qRgb(0, 0xff, 0))                      : 4278255360
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(522)]
      FAIL!  : tst_QQuickItemLayer::textureMirroring(horizontal) Compared values are not the same
         Actual   (fb.pixel(x + offset, offset)): 4294901760
         Expected (qRgb(0, 0, 0xff))            : 4278190335
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(495)]
      FAIL!  : tst_QQuickItemLayer::textureMirroring(vertical) Compared values are not the same
         Actual   (fb.pixel(x + offset, offset)): 4294967295
         Expected (qRgb(0, 0, 0))               : 4278190080
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(520)]
      FAIL!  : tst_QQuickItemLayer::textureMirroring(vertical) Compared values are not the same
         Actual   (fb.pixel(x + offset, offset)): 4294967295
         Expected (qRgb(0, 0, 0))               : 4278190080
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(502)]
      FAIL!  : tst_QQuickItemLayer::textureMirroring(vertical) Compared values are not the same
         Actual   (fb.pixel(x + offset + spacing, offset)): 4278190080
         Expected (qRgb(0xff, 0, 0))                      : 4294901760
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(521)]
      FAIL!  : tst_QQuickItemLayer::textureMirroring(vertical) Compared values are not the same
         Actual   (fb.pixel(x + offset, offset + spacing)): 4278190080
         Expected (qRgb(0, 0xff, 0))                      : 4278255360
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(522)]
      FAIL!  : tst_QQuickItemLayer::textureMirroring(vertical) Compared values are not the same
         Actual   (fb.pixel(x + offset, offset)): 4294901760
         Expected (qRgb(0, 0, 0))               : 4278190080
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(502)]
      FAIL!  : tst_QQuickItemLayer::textureMirroring(horizontal | vertical) Compared values are not the same
         Actual   (fb.pixel(x + offset, offset)): 4294967295
         Expected (qRgb(0, 0, 0))               : 4278190080
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(520)]
      FAIL!  : tst_QQuickItemLayer::textureMirroring(horizontal | vertical) Compared values are not the same
         Actual   (fb.pixel(x + offset, offset)): 4294967295
         Expected (qRgb(0xff, 0, 0))            : 4294901760
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(509)]
      FAIL!  : tst_QQuickItemLayer::textureMirroring(horizontal | vertical) Compared values are not the same
         Actual   (fb.pixel(x + offset + spacing, offset)): 4278190080
         Expected (qRgb(0xff, 0, 0))                      : 4294901760
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(521)]
      FAIL!  : tst_QQuickItemLayer::textureMirroring(horizontal | vertical) Compared values are not the same
         Actual   (fb.pixel(x + offset, offset + spacing)): 4278190080
         Expected (qRgb(0, 0xff, 0))                      : 4278255360
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(522)]
      FAIL!  : tst_QQuickItemLayer::textureMirroring(horizontal | vertical) Compared values are not the same
         Actual   (fb.pixel(x + offset + spacing, offset)): 4294901760
         Expected (qRgb(0, 0, 0))                         : 4278190080
         Loc: [/home/andreasbuhr/development/qtdev/qtdeclarative/tests/auto/quick/qquickitemlayer/tst_qquickitemlayer.cpp(510)]
      PASS   : tst_QQuickItemLayer::cleanupTestCase()
      Totals: 10 passed, 24 failed, 0 skipped, 0 blacklisted, 6327ms
      ********* Finished testing of tst_QQuickItemLayer *********
      
      

      Attachments

        Issue Links

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

          Activity

            People

              qt.team.quick.subscriptions Qt Quick and Widgets Team
              andreasbuhr Andreas Buhr
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: