summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestlog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make Skip an incident in test loggingEdward Welbourne2021-12-091-1/+1
* Add QTest::failOnWarningMitch Curtis2021-11-261-0/+51
* QTestLog: Properly own the loggersUlf Hermann2021-11-091-8/+10
* Make clear why QTestLog::addB?XFail() don't add to countersEdward Welbourne2021-08-271-2/+4
* testlib: Rename QAbstractTestLogger::QSystem to QCriticalTor Arne Vestbø2021-08-101-1/+1
* testlib: Pass on file location on failure, but don't assume we have oneTor Arne Vestbø2021-08-041-7/+1
* testlib: Add private API to add test loggerTor Arne Vestbø2020-10-311-5/+19
* testlib: Let logger report whether it is logging to stdoutTor Arne Vestbø2020-10-311-5/+6
* Use QList instead of QVector in qtbaseJarek Kobus2020-07-071-3/+3
* Use QList instead of QVector in testlibJarek Kobus2020-06-251-1/+1
* Port testlib from QStringRef to QStringViewLars Knoll2020-06-111-1/+1
* QTest::ignoreMessage(): interpret the message in UTF-8Edward Welbourne2020-05-081-2/+2
* Fix namespaced build of QTestLibKai Koehne2020-02-141-2/+2
* testlib: Make testlogs enumerable and printableTor Arne Vestbø2020-02-101-0/+2
* testlib: Clarify that our XUnit reporter is actually a JUnit reporterTor Arne Vestbø2020-02-031-3/+3
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-2/+2
* QTestLib: Introduce nullptrFriedemann Kleint2019-07-111-5/+5
* QTestLib: Use member initializationFriedemann Kleint2019-07-111-2/+2
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-1/+1
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-03-061-137/+58
|\
| * testlib: Prevent Apple test logger from stomping on other loggersTor Arne Vestbø2019-03-051-8/+5
| * testlib: Replace manual logger linked list with QVectorTor Arne Vestbø2019-03-051-129/+53
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-211-0/+2
|\|
| * Add missing increment of blacklisted tests for BXFAIL caseEdward Welbourne2019-02-201-0/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-0/+18
|\|
| * testlib: Add BXPASS and BXFAILOliver Wolff2019-01-291-0/+18
* | Add a feature to enable CodeCoverage analysis of testlibEdward Welbourne2019-01-241-0/+5
|/
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-211-4/+6
|\
| * Modernize the "regularexpression" featureUlf Hermann2018-03-201-4/+6
* | testlib: Add Test Anything Protocol (TAP) reporterTor Arne Vestbø2018-03-141-0/+20
* | testlib: Feed test log messages to Apple Unified LoggingTor Arne Vestbø2018-03-091-0/+13
|/
* testlib: Pass on log message context to loggersTor Arne Vestbø2018-02-211-20/+12
* Add TeamCity logging feature to testlibBorgar Ovsthus2016-01-231-0/+4
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Testlib: Output function / total time along with crash dump.Friedemann Kleint2015-10-131-0/+17
* Add XCTest logger backend to QtTestLibTor Arne Vestbø2015-03-271-0/+9
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add QtInfoMsgKai Koehne2015-01-091-1/+4
* Remove trailing '\n' in qFormatLogMessage outputKai Koehne2014-10-271-1/+0
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Add support for blacklisting test functionsLars Knoll2014-09-211-0/+25
* Add qFormatLogMessage()Kai Koehne2014-07-301-4/+2
* Fix QtTestlib build under QT_NO_REGULAREXPRESSIONGiuseppe D'Angelo2014-05-151-0/+8
* Add a CSV logging feature to the benchlibThiago Macieira2014-02-141-0/+4
* Testlib: Use QString for messages in QAbstractTestLogger::addMessage()Friedemann Kleint2014-01-211-14/+12
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-101-1/+6
|\
| * QTestLib: use QT_MESSAGE_PATTERN when showing debug outputDavid Faure2014-01-061-1/+6
* | TestLib: Ignore trailing space in QTest::ignoreMessageKai Koehne2013-12-041-1/+15
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-1/+0
|\|
| * Revert "Add tracing to logging framework"Kai Koehne2013-11-071-1/+0