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

QtQuick tests need RUN_SERIAL property to avoid conflicts with other tests

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.2.0 Beta1
    • None

    Description

      Some tests take over the mouse and move it, presumably to do things like testing mouse event handling. CTest can run tests in parallel, but that would cause these mouse-using tests to fail due to them fighting over control of the mouse. Such tests should have their RUN_SERIAL test property set to true so that they always run on their own and will have exclusive access to the mouse, etc.

      Attachments

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

        Activity

          People

            qtbuildsystem Qt Build System Team
            crscott Craig Scott
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes