summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* Doc: link to the testlib tutorial section on skippingMitch Curtis2022-10-311-0/+3
* QBenchlib/Perf: don't try to benchmark the kernelThiago Macieira2022-10-271-5/+11
* QBenchlib/Perf: remove ioctl(FD_CLOEXEC)Thiago Macieira2022-10-251-2/+0
* QBenchlib/Perf: use WalltimeNanoseconds for the task timeThiago Macieira2022-10-251-8/+4
* QBenchlib/Perf: open the perffd with PERF_FLAG_FD_CLOEXECThiago Macieira2022-10-212-55/+837
* Fix file which had SPDX-License-Identifier on two linesDmitry Shachnev2022-10-111-2/+1
* Skip early return from test loops during cleanup()Edward Welbourne2022-10-103-6/+22
* JUnit: Don't turn seconds into kilo-secondsMårten Nordheim2022-09-081-1/+1
* Document shell-friendly data tags as best practiceEdward Welbourne2022-09-075-16/+20
* Fix warning from testing assignmentVolker Hilsheimer2022-09-041-1/+1
* Fix two trivial defects in testlib docsEdward Welbourne2022-09-011-2/+2
* Provide CMake guidance for skipping whole testsEdward Welbourne2022-09-011-5/+14
* Include current test name in crash reportsEdward Welbourne2022-08-161-5/+9
* Fix race condition with QTest::ignoreMessageAndré Klitzing2022-07-281-0/+9
* Skip some spurious parentheses on macro argument usesEdward Welbourne2022-07-251-10/+10
* Skip semicolon after uses of QTRY_IMPL() and QTRY_LOOP_IMPL()Edward Welbourne2022-07-251-6/+8
* Move the early-failure checks in QTRY_IMPL()Edward Welbourne2022-07-251-6/+8
* Use debug stream in QTest::toString's default fallback if possibleVolker Hilsheimer2022-07-131-2/+11
* testlib: Don't print QCOMPARE values if they lack string representationVolker Hilsheimer2022-07-102-34/+27
* Make it possible to check the accepted state of touch events in testsShawn Rutledge2022-07-081-7/+13
* Doc: add missing "see also"Volker Hilsheimer2022-07-051-0/+1
* Doc: Revise Qt Test Module landing pageAndreas Eliasson2022-06-291-21/+24
* qtestlib: exit with error if a test is invoked with unknown data tagDimitrios Apostolou2022-06-281-21/+22
* FatalSignalHandler: print some more information from siginfo_tThiago Macieira2022-06-281-6/+39
* QTest: switch some text-conversion functions to use qsizetypeMårten Nordheim2022-06-282-12/+10
* Doc: Revise Qt Test tutorialAndreas Eliasson2022-06-214-34/+177
* Fix typos in docs and commentsKai Köhne2022-06-154-5/+5
* Don't exit(1) on unrecognised test function name, just report a failureEdward Welbourne2022-06-151-9/+23
* FatalSignalHandler: print the signal name on crashThiago Macieira2022-06-121-2/+34
* QTest: Remove pre-Qt6 codeMårten Nordheim2022-06-081-10/+0
* Define out unused functions on WASM buildMikolaj Boc2022-06-081-5/+7
* QTestLib: improve documentationIvan Solovev2022-06-082-0/+14
* qtestcase.cpp: create a common function to print the test runtimeThiago Macieira2022-06-031-12/+28
* QCOMPARE/QVERIFY: fix huge pessimisation in QTestResult::reportResultMarc Mutz2022-06-031-1/+2
* QTestLib: rework QTest::compare_helper()Ivan Solovev2022-06-036-28/+153
* Add QTRY_COMPARE_{EQ,NE,LT,LE,GT,GE}_WITH_TIMEOUT()Ivan Solovev2022-06-032-0/+186
* Add QCOMPARE_{EQ,NE,LT,LE,GT,GE}()Ivan Solovev2022-06-036-18/+306
* Testlib: teach TAP test logger to support new QCOMPARE_* operatorsIvan Solovev2022-06-031-10/+67
* QCOMPARE/QVERIFY: fix huge pessimisation in QTestResultMarc Mutz2022-06-031-2/+4
* QtTest: move the disabling of core dumps from load-time to qInit()Thiago Macieira2022-06-011-2/+2
* Use a precise timer in QTestEventLoop if timeout is sub-secondVolker Hilsheimer2022-05-311-1/+2
* FatalSignalHandler: handle SIGABRT tooThiago Macieira2022-05-301-1/+1
* FatalSignalHandler: expand to more Unix OSes than just Linux and macOSThiago Macieira2022-05-301-7/+53
* FatalSignalHandler: use mmap() to create the alternate stackThiago Macieira2022-05-301-21/+67
* StackTraceHandler: call the debugger directly, instead of via /bin/shThiago Macieira2022-05-231-14/+29
* StackTraceHandler: simplify the gdb and lldb commandsThiago Macieira2022-05-231-11/+2
* FatalSignalHandler: chain back to the original crash handlerThiago Macieira2022-05-201-0/+31
* FatalSignalHandler: remember the previous signal's handlerThiago Macieira2022-05-201-41/+23
* FatalSignalHandler: simplify SA_RESETHAND codeThiago Macieira2022-05-201-13/+6
* FatalSignalHandler: simplify the SA_SIGINFO handlingThiago Macieira2022-05-201-9/+10