summaryrefslogtreecommitdiffstats
path: root/src/testlib/qplaintestlogger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the detection of when to log to stderrThiago Macieira2014-09-291-2/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Add support for blacklisting test functionsLars Knoll2014-09-211-4/+9
* Use new QLibraryInfo::build() in testlib to log build information.Friedemann Kleint2014-02-271-5/+13
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-01-211-1/+9
|\
| * Windows: Do not print test output to both stdout and system debug logKai Koehne2014-01-131-1/+9
* | Testlib: Use QString for messages in QAbstractTestLogger::addMessage()Friedemann Kleint2014-01-211-2/+2
|/
* Fix: warning/compilation issue on androidaavit2013-09-251-1/+1
* Support logcat output from tests on AndroidEskil Abrahamsen Blomfeldt2013-09-241-0/+6
* QtTest: Output correct library nameSze Howe Koh2013-05-271-1/+1
* fix encoding when printing debug under winceOswald Buddenhagen2013-03-121-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Logging: Remove mutex for OutputDebugStringKai Koehne2012-08-301-13/+0
* Use UTF-8 in the QtTest data and benchmark tagsThiago Macieira2012-06-091-1/+1
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtTest]Thiago Macieira2012-05-041-2/+2
* testlib: Improve the silent logging modeJason McDonald2012-02-281-5/+9
* testlib: Remove commented-out code from plain text logger.Jason McDonald2012-02-281-2/+0
* 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-4/+4
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Stop using QTest::qt_snprintf() in testlib.Jason McDonald2011-12-121-34/+22
* Remove legacy Symbian code from qtestlib.Jason McDonald2011-10-241-25/+0
* Make testlib use #include consistently.Jason McDonald2011-10-211-7/+7
* Pass log file name when constructing loggers.Jason McDonald2011-09-051-3/+4
* Remove circular dependency in testlib loggingJason McDonald2011-09-021-1/+1
* Remove ability to run tests in random order.Jason McDonald2011-08-311-18/+4
* Enable multiple instances of QAbstractTestLogger.Jason McDonald2011-08-291-140/+140
* Remove color logging feature from qtestlib.Jason McDonald2011-08-291-60/+12
* Remove circular dependency in testlib logging codeJason McDonald2011-08-291-2/+2
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+497