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

tst_QApplication has failing tests on Android

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.0
    • None
    • Android

    Description

      tst_QApplication has few failing tests on Android

      FAIL!  : tst_QApplication::setFont(data0b) Compared values are not the same
         Loc: [/home/assam/sources/qt5/qt5/qtbase/tests/auto/widgets/kernel/qapplication/tst_qapplication.cpp(383)]
      FAIL!  : tst_QApplication::setFont(data1b) Compared values are not the same
         Loc: [/home/assam/sources/qt5/qt5/qtbase/tests/auto/widgets/kernel/qapplication/tst_qapplication.cpp(383)]
      FAIL!  : tst_QApplication::setFont(data2b) Compared values are not the same
         Loc: [/home/assam/sources/qt5/qt5/qtbase/tests/auto/widgets/kernel/qapplication/tst_qapplication.cpp(383)]
      FAIL!  : tst_QApplication::setFont(nonexistingfont before) Compared values are not the same
         Loc: [/home/assam/sources/qt5/qt5/qtbase/tests/auto/widgets/kernel/qapplication/tst_qapplication.cpp(383)]
      FAIL!  : tst_QApplication::setFont(largescaleable before) Compared values are not the same
         Loc: [/home/assam/sources/qt5/qt5/qtbase/tests/auto/widgets/kernel/qapplication/tst_qapplication.cpp(383)]
      FAIL!  : tst_QApplication::setFont(largeunscaleale before) Compared values are not the same
         Loc: [/home/assam/sources/qt5/qt5/qtbase/tests/auto/widgets/kernel/qapplication/tst_qapplication.cpp(383)]
      FAIL!  : tst_QApplication::closeAllWindows() 'QTest::qWaitForWindowExposed(messageBox)' returned FALSE. ()
         Loc: [/home/assam/sources/qt5/qt5/qtbase/tests/auto/widgets/kernel/qapplication/tst_qapplication.cpp(795)]
      FAIL!  : tst_QApplication::closeAllWindows() '!w->isVisible()' returned FALSE. ()
         Loc: [/home/assam/sources/qt5/qt5/qtbase/tests/auto/widgets/kernel/qapplication/tst_qapplication.cpp(854)]
      FAIL!  : tst_QApplication::libraryPaths() 'isPathListIncluded(actual, expected)' returned FALSE. (actual:
       - :/
      expected:
       - /data/app/org.qtproject.example.tst_qapplication-1/lib/x86
       - :/)
         Loc: [/home/assam/sources/qt5/qt5/qtbase/tests/auto/widgets/kernel/qapplication/tst_qapplication.cpp(907)]
      FAIL!  : tst_QApplication::libraryPaths_qt_plugin_path_2() 'isPathListIncluded(QCoreApplication::libraryPaths(), expected)' returned FALSE. (actual:
       - /data/app/org.qtproject.example.tst_qapplication-1/lib/x86
      expected:
       - /data/app/org.qtproject.example.tst_qapplication-1/lib/plugins
       - /data/app/org.qtproject.example.tst_qapplication-1/lib/x86
       - /data/data/org.qtproject.example.tst_qapplication/files)
         Loc: [/home/assam/sources/qt5/qt5/qtbase/tests/auto/widgets/kernel/qapplication/tst_qapplication.cpp(1033)]
      FAIL!  : tst_QApplication::desktopSettingsAware() 'testProcess.waitForStarted()' returned FALSE. (Cannot start 'desktopsettingsaware_helper': execvp: No such file or directory)
         Loc: [/home/assam/sources/qt5/qt5/qtbase/tests/auto/widgets/kernel/qapplication/tst_qapplication.cpp(1443)]
      FAIL!  : tst_QApplication::applicationPalettePolish() '!app.palette().resolveMask()' returned FALSE. ()
         Loc: [/home/assam/sources/qt5/qt5/qtbase/tests/auto/widgets/kernel/qapplication/tst_qapplication.cpp(1849)]
      FAIL!  : tst_QApplication::touchEventPropagation() '(widget.seenMouseEvent)' returned FALSE. ()
         Loc: [/home/assam/sources/qt5/qt5/qtbase/tests/auto/widgets/kernel/qapplication/tst_qapplication.cpp(2071)]
      FAIL!  : tst_QApplication::wheelEventPropagation(outer, classic) Compared values are not the same
         Actual   (innerVBar->isVisible()): 1
         Expected (innerScrolls)          : 0
         Loc: [/home/assam/sources/qt5/qt5/qtbase/tests/auto/widgets/kernel/qapplication/tst_qapplication.cpp(2299)]
      FAIL!  : tst_QApplication::wheelEventPropagation(outer, kinetic) Compared values are not the same
         Actual   (innerVBar->isVisible()): 1
         Expected (innerScrolls)          : 0
         Loc: [/home/assam/sources/qt5/qt5/qtbase/tests/auto/widgets/kernel/qapplication/tst_qapplication.cpp(2299)]
      FAIL!  : tst_QApplication::wheelEventPropagation(outer, partial kinetic) Compared values are not the same
         Actual   (innerVBar->isVisible()): 1
         Expected (innerScrolls)          : 0
         Loc: [/home/assam/sources/qt5/qt5/qtbase/tests/auto/widgets/kernel/qapplication/tst_qapplication.cpp(2299)]
      FAIL!  : tst_QApplication::wheelEventPropagation(outer, changing direction) Compared values are not the same
         Actual   (innerVBar->isVisible()): 1
         Expected (innerScrolls)          : 0
         Loc: [/home/assam/sources/qt5/qt5/qtbase/tests/auto/widgets/kernel/qapplication/tst_qapplication.cpp(2299)]
      FAIL!  : tst_QApplication::qtbug_12673() 'testProcess.waitForStarted()' returned FALSE. (Cannot start 'modal_helper': execvp: No such file or directory)
         Loc: [/home/assam/sources/qt5/qt5/qtbase/tests/auto/widgets/kernel/qapplication/tst_qapplication.cpp(2345)]
      QWARN  : tst_QApplication::staticFunctions() Must construct a QGuiApplication first.
      QWARN  : tst_QApplication::staticFunctions() Must construct a QApplication first.
      Totals: 53 passed, 18 failed, 0 skipped, 0 blacklisted, 58702ms
      ********* Finished testing of tst_QApplication *********
      Makefile:451: recipe for target 'check' failed
      make[3]: Leaving directory '/media/assam/Uusi_asema/Qt-dev/tests/qtbase/auto/widgets/kernel/qapplication/test'
      

      Attachments

        Issue Links

          For Gerrit Dashboard: QTBUG-87666
          # Subject Branch Project Status CR V

          Activity

            People

              qt.team.quick.subscriptions Qt Quick and Widgets Team
              assam Assam Boudjelthia
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes