summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestlog.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add overload of QTest::ignoreMessage() taking a QRegularExpression.Friedemann Kleint2013-11-171-17/+42
|/
* Expose QTest::currentAppName() and remove hard-coded argv[0] in testsTor Arne Vestbø2013-09-261-1/+1
* Add tracing to logging frameworkhjk2013-09-251-0/+1
* Don't use deprecated qInstallMsgHandler in testlibKai Koehne2013-08-161-35/+7
* Fix compiler warning about deprecated APIKai Koehne2013-05-221-0/+10
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Testlib: Disable gcc warning about deprecated qInstallMsgHandlerKai Koehne2012-11-011-0/+10
* Logging: Mark deprecated API with QT_DEPRECATEDKai Koehne2012-10-161-0/+8
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* CodeCoverage: Handle QTest based subtests.Caroline Chao2012-02-121-2/+17
* testlib: Clear ignored messages after every data rowJason McDonald2012-02-081-1/+5
* CodeCoverage: Save coverage data in QTestLog::stopLogging()Caroline Chao2012-02-071-0/+17