summaryrefslogtreecommitdiff
path: root/src/plugins/autotest
Commit message (Expand)AuthorAgeFilesLines
* AutoTest: Fix test result output when debugging testsClaus Steuer2017-09-121-1/+1
* AutoTest: Add location info to all GTest resultsClaus Steuer2017-09-014-5/+99
* AutoTest auto tests: Fix license headerEike Ziller2017-08-292-2/+2
* Fix more copyright years in pluginsEike Ziller2017-08-291-1/+1
* AutoTest: Ensure reparse even for unlisted Qml filesChristian Stenger2017-08-252-4/+6
* AutoTest: Do not blindly mark tree items for removalChristian Stenger2017-08-251-7/+5
* AutoTest: Fix handling of running selected Quick TestsChristian Stenger2017-08-081-31/+3
* AutoTest: Add minimal logging to TestConfigurationChristian Stenger2017-08-071-3/+30
* AutoTest: Avoid guessing run configurationChristian Stenger2017-07-314-32/+53
* AutoTest: Improve test results summary items displayChristian Stenger2017-07-245-17/+42
* AutoTest: Fix appending test results with the same nameChristian Stenger2017-07-2411-11/+40
* ProjectExplorer: Rename RunControl::finished to stoppedhjk2017-07-121-2/+2
* Debugger: Streamline error string handlinghjk2017-07-111-1/+1
* AutoTest: Fix condition for finish messageChristian Stenger2017-07-061-1/+1
* AutoTest: Add optional verbosity for Qt testsChristian Stenger2017-07-046-1/+36
* ProjectExplorer: Remove virtual RunControl start/stop trampolinhjk2017-06-301-1/+2
* AutoTest: Support plaintext output for Qt testsChristian Stenger2017-06-309-40/+289
* AutoTest: Speed up finding parent itemsChristian Stenger2017-06-301-1/+1
* AutoTest: Make test tree root items checkableChristian Stenger2017-06-297-8/+24
* Autotest: Fix compilationOrgad Shaneh2017-06-281-0/+1
* Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-06-283-8/+26
|\
| * AutoTest: Improve finding executables for cmake based projectsChristian Stenger2017-06-272-0/+13
| * AutoTest: Fix finding runconfig for multiple build targetsChristian Stenger2017-06-261-8/+13
* | Merge remote-tracking branch 'origin/4.3'Orgad Shaneh2017-06-2014-29/+149
|\ \ | |/
| * AutoTest: Fix handling of multiple build targetsChristian Stenger2017-06-198-18/+71
| * AutoTest: Avoid triggering run tests while buildingChristian Stenger2017-06-194-9/+28
| * AutoTest: Avoid full rescans if not necessaryChristian Stenger2017-06-132-2/+50
* | AutoTest: Clean up includesChristian Stenger2017-06-131-17/+1
* | AutoTest: Provide way to access the original test outputChristian Stenger2017-06-1313-27/+77
* | AutoTest: Unify TestTreeItem::modify*() functionsChristian Stenger2017-06-026-27/+23
* | fix uint warning and use vector::reverse_iteratorTim Jenssen2017-06-011-2/+3
* | AutoTest: Move creation of DebuggerRunTool to safe placeRobert Loehning2017-05-291-2/+2
* | Merge remote-tracking branch 'origin/4.3' into masterOrgad Shaneh2017-05-232-1/+9
|\ \ | |/
| * Reduce CPU load of test parsingEike Ziller2017-05-162-1/+9
* | AutoTest: Remove not needed codeChristian Stenger2017-05-1910-115/+18
* | Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-05-151-9/+11
|\ \ | |/
| * Autotest: Avoid needless iterations over the project filesOrgad Shaneh2017-05-111-1/+1
| * Autotest: De-noise TestCodeParserOrgad Shaneh2017-05-111-9/+11
* | Debugger: Remove DebuggerRunControlhjk2017-04-281-5/+6
* | Debugger: Reduce explicit DebuggerRunControl usehjk2017-04-271-3/+3
* | Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-04-193-14/+42
|\ \ | |/
| * AutoTest: Provide more details on failure or guessChristian Stenger2017-04-123-14/+42
* | ProjectExplorer: Remove startRunControl()'s runMode parameterhjk2017-04-121-3/+1
* | Debugger: Remove output processor from RunControlChristian Stenger2017-04-061-12/+13
|/
* AutoTest: Fix handling of Qbs when searching for BuildTargetInfoChristian Stenger2017-03-291-2/+6
* AutoTest: Fix senseless error messageChristian Stenger2017-03-291-2/+1
* AutoTest: Fix warning for guessed configsChristian Stenger2017-03-281-10/+7
* AutoTest: Re-do completeTestInformation()Christian Stenger2017-03-283-128/+60
* AutoTest: Avoid dead-lock of file system watcherChristian Stenger2017-03-212-21/+29
* AutoTest: Fix handling of subtyping TestCase againChristian Stenger2017-03-161-5/+4