summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Doc: added qtquick to depends statement in qttestlib.qdocconfNico Vertriest2013-12-201-1/+1
* 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
* 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
* | Ensure that output is world readable on AndroidEskil Abrahamsen Blomfeldt2013-08-051-0/+10
* | Doc: Setting module pages' \qtvariable.Jerome Pasion2013-08-021-0/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-231-0/+10
|\|
| * Fix compilation of QtTest on Linux systems with old kernel headersThiago Macieira2013-07-211-0/+10
* | TestLib: align the colons so the "actual" and "expected" align tooThiago Macieira2013-07-211-3/+5
* | Testlib: Add a crash handler for Windows that prints a message.Friedemann Kleint2013-07-171-0/+13
* | QTestlib: Re-enable Windows error dialog when -nocrashhandler is passed.Friedemann Kleint2013-07-152-13/+12
* | Doc: Adding navigation configs in the module qdocconf files.Jerome Pasion2013-06-251-0/+3
|/
* QtTest: Output correct library nameSze Howe Koh2013-05-272-2/+2
* Fix compiler warning about deprecated APIKai Koehne2013-05-221-0/+10
* Utilize the new Q_OS_MACX define.Jake Petroules2013-05-091-5/+5
* Fix more warnings, found by cross-compiling QtThiago Macieira2013-05-011-0/+6
* Fix the QTouchEventSequence code snippet so that it compilesAndy Shaw2013-04-181-2/+2
* Warn if mouse event occurs outside target window in tests.Stephen Kelly2013-04-121-0/+3
* qWaitForWindow* default timeouts are 5 secondsShawn Rutledge2013-03-231-2/+2
* Fix error in XML and Xunit formatted benchmark output.Mirko Boehm (AWS)2013-03-222-2/+5
* Add minimumtotal option to improve accuracy of short-lived benchmarks.Mirko Boehm (AWS)2013-03-194-1/+33
* Make sure that we #include qconfig.h before testing for features.Thiago Macieira2013-03-191-0/+2
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-162-2/+2
* make testlib's toString() use local8Bit, not latin1Oswald Buddenhagen2013-03-131-9/+9
* fix encoding when printing debug under winceOswald Buddenhagen2013-03-121-1/+1
* don't clobber 8-bit outputOswald Buddenhagen2013-03-121-2/+2
* Android build fixPaul Olav Tvete2013-03-121-1/+1
* Silence warning about unused fields in test event (CLANG).Friedemann Kleint2013-03-121-1/+1