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

Update Squish tests to use new kit

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • P2: Important
    • None
    • Qt Creator 4.6.0-rc1
    • All Other Issues
    • None

    Description

      • tst_opencreator_qbs
      • tst_openqt_creator
      • tst_qtquick_creation
                if len(checkedTargets) == 0:
                    if controls and qtVersion < "5.7":
                        test.xfail("Could not check wanted target.", "Quick Controls 2 wizard needs Qt5.7+")
                    else:
                        test.fatal("Could not check wanted target")
        

        (When using 5.10 in this test, you can also remove parameter "targets" from createNewQtQuickApplication())

      • tst_qtquick_creation3
            available = ["5.6"]
        
            for qtVersion in available:
                # using a temporary directory won't mess up a potentially existing
                workingDir = tempDir()
                projectName = createNewQtQuickUI(workingDir, qtVersion)
                kit = Targets.getStringForTarget(Targets.DESKTOP_5_6_1_DEFAULT)
        

      Attachments

        Issue Links

          For Gerrit Dashboard: QTCREATORBUG-20056
          # Subject Branch Project Status CR V

          Activity

            People

              rlohning Robert Löhning
              rlohning Robert Löhning
              Veli-Pekka Heinonen Veli-Pekka Heinonen
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes