aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_debugger/tst_build_new_project
Commit message (Collapse)AuthorAgeFilesLines
* SquishTests: Expect another build fail on WinChristian Stenger2023-04-141-0/+1
| | | | | Change-Id: Id4051f4f82c1219209fd59e72f1add76ec338a87 Reviewed-by: Robert Löhning <robert.loehning@qt.io>
* SquishTests: Fix compiler substitution on WindowsChristian Stenger2023-04-061-3/+0
| | | | | Change-Id: I970622c888d6c8b7c63e8b1674419ba900ea6d24 Reviewed-by: Robert Löhning <robert.loehning@qt.io>
* SquishTests: More expected build issuesChristian Stenger2023-03-291-2/+16
| | | | | | | | | | Expect build issues if the kit does not support the minimum cpp standard needed by the project. Additionally exclude the kit explicitly if the compiler is too old to understand the needed minimum cpp standard. Change-Id: I0cf0ad17b2cd68ba990d3360a8628ddd7fe507bd Reviewed-by: Robert Löhning <robert.loehning@qt.io>
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
| | | | | | | | | | | | | | | Since we also license under GPL-3.0 WITH Qt-GPL-exception-1.0, this applies only to a hypothetical newer version of GPL, that doesn't exist yet. If such a version emerges, we can still decide to relicense... While at it, replace (deprecated) GPL-3.0 with more explicit GPL-3.0-only Change was done by running find . -type f -exec perl -pi -e "s/LicenseRef-Qt-Commercial OR GPL-3.0\+ OR GPL-3.0 WITH Qt-GPL-exception-1.0/LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0/g" {} \; Change-Id: I5097e6ce8d10233993ee30d7e25120e2659eb10b Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Use SPDX license identifiersLucie Gérard2022-08-261-23/+1
| | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. Task-number: QTBUG-67283 Change-Id: I708fd1f9f2b73d60f57cc3568646929117825813 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Squish: Refactor starting Qt Creator from SquishChristian Stenger2018-09-051-1/+1
| | | | | Change-Id: I7cbce7db2a22a7cb327965b9b7918eb46266b260 Reviewed-by: Robert Loehning <robert.loehning@qt.io>
* Squish: Refactor selecting configured Kits in projectRobert Loehning2018-08-021-3/+3
| | | | | | | | | | | | | The design of the Projects mode changed several times. We wrote lots of workarounds to keep even more old code alive because we never had the time for a proper refactoring. This time is now. Leads to more stable code with far less variables flying around. Task-number: QTCREATORBUG-20265 Change-Id: I29e5956ea3279cdb1d6da61bf5b461666de436bc Reviewed-by: Robert Loehning <robert.loehning@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-29/+24
| | | | | | | * Update license information in tests directory Change-Id: I311441dd37d053ca3175e44b284258e232ee93e0 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Fix copyright headers in Python filesRobert Loehning2015-02-131-1/+1
| | | | | Change-Id: Id2c60eae52d315b8b133512d978598d1bc187b43 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Update LicenseEike Ziller2015-01-161-6/+6
| | | | | Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* License updateEike Ziller2014-10-091-7/+8
| | | | | Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* Squish: Do not invoke Exit on AUT inside helper functionsChristian Stenger2014-01-281-2/+2
| | | | | | | | Quitting the AUT should always be reserved for the main function of a test case. Change-Id: I1a90e7c1e327cde37280e9d3130b30216798382c Reviewed-by: Robert Loehning <robert.loehning@digia.com>
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
| | | | | | Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* Squish: Added copyright headersRobert Loehning2013-05-151-0/+29
| | | | | Change-Id: Icdf2f31f73e8b6eed75954ad31d12d48e00109b5 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Squish: catch plugin loader error if it occursChristian Stenger2013-02-221-0/+2
| | | | | | | ...and stop execution of the current test case Change-Id: I46ac21e79f643f6890b7303d08c204dcd9fa9386 Reviewed-by: Robert Loehning <robert.loehning@digia.com>
* Squish: Exit test cases if runAndCloseApp() failedRobert Loehning2013-01-241-1/+2
| | | | | Change-Id: I9149673fc1c227543b6d92ece0ed00a993e06ccf Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Squish: Enable testing with MSVC againRobert Loehning2013-01-231-3/+3
| | | | | Change-Id: Ib6051caa6e3a52a611aa24c0bf0c4d89939fdd58 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Squish: Updated iterateBuildConfigs() to handle multiple kitsRobert Loehning2012-10-301-3/+3
| | | | | Change-Id: I724e45bf510015dbdae6cb4c6cb55285167dafbc Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Squish: Removed outdated cleanupsRobert Loehning2012-10-181-10/+1
| | | | | | | __removeTmpSettingsDir__() does it all. Change-Id: Ic1eb2ef02665c5d863956a1587f4f46344743f8e Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Squish: Added fatals when no Qt version was foundRobert Loehning2012-05-211-1/+4
| | | | | Change-Id: I1d1f4f378ef60107a488477bce40dacaabbe4109 Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
* Squish: Change temporarily(?) to ConsoleChristian Stenger2012-04-051-1/+1
| | | | | Change-Id: Ib31780a5cc4a159afb4f3eeef4165d30f09e2ba7 Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
* Squish: Always using menu to close CreatorRobert Loehning2012-04-041-1/+1
| | | | | Change-Id: I9f8019a23ad96baa865c74721fb8712d612adb81 Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
* Squish: Running tst_build_new_project on more build configsRobert Loehning2012-01-171-2/+5
| | | | | | Change-Id: I413f5393bb8d56842d8132e26123ebe21d89c57a Reviewed-by: Christian Stenger <christian.stenger@nokia.com> Reviewed-by: Bill King <bill.king@nokia.com>
* Squish: Some more reuse of codeRobert Loehning2011-11-081-7/+1
| | | | | | Change-Id: I3d4e7c0b9d8afc31fb5cfa2bc7879ea999129158 Reviewed-by: Bill King <bill.king@nokia.com> Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
* Squish: Let one function handle last page of all project wizardsRobert Loehning2011-10-171-1/+1
| | | | | Change-Id: I74e2c2f0c50a3131ad66fbde5e4a7fe004b7ebff Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
* Squish: Changed bad naming and property issueChristian Stenger2011-10-061-1/+1
| | | | | | | Change-Id: I797820642f9f7041801930155dad2fc708e90ea0 Reviewed-on: http://codereview.qt-project.org/6177 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
* Squish: Added test suite for debugger related testsRobert Loehning2011-10-051-0/+24
Change-Id: I11c114787cc3c2721147d55c86f87aaf31daec9e Reviewed-on: http://codereview.qt-project.org/5644 Reviewed-by: Christian Stenger <christian.stenger@nokia.com> Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>