summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-9/+2
|\
| * QtTest: fix UB in QSpontaneKeyEvent::setSpontaneous()Marc Mutz2016-03-071-9/+2
* | QtTest: eradicate all Q_FOREACH loopsMarc Mutz2016-02-293-9/+7
* | Improve QCOMPARE output of char comparisonsAllan Sandfeld Jensen2016-02-251-1/+47
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-3/+3
|\|
| * Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-151-3/+3
| |\
| | * BIC: Rename back symbol that was mistakenly thought to be privateTor Arne Vestbø2016-02-021-3/+3
* | | Disable XCTest support in QtTestLibTor Arne Vestbø2016-02-171-2/+2
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-112-2/+3
|\| |
| * | Reduce allocations by using reserve()Sérgio Martins2016-02-071-1/+3
| * | Don't include <qtest.h> from qtestblacklist.cppTor Arne Vestbø2016-02-021-1/+0
| |/
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-4/+0
|\|
| * Remove some old QT_MAC_USE_COCOA cruftTor Arne Vestbø2016-01-281-4/+0
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-5/+5
|\|
| * Use QFileInfo::exists(f) instead of QFileInfo(f).exists()Tobias Koenig2016-01-211-5/+5
* | Add TeamCity logging feature to testlibBorgar Ovsthus2016-01-237-4/+399
* | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-215-0/+5
* | Update the Intel copyright yearThiago Macieira2016-01-212-2/+2
* | Updated license headersJani Heikkinen2016-01-212-2/+2
* | Updated license headersJani Heikkinen2016-01-1564-892/+1276
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-082-4/+5
|\|
| * Remove doc for non-existent QTest::qCompare() variant.Edward Welbourne2016-01-061-4/+0
| * Cleanup memory owned by QTestTablePrivateFrank Meerkoetter2015-12-301-0/+5
* | Testlib: Gather methods in a class.Friedemann Kleint2015-12-151-118/+110
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-021-5/+4
|\|
| * QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-281-5/+4
* | Testlib: Move documentation from qtestcase.cpp to qtestcase.qdoc.Friedemann Kleint2015-12-022-1255/+1283
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-293-6/+6
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-271-2/+5
|\|
| * Fix QCOMPARE with enum classes.Robin Burchell2015-11-261-1/+1
| * QSignalSpy: Improve warning about unregistered parameter types.Friedemann Kleint2015-11-251-2/+5
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-182-123/+40
|\|
| * QTest::mouseEvent expects window-local coordinates.Volker Krause2015-11-171-1/+1
| * Testlib: Replace linked lists in QTestTablePrivate by std::vector.Friedemann Kleint2015-11-061-122/+39
* | Fix QCOMPARE with enum classes.Robin Burchell2015-11-061-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-041-9/+11
|\|
| * Testlib: Avoid formatting unneeded messages.Friedemann Kleint2015-10-301-9/+11
* | Testlib: Output total test time in plain text logger.Friedemann Kleint2015-10-301-4/+5
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-231-1/+1
|\|
| * Doc: Update examplesinstallpath to include the repository nameTopi Reinio2015-10-211-1/+1
* | Add processor types to blacklist keywordsRainer Keller2015-10-151-0/+7
|/
* Testlib: Output function / total time along with crash dump.Friedemann Kleint2015-10-135-13/+36
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* Examples/Doc snippets: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* Distinguish between Objective-C and Objective-C++ sourcesTor Arne Vestbø2015-10-091-1/+1
* Move shortcut handling back into QPA and simplify deliveryTor Arne Vestbø2015-10-071-3/+3
* QTestLib: Add MSVC 2015 to blacklist.Friedemann Kleint2015-09-291-1/+3
* Replace direct QPA access in tst_qguiappliction with testlib wrapperTor Arne Vestbø2015-09-151-1/+7
* Add a delimiter before "TracerPid"Thiago Macieira2015-09-131-1/+1
* Fix some qdoc warnings.Friedemann Kleint2015-09-071-2/+0