summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestlog.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Move pass/fail/skip counters from QTestResult to QTestLog.Jason McDonald2012-01-171-0/+34
* Rename QTestLog::addIgnoreMessage to QTestLog::ignoreMessage.Jason McDonald2012-01-161-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Stop using QTest::qt_snprintf() in testlib.Jason McDonald2011-12-121-1/+1
* Added -datatags option to QTestLibJo Asplin2011-11-041-0/+16
* Make testlib use #include consistently.Jason McDonald2011-10-211-8/+8
* Make all uses of QBasicAtomicInt and Pointer use load() and store()Thiago Macieira2011-10-031-1/+1
* Make QTest::qWarn() use __FILE__ and __LINE__.Jason McDonald2011-09-281-2/+2
* Allow tests to log to multiple destinationsJason McDonald2011-09-231-53/+139
* Pass log file name when constructing loggers.Jason McDonald2011-09-051-39/+23
* Simplify qtestlib logging code, part 2Jason McDonald2011-09-011-2/+2
* Simplify qtestlib logging code, part 1Jason McDonald2011-09-011-16/+4
* Remove ability to run tests in random order.Jason McDonald2011-08-311-9/+0
* Remove QTestLog constructor/destructor definitionsJason McDonald2011-08-291-8/+0
* Add missing assertions.Jason McDonald2011-08-291-0/+3
* Be more consistent when including private headers.Jason McDonald2011-08-291-3/+1
* Remove mode parameter from QTestLog::addSkip().Jason McDonald2011-08-291-2/+1
* Fix typo in enum name.Jason McDonald2011-08-291-2/+2