summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestresult.cpp
Commit message (Expand)AuthorAgeFilesLines
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Testlib: Avoid formatting unneeded messages.Friedemann Kleint2015-10-301-9/+11
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Add support for blacklisting test functionsLars Knoll2014-09-211-2/+15
* Fix auto test failure output on QNXBernd Weimer2014-05-191-8/+9
* Remove duplicate symbol name: QTest::currentAppNameThiago Macieira2014-04-301-4/+4
* Fix the alignment for non-ASCII stringsThiago Macieira2014-01-221-2/+4
* Expose QTest::currentAppName() and remove hard-coded argv[0] in testsTor Arne Vestbø2013-09-261-5/+5
* TestLib: align the colons so the "actual" and "expected" align tooThiago Macieira2013-07-211-3/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* testlib: Remove obsolete internal compare_helper overload.Jason McDonald2012-03-211-9/+0
* testlib: Improve formatting of QCOMPARE failure messages.Jason McDonald2012-03-121-1/+1
* testlib: Make QTestResult::verify() more robust.Jason McDonald2012-03-081-1/+3
* testlib: Improve verbose and XPASS outputJason McDonald2012-03-081-9/+25
* testlib: make XPASS output slightly less confusing.Jason McDonald2012-02-201-1/+4
* Remove code related to test location.Jason McDonald2012-02-161-15/+0
* testlib: Count passes, fails and skips consistently.Jason McDonald2012-02-131-13/+11
* testlib: Clear ignored messages after every data rowJason McDonald2012-02-081-4/+5
* testlib: Clear expected failures after every data row.Jason McDonald2012-02-081-2/+7
* CodeCoverage: Save coverage data in QTestLog::stopLogging()Caroline Chao2012-02-071-0/+12
* Remove pass/fail/skip count getters from QTestResult.Jason McDonald2012-01-301-15/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Eliminate QTestResult::ignoreMessage().Jason McDonald2012-01-301-5/+0
* 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-15/+5
* Remove unused QTestResult::allDataPassed().Jason McDonald2012-01-161-5/+0
* 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-5/+5
* Make testlib use #include consistently.Jason McDonald2011-10-211-4/+4
* Remove mode parameter from QTestLog::addSkip().Jason McDonald2011-08-291-3/+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/+352