summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* QTestLib: Disable window state restore on macOSMorten Johan Sørvig2016-08-184-1/+124
* Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-1/+1
* Improve reliability of callgrind benchmark resultsSimon Hausmann2016-08-051-1/+6
* Document that -nocrashhandler enables debugging of crashesMitch Curtis2016-07-202-2/+2
* Testlib: Replace QString::arg() formatting by snprintf()Friedemann Kleint2016-07-081-6/+26
* Doc: Fix examples install pathLeena Miettinen2016-06-032-1/+6
* qtestcase: Fix buffer over-run, '\0' appended beyond buffer endEdward Welbourne2016-05-311-1/+1
* Improve documentation of BLACKLIST file format.Edward Welbourne2016-05-251-15/+32
* qtestblacklist: check against duplicating versioned distroEdward Welbourne2016-05-251-1/+5
* qtestblacklist: only generate the distro and version onceEdward Welbourne2016-05-251-6/+13
* Doc: Remove repository name from examplesinstallpathTopi Reinio2016-05-121-1/+1
* QTest: Fix printing of values of Q_ENUMsThiago Macieira2016-05-081-1/+1
* Fix grammar in QSKIP documentationMitch Curtis2016-05-031-1/+1
* testlib: added env QTEST_FUNCTION_TIMEOUT for single test function timeoutLiang Qi2016-04-271-1/+14
* QTestlib: Document newly added enumeration value KeyAction:Shortcut.Friedemann Kleint2016-04-111-0/+1
* Improve gdb backtrace handlingFrederik Gladhorn2016-04-081-0/+1
* Fix QFINDTESTDATA when using cmake ninja generatorStephen Kelly2016-03-191-0/+5
* QtTest: fix UB in QSpontaneKeyEvent::setSpontaneous()Marc Mutz2016-03-071-9/+2
* 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
* | 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
|/
* Remove some old QT_MAC_USE_COCOA cruftTor Arne Vestbø2016-01-281-4/+0
* Use QFileInfo::exists(f) instead of QFileInfo(f).exists()Tobias Koenig2016-01-211-5/+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
* QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-281-5/+4
* Fix QCOMPARE with enum classes.Robin Burchell2015-11-261-1/+1
* QSignalSpy: Improve warning about unregistered parameter types.Friedemann Kleint2015-11-251-2/+5
* 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
* Testlib: Avoid formatting unneeded messages.Friedemann Kleint2015-10-301-9/+11
* Doc: Update examplesinstallpath to include the repository nameTopi Reinio2015-10-211-1/+1
* 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
* Testlib/Windows: Output crash information on stdout instead of stderr.Friedemann Kleint2015-09-031-9/+10
* Fix some qdoc-warnings.Friedemann Kleint2015-08-271-1/+1
* Disable the testlib watchdog if a debugger is presentSimon Hausmann2015-08-191-5/+41
* QtTest: Add QHostAddress support for QCOMPARE failuresThiago Macieira2015-08-151-0/+20
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-2/+9
|\
| * QtTest: fix build error with -no-guiTasuku Suzuki2015-07-201-2/+9
* | QTestLib: Add macros QTRY_VERIFY2_WITH_TIMEOUT(), QTRY_VERIFY2().Friedemann Kleint2015-07-222-2/+51
* | QTestLib/Windows: Try to obtain a stack trace on crash.Friedemann Kleint2015-07-221-2/+126