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

tst_SignalSpy::testCount fails in CI on macOS

    XMLWordPrintable

Details

    • macOS
    • 0fa3cbd9ab (qt/qtdeclarative/dev) 0fa3cbd9ab (qt/tqtc-qtdeclarative/dev) 519e28fd7b (qt/qtdeclarative/6.4) 19c3d27840 (qt/qtdeclarative/6.3) 19c3d27840 (qt/tqtc-qtdeclarative/6.3) 519e28fd7b (qt/tqtc-qtdeclarative/6.4)

    Description

      void tst_SignalSpy::testCount()
      {
          const QUrl urls[] = {
              testFileUrl("signalspy.qml"),
              testFileUrl("signalspy2.qml"),
          };
          for (const auto &url : urls) {
              QQuickView window;
              window.resize(200, 200);
              window.setSource(url);
              window.show();
              QVERIFY(QTest::qWaitForWindowActive(&window)); // <-----
              QVERIFY(window.rootObject() != nullptr);
      

      has been failing and blocking other patches; see for example https://codereview.qt-project.org/c/qt/qtdeclarative/+/414194 / https://testresults.qt.io/logs/qt/qtdeclarative/a9436f2be184e43528bf1ed45027a85c81bc1b90/MacOSMacOS_12x86_64MacOSMacOS_12x86_64Clangqtci-macos-12-x86_64-102-e12a07Sccache_TestOnly/7db13adb82b70a023bb5fe859444c0c7521636c2/test_1654413387/log.txt.gz

      Attachments

        Issue Links

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

          Activity

            People

              mitch_curtis Mitch Curtis
              srutledg Shawn Rutledge
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes