summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestcase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Disable core dumps for selftests that are meant to be crashingTor Arne Vestbø2017-01-031-0/+16
* Specify timeout is in millisecondsAlbert Astals Cid2016-10-141-3/+3
* QTestLib: Disable window state restore on macOSMorten Johan Sørvig2016-08-181-0/+6
* Improve reliability of callgrind benchmark resultsSimon Hausmann2016-08-051-1/+6
* Document that -nocrashhandler enables debugging of crashesMitch Curtis2016-07-201-1/+1
* qtestcase: Fix buffer over-run, '\0' appended beyond buffer endEdward Welbourne2016-05-311-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
* Reduce allocations by using reserve()Sérgio Martins2016-02-071-1/+3
* 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
* Testlib: Output function / total time along with crash dump.Friedemann Kleint2015-10-131-4/+11
* Add a delimiter before "TracerPid"Thiago Macieira2015-09-131-1/+1
* 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
* QTestLib: Add macros QTRY_VERIFY2_WITH_TIMEOUT(), QTRY_VERIFY2().Friedemann Kleint2015-07-221-2/+42
* QTestLib/Windows: Try to obtain a stack trace on crash.Friedemann Kleint2015-07-221-2/+126
* Qt Test: Fix QCOMPARE message for signed and unsigned char.Vincas Dargis2015-07-211-0/+2
* qdoc:Fixed a few qdoc errorsMartin Smith2015-07-071-2/+2
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-16/+43
|\
| * Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-271-16/+21
| |\
| | * QTest: Make qExtractTestData() return the created QTemporaryDirv5.5.0-rc1Marc Mutz2015-06-141-15/+20
| * | QtTest: Increase the size of the alternate stackThiago Macieira2015-06-221-1/+6
| * | Let QtTest use an alternate stack for its signal handlersThiago Macieira2015-06-151-1/+14
| * | QTest::qExtractTestData(): Set permissions of extracted files.Friedemann Kleint2015-06-081-0/+4
| |/
* | QtTest: don't hold QBenchmarkResults in QListMarc Mutz2015-06-211-3/+3
* | Improve back trace handlingSimon Hausmann2015-06-141-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-1/+23
|\|
| * Add GPU_BLACKLIST support to QTestLibLaszlo Agocs2015-05-081-1/+2
| * TestCase: Also check main source path when looking for test dataCaroline Chao2015-05-051-0/+21
* | Add support for stack traces in testlib on MacSimon Hausmann2015-04-271-0/+11
* | Improve safety of QTestLib watchdogSimon Hausmann2015-04-241-0/+3
* | fix build with -warnings-are-errorsStephan Binner2015-04-221-1/+2
* | Improve error handling in qtestlibLars Knoll2015-04-211-3/+88
|/
* Add XCTest logger backend to QtTestLibTor Arne Vestbø2015-03-271-1/+13
* Testlib: Fix cleanupTestCase not called when last test blacklistedRainer Keller2015-03-121-0/+3
* QTest: Print hex instead of octal for QByteArray QCOMPARE failuresThiago Macieira2015-03-111-6/+25
* Fix various qdoc-warnings.Friedemann Kleint2015-02-251-1/+1
* Testlib: Add function to extract files from resources to diskRainer Keller2015-02-181-0/+54
* Make the printing of complex byte arrays prettierThiago Macieira2015-02-151-0/+66
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* qtest_widgets.h: add support for pretty-printing QSizePolicyMarc Mutz2015-01-161-0/+37
* QDebug: pretty-print QStrings and QStringRefsThiago Macieira2015-01-111-0/+2
* Add QtInfoMsgKai Koehne2015-01-091-3/+3
* QTest: update docs for toString()Marc Mutz2015-01-081-3/+14
* Document -plugins argument in qmltest usage helpala2015-01-031-0/+2
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-291-0/+7
|\