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

Update Squish tests to use new kit

XMLWordPrintable

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

      • 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)
        

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

            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

              Created:
              Updated:

                There are no open Gerrit changes