aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/gtest/gtestoutputreader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* AutoTest: Fix special handling for gtest exitChristian Stenger2023-06-201-12/+11
* AutoTest: Fix some ui text punctuationChristian Stenger2023-06-201-1/+1
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-05-121-1/+1
|\
| * AutoTest: Fix handling of multiple fails of testsChristian Stenger2023-05-121-1/+1
* | Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* | Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-2/+2
* | Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-03-131-7/+2
|\|
| * AutoTest: Remove gtest notes from visual treeChristian Stenger2023-03-101-7/+2
* | 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-5/+4
|/
* TestOutputReader: Don't store test processJarek Kobus2023-01-271-3/+3
* AutoTest: Use using namespace Utils more oftenJarek Kobus2023-01-271-7/+9
* AutoTest: Use TestResult as value typeJarek Kobus2023-01-271-51/+47
* TestResult: Devirtualize the class - part 1 of 5Jarek Kobus2023-01-201-6/+4
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Autotest: Convert to Tr::trhjk2022-08-011-12/+12
* AutoTest: Connect to done() signal instead of finished()Jarek Kobus2022-06-201-3/+2
* AutoTest: Use QtcProcess for test runnerChristian Stenger2022-06-141-4/+6
* AutoTest: Fix constructing of source file pathChristian Stenger2021-07-141-2/+2
* AutoTest: Support messages from death testsChristian Stenger2021-06-211-0/+4
* AutoTest: Use Utils::FilePath for files and directoriesChristian Stenger2021-05-271-9/+5
* AutoTest: Handle sanitizer outputChristian Stenger2020-12-111-0/+1
* AutoTest: Introduce ITestConfigurationChristian Stenger2020-11-161-2/+2
* AutoTest: Fix handling of GTEST_SKIPChristian Stenger2020-03-251-28/+51
* AutoTest: Handle gtest internal loggingChristian Stenger2019-12-161-0/+26
* AutoTest: Allow colored commandline outputChristian Stenger2019-11-131-1/+1
* AutoTest: Clear up and generalizeChristian Stenger2019-11-131-2/+2
* AutoTest: Replace QRegExp by QRegularExpressionChristian Stenger2019-05-271-34/+40
* AutoTest: Further adaption following official termsChristian Stenger2019-05-241-14/+14
* AutoTest: Refactor TestResultChristian Stenger2019-04-261-11/+12
* Merge remote-tracking branch 'origin/4.9'Orgad Shaneh2019-04-071-1/+1
|\
| * AutoTest: Fix handling of internal messagesChristian Stenger2019-04-041-2/+2
* | AutoTest: Redo reporting of disabled testsChristian Stenger2019-04-031-6/+1
* | Replace static_casts by QOverload where possiblehjk2019-02-261-2/+1
|/
* Canonicalize some includesChristian Kandeler2019-01-101-1/+1
* AutoTest: Fix outputparserChristian Stenger2018-11-081-1/+1
* AutoTest: Fix displaying XML contentChristian Stenger2018-11-061-2/+2
* AutoTest: Create tree item for each failureSergey Morozov2018-08-291-10/+16
* AutoTest: Code cosmeticsChristian Stenger2018-07-201-1/+1
* AutoTest: Rename results executableChristian Stenger2018-05-151-3/+2
* AutoTest: Do not connect on nullptr objectChristian Stenger2018-05-081-0/+2
* AutoTest: Make message translatableChristian Stenger2018-04-231-4/+2
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-04-171-4/+8
|\
| * AutoTest: Fix handling exceptions while environment setupChristian Stenger2018-04-161-4/+8
* | AutoTest: Set gtest-result line number even if file can't be resolvedClaus Steuer2018-04-091-4/+5
|/
* AutoTest: Fix wrong handling of gtest outputChristian Stenger2018-02-231-1/+1
* AutoTest: Fix noticing crashes on Windows for gtestChristian Stenger2018-01-161-0/+10