Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-32999

Create RTA tests for iOS support

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • None
    • All Other Issues
    • None

    Description

      It would be good to have RTA tests for iOS support, covering iOS Simulator and devices.

      I'm not sure what kind of physical devices we do have available, but a wishlist would be:

      Tests, similar to https://wiki.qt.io/Qt_Creator_ManualTests_iOS :

      1. Compiling a project
      2. Running a project, including
        1. killing the app with the stop button in QtC
        2. killing the app on the device/simulator
        3. starting the app while it is already running on the device/simulator
      3. Checking app output, both from C++ code (qDebug) and QML code (console.log)
      4. C++ Debugging (does it start & stop at a breakpoint)
      5. QML Debugging (does it start & stop at a breakpoint)
      6. QML Profiling (does it start & collect some data)

      Depending on the device:

      1. Simulator: all of the above
      2. Device with iOS 16 or earlier (requires Qt 6.7 or earlier, I think): all of the above
      3. Device with iOS 17 or later: all except QML Debugging and QML Profiling (not supported)
      4. Device with iOS 17 or later and QTC_FORCE_POLLINGIOSRUNNER=1: Only Compiling and Running.

      Attachments

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

        Activity

          People

            jukkanokso Jukka Nokso
            con Eike Ziller
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes