summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestlog.cpp
Commit message (Expand)AuthorAgeFilesLines
* QTestLib: use QT_MESSAGE_PATTERN when showing debug outputDavid Faure2014-01-061-1/+6
* Revert "Add tracing to logging framework"Kai Koehne2013-11-071-1/+0
* 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
* Fix minor formatting issues.Jason McDonald2011-08-291-7/+7
* 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/+393