summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* Increase tolerance for warning about QTest::qSleep() for Windows.Friedemann Kleint2014-04-041-1/+6
* Doc: Fix warning about nonexistent 'message' parameterSergio Ahumada2014-03-251-2/+2
* Warn if the time taken by QTest::qSleep() is more than 50% offUlf Hermann2014-03-171-0/+11
* QtTest: Don't crash when -callgrind is used on QTEST_APPLESS_MAINThiago Macieira2014-02-241-0/+3
* Doc: Address some "No documentation for..." warnings in QTestJason McDonald2014-02-222-14/+216
* Make the printing of complex Unicode in a QString prettierThiago Macieira2014-02-163-11/+72
* Add a CSV logging feature to the benchlibThiago Macieira2014-02-147-3/+202
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-074-5/+7
|\
| * Doc: corrected link/example errorsNico Vertriest2014-01-311-1/+1
| * Revert "Fix mix of new[] / malloc in QTest::toHexRepresentation"Thiago Macieira2014-01-231-3/+4
| * Doc: corrected broken linksNico Vertriest2014-01-232-2/+2
| * Fix the alignment for non-ASCII stringsThiago Macieira2014-01-221-2/+4
| * Fix mix of new[] / malloc in QTest::toHexRepresentationThiago Macieira2014-01-221-4/+3
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-01-213-8/+16
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-203-8/+16
| |\|
| | * Fix QtTest function-unused warnings found by Clang 3.4Thiago Macieira2014-01-172-7/+7
| | * 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-218-27/+25
|/ /
* | Extend QTRY_COMPARE and QTRY_VERIFY macrosJędrzej Nowacki2014-01-131-16/+26
* | Testlib: Add test duration to xml outputFrederik Gladhorn2014-01-132-1/+18
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-102-10/+17
|\|
| * Fix file descriptor leak in the perf event counterThiago Macieira2014-01-101-9/+11
| * QTestLib: use QT_MESSAGE_PATTERN when showing debug outputDavid Faure2014-01-061-1/+6
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-241-1/+1
|\|
| * Doc: added qtquick to depends statement in qttestlib.qdocconfNico Vertriest2013-12-201-1/+1
* | TestLib: Ignore trailing space in QTest::ignoreMessageKai Koehne2013-12-041-1/+15
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-263-7/+5
|\|
| * Revert "Add tracing to logging framework"Kai Koehne2013-11-071-1/+0
| * Doc: Updated url variable in qdocconf files.Jerome Pasion2013-11-061-1/+1
| * Revert "QTest: use nth_element to calculate the median"Marc Mutz2013-11-041-5/+4
* | Add QVERIFY_EXCEPTION_THROWN macro for testing exceptions using QtTestDmitry Ashkadov2013-11-262-0/+64
* | Add overload of QTest::ignoreMessage() taking a QRegularExpression.Friedemann Kleint2013-11-174-17/+67
* | Disable error message box on WinRTMaurice Kalinowski2013-11-081-1/+3
* | Ignore debugger arguments on WinRTMaurice Kalinowski2013-11-011-0/+4
|/
* Doc: Added a link to the Qt Quick Test pageVenu2013-10-231-0/+1
* Fix synqt-warnings in QTestLib.Friedemann Kleint2013-10-141-1/+1
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-083-11/+11
* testlib: Don't link to IOKit on iOS, it's not part of the SDKTor Arne Vestbø2013-10-031-4/+2
* Doc: remove duplicate \externalpage definitionsTopi Reinio2013-09-261-4/+0
* Expose QTest::currentAppName() and remove hard-coded argv[0] in testsTor Arne Vestbø2013-09-265-10/+20
* Add tracing to logging frameworkhjk2013-09-251-0/+1
* Fix: warning/compilation issue on androidaavit2013-09-251-1/+1
* Support logcat output from tests on AndroidEskil Abrahamsen Blomfeldt2013-09-241-0/+6
* QTest: microoptimisationMarc Mutz2013-09-211-1/+1
* WinRT: Basic global supportAndrew Knight2013-09-201-5/+7
* QTest: use nth_element to calculate the medianMarc Mutz2013-09-131-4/+5
* Remove qSort usages from QtTestlibGiuseppe D'Angelo2013-09-111-1/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-212-36/+12
|\
| * Fix mouse test event in window warning message.Martin Jones2013-08-181-1/+5
| * Don't use deprecated qInstallMsgHandler in testlibKai Koehne2013-08-161-35/+7