summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib
Commit message (Expand)AuthorAgeFilesLines
* Make the printing of complex Unicode in a QString prettierThiago Macieira2014-02-168-72/+72
* Add a CSV logging feature to the benchlibThiago Macieira2014-02-148-2/+68
* Testlib: Use QString for messages in QAbstractTestLogger::addMessage()Friedemann Kleint2014-01-216-24/+67
* Testlib/generate_expected_output.py: Fix encoding.Friedemann Kleint2014-01-181-1/+1
* Testlib/generate_expected_output.py: Pass tests as command line arguments.Friedemann Kleint2014-01-181-3/+8
* Update test result generator script to set duration to 0Frederik Gladhorn2014-01-181-1/+1
* Testlib: Add test duration to xml outputFrederik Gladhorn2014-01-1367-0/+450
* 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
* Add a way to reproduce testlib selftest dataFrederik Gladhorn2014-01-061-0/+119
* Update tests to normalizes the paths by using script.Frederik Gladhorn2014-01-0686-537/+533
* Remove trailing space from QDebug streamKai Koehne2013-12-0620-350/+350
* TestLib: Ignore trailing space in QTest::ignoreMessageKai Koehne2013-12-041-0/+4
* 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-269-0/+332
* | Add overload of QTest::ignoreMessage() taking a QRegularExpression.Friedemann Kleint2013-11-175-2/+60
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-242-1/+8
|\|
| * support building with -no-guiOswald Buddenhagen2013-10-112-1/+8
* | WinRT: Fix various test compilationsAndrew Knight2013-10-021-1/+1
|/
* Add QT_NO_PROCESS guards in tests where they are missingAndrew Knight2013-09-031-0/+8
* TestLib: align the colons so the "actual" and "expected" align tooThiago Macieira2013-07-2117-39/+39
* QtTest: Output correct library nameSze Howe Koh2013-05-2743-56/+56
* QtTest tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-03-2746-46/+0
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
* 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-2345-45/+45
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2245-45/+45
| |\|
| | * Update copyright year in Digia's license headersSergio Ahumada2013-01-1845-45/+45
* | | Fix testlib-selftest for MinGW.Friedemann Kleint2013-01-221-2/+5
|/ /
* / QTestLib: improve output when comparing lists fails.David Faure2013-01-225-22/+84
|/
* Tests: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-061-1/+0
* Remove metatype registration of built-in types.Stephen Kelly2013-01-031-1/+0
* add a .qmake.conf file which load()s qt_build_configOswald Buddenhagen2012-10-181-0/+1
* Make QUrl::errorString() usable for QtTest output in invalid URLsThiago Macieira2012-10-024-8/+8
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2245-1085/+1085
* Make QSignalSpy copy QVariant parameters directlyKent Hansen2012-08-071-0/+9
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0146-0/+46
* Add QSignalSpy::wait() method.David Faure2012-07-251-1/+54
* Provide public API for native event filtering, moved up from QPA.David Faure2012-07-202-4/+4
* Avoid load(testcase) for installing test helper appsRohan McGovern2012-07-041-2/+1
* Use UTF-8 in the QtTest data and benchmark tagsThiago Macieira2012-06-0932-32/+32
* Make tst_selftests parallel-safe.Rohan McGovern2012-05-292-3/+18
* Make the event notification on Windows be mandatory in all dispatchersThiago Macieira2012-05-042-0/+10
* Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-103-7/+8
|\
| * Fix MSVC warnings in tests.Friedemann Kleint2012-04-021-3/+4
| * Fix some compiler warnings in tests.Friedemann Kleint2012-03-272-4/+4
* | Add a remainingTime() method to the public interface of the QTimer classLaszlo Papp2012-04-032-0/+2
* | Remove all calls to, and deprecate qMalloc, qRealloc and qFree.Robin Burchell2012-03-311-2/+2
|/