aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/qtest/qttestoutputreader.cpp
Commit message (Expand)AuthorAgeFilesLines
* AutoTest: Parse for file paths in Qt test outputChristian Stenger2024-02-011-1/+22
* AutoTest: Fix location parsing for Qt TestChristian Stenger2024-01-111-10/+6
* AutoTest: Fix handling of critical messagesChristian Stenger2023-11-171-1/+1
* More deprecation induced busyworkhjk2023-06-081-5/+5
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-1/+1
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-02-271-1/+1
|\
| * AutoTest: Fix handling of test resultsChristian Stenger2023-02-241-1/+1
* | TestRunner: Reuse TaskTreeJarek Kobus2023-02-031-14/+4
|/
* AutoTest: Use using namespace Utils more oftenJarek Kobus2023-01-271-3/+5
* AutoTest: Use TestResult as value typeJarek Kobus2023-01-271-44/+44
* TestResult: Devirtualize the class - part 1 of 5Jarek Kobus2023-01-201-4/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Autotest: Remove some unneeded #includehjk2022-09-271-2/+0
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Autotest: Convert to Tr::trhjk2022-08-011-12/+14
* AutoTest: Use QtcProcess for test runnerChristian Stenger2022-06-141-1/+1
* AutoTest: Fix displaying description for XML outputChristian Stenger2021-07-091-0/+2
* AutoTest: Use Utils::FilePath for files and directoriesChristian Stenger2021-05-271-10/+6
* AutoTest: Handle summary of Qt tests if possibleChristian Stenger2021-01-181-3/+11
* AutoTest: Introduce ITestConfigurationChristian Stenger2020-11-161-4/+4
* Fix build issues with Qt6Eike Ziller2020-09-181-5/+5
* AutoTest: Clear up and generalizeChristian Stenger2019-11-131-2/+2
* AutoTest: Improve handling unexpected outputChristian Stenger2019-05-241-0/+13
* AutoTest: Refactor TestResultChristian Stenger2019-04-261-17/+17
* AutoTest: Fix wrong encoding handlingChristian Stenger2019-02-041-3/+1
* Autotest: Convert to QRegularExpressionAndre Hartmann2019-02-021-39/+46
* Autotest: Parse text as UTF-8 in processPlainTextOutput()Andre Hartmann2019-01-301-1/+1
* AutoTest: Support blacklisted XPass and XFailChristian Stenger2019-01-301-1/+2
* Autotest: Fix plain text parsing for BFAIL/BPASSAndre Hartmann2019-01-291-1/+1
* Use the same regex pattern for Autotest and QtSupportAndre Hartmann2019-01-211-2/+3
* Autotest: De-duplicate tr() outputsAndre Hartmann2019-01-211-7/+21
* Fix warning: "Use midRef() instead of mid()"Alessandro Portale2019-01-171-1/+1
* AutoTest: Fix outputparserChristian Stenger2018-11-081-1/+1
* AutoTest: Fix displaying XML contentChristian Stenger2018-11-061-2/+2
* AutoTest: Code cosmeticsChristian Stenger2018-07-201-3/+3
* AutoTest: Rename results executableChristian Stenger2018-05-151-2/+1
* AutoTest: Fix debugging of QuickTestsChristian Stenger2018-05-141-0/+3
* AutoTest: Improve error handling for XML parserChristian Stenger2018-04-191-0/+7
* AutoTest: Fix output parsing for Quick TestsChristian Stenger2018-04-101-1/+3
* AutoTest: Handle qCritical also for text based outputChristian Stenger2018-02-131-1/+1
* AutoTest: generalize create default resultDavid Schulz2018-01-161-15/+15
* AutoTest: Limit search for test tree items to respective rootChristian Stenger2017-11-281-3/+4
* AutoTest: Fix triggering debug from results paneChristian Stenger2017-10-061-11/+22
* AutoTest: Improve process error handlingChristian Stenger2017-10-041-8/+8
* AutoTest: Fix appending test results with the same nameChristian Stenger2017-07-241-1/+2
* AutoTest: Fix condition for finish messageChristian Stenger2017-07-061-1/+1
* AutoTest: Add optional verbosity for Qt testsChristian Stenger2017-07-041-1/+1
* AutoTest: Support plaintext output for Qt testsChristian Stenger2017-06-301-26/+211
* Remove spaces in initializer listsTim Jenssen2017-02-221-6/+6
* AutoTest: Modernize codeChristian Stenger2017-02-171-3/+3