summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/tst_selftests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a CSV logging feature to the benchlibThiago Macieira2014-02-141-2/+47
* Testlib: Use QString for messages in QAbstractTestLogger::addMessage()Friedemann Kleint2014-01-211-0/+2
* Testlib: Add test duration to xml outputFrederik Gladhorn2014-01-131-0/+6
* Make output when failing a test for diff in line numbers more verboseFrederik Gladhorn2014-01-071-1/+11
* Update testlib selftest unitsFrederik Gladhorn2014-01-071-2/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-23/+45
|\
| * Testlib.selftest: Improve process execution, run on openSUSE.Friedemann Kleint2013-11-191-23/+45
* | Add QVERIFY_EXCEPTION_THROWN macro for testing exceptions using QtTestDmitry Ashkadov2013-11-261-0/+4
|/
* Add QT_NO_PROCESS guards in tests where they are missingAndrew Knight2013-09-031-0/+8
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-281-1/+1
|\
| * Doc: Fix module name formatSze Howe Koh2013-01-251-1/+1
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-231-1/+1
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Fix testlib-selftest for MinGW.Friedemann Kleint2013-01-221-2/+5
|/
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Make tst_selftests parallel-safe.Rohan McGovern2012-05-291-3/+17
* Fix MSVC warnings in tests.Friedemann Kleint2012-04-021-3/+4
* selftests: Improve reporting of problems with loading expected outputJason McDonald2012-03-081-4/+17
* testlib: Improve verbose and XPASS outputJason McDonald2012-03-081-1/+1
* testlib: Add selftests for -v1 and -v2 command-line switches.Jason McDonald2012-03-021-1/+9
* testlib: Improve the silent logging modeJason McDonald2012-02-281-0/+7
* Fix selftests while using QStringBuilderOlivier Goffart2012-02-271-1/+1
* testlib: Report one test result per benchmark test.Jason McDonald2012-02-201-0/+4
* CodeCoverage: Handle QTest based subtests.Caroline Chao2012-02-121-11/+14
* testlib: Add selftests for skip and fail inside cleanupTestCase().Jason McDonald2012-02-091-0/+2
* Add testlib selftest for counting of test results.Jason McDonald2012-02-021-0/+1
* 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
* Changed selftests unittest to not fail but warn when valgrind not installed.Kurt Korbatits2012-01-111-0/+15
* Changed selftests unittest to use specific headers instead of QtCore.Kurt Korbatits2012-01-101-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Changed tests: qmake,selftest and lancelot to use QFINDTESTDATA.Kurt Korbatits2012-01-051-1/+10
* QTestLib-selftest: Unblock on Windows.Friedemann Kleint2011-12-221-1/+4
* QTestlib: Make QImage comparison more verbose.Friedemann Kleint2011-12-211-6/+22
* QTestlib-Selftest: Add initTestCase() setting the directory.Friedemann Kleint2011-12-151-2/+15
* Revert "Remove unused overload of QTest::qExec."Friedemann Kleint2011-12-121-0/+4
* QTestlib/Selftest: Fix Windows.Friedemann Kleint2011-12-081-2/+20
* Remove unused overload of QTest::qExec.Jason McDonald2011-12-081-4/+0
* testlib: add QFINDTESTDATA macro for finding testdata filesRohan McGovern2011-12-011-0/+1
* Added -datatags option to QTestLibJo Asplin2011-11-041-0/+15
* Allow extra selftests without modifying source.Jason McDonald2011-11-031-7/+10
* Remove skipglobal testlib selftest.Jason McDonald2011-10-191-1/+0
* Reduce the runtime of tst_selftestsRohan McGovern2011-10-181-0/+6
* Tidy and sort the list of selftestsJason McDonald2011-09-261-44/+38
* Use placeholder for Qt version in expected outputJason McDonald2011-09-261-2/+0
* Remove obsolete exclusion from selftest checkingJason McDonald2011-09-261-3/+0
* Don't XFAIL on the contents of assert messages.Jason McDonald2011-09-261-28/+6
* Allow tests to log to multiple destinationsJason McDonald2011-09-231-20/+116
* Enable testlib self-testing with multiple loggersJason McDonald2011-09-231-129/+164
* Don't run multiexec test with file loggingJason McDonald2011-09-211-2/+7