summaryrefslogtreecommitdiffstats
path: root/src/testlib/qteamcitylogger.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtMiscUtils: add isAsciiPrintable() helperAhmad Samir2023-03-181-3/+3
* QTestlib: Disambiguate static functionsFriedemann Kleint2023-01-231-4/+4
* QTeamCityLogger: fix build (INT_MAX undefined)Thiago Macieira2022-09-161-0/+1
* Include global data tags in teamcity's test function namesEdward Welbourne2022-09-131-8/+2
* Convert teamcity logger to use QTestCharBufferEdward Welbourne2022-09-131-69/+108
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* QTeamCityLogger: fix .arg() placeholder injectionMarc Mutz2022-05-041-3/+2
* QtTestLib: replace QLatin1String uses with _L1/_s/QStringLiteralSona Kurazyan2022-05-021-22/+24
* Document what QtTest's various loggers doEdward Welbourne2022-03-221-1/+8
* Use QLatin1String::arg() directlyEdward Welbourne2021-12-091-18/+12
* Remove spurious class prefixes from subclass codeEdward Welbourne2021-12-091-3/+3
* Ignore blackisted Pass and XFail when ignoring their plain formsEdward Welbourne2021-12-091-2/+2
* Make Skip an incident in test loggingEdward Welbourne2021-12-091-22/+17
* testlib: Rename QAbstractTestLogger::QSystem to QCriticalTor Arne Vestbø2021-08-101-2/+2
* QTestLib: Fix various clang warningsFriedemann Kleint2019-07-291-3/+1
* QTestLib: Fix class declarations/structureFriedemann Kleint2019-07-111-3/+1
* Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-1/+1
* testlib: Add BXPASS and BXFAILOliver Wolff2019-01-291-0/+4
* Add flowId to messages when logging in TeamCity formatBorgar Ovsthus2017-08-041-13/+12
* Use QString::asprintf(), QStringBuilder, and the multi-arg overload of QStrin...Alexander Volkov2017-01-121-15/+8
* Replace QLatin1Literal with QLatin1StringAnton Kudryavtsev2016-09-031-6/+6
* Add TeamCity logging feature to testlibBorgar Ovsthus2016-01-231-0/+292