summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-113-3/+3
* Fix file which had SPDX-License-Identifier on two linesDmitry Shachnev2022-10-111-2/+1
* Add "We mean it" headerKai Köhne2022-10-051-1/+12
* Provide visual output in page in WASM test runnerMikolaj Boc2022-10-051-0/+4
* Port from container.count()/length() to size()Marc Mutz2022-10-049-18/+18
* Add QTest::currentTestResolved() and use in testlibEdward Welbourne2022-09-223-6/+27
* QDoc-ify QTest::runningTest()'s commentEdward Welbourne2022-09-221-1/+3
* Skip early return from test loops during cleanup()Edward Welbourne2022-09-223-6/+22
* Fix error in TAP test logger's regex to recognize QVERIFY() outputEdward Welbourne2022-09-221-1/+1
* QTeamCityLogger: fix build (INT_MAX undefined)Thiago Macieira2022-09-161-0/+1
* Include global data tags in teamcity's test function namesEdward Welbourne2022-09-131-8/+2
* Convert teamcity logger to use QTestCharBufferEdward Welbourne2022-09-132-75/+114
* Adapt the js batched test runner to emrun interfaceMikolaj Boc2022-09-121-0/+4
* 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
* Introduce the qt_deprecates pragmaAlexey Edelev2022-09-061-0/+4
* Fix warning from testing assignmentVolker Hilsheimer2022-09-031-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
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-013-4/+4
* Plug the WASM batched test runner into the build systemMikolaj Boc2022-08-311-0/+16
* Implement the batch_tests featureMikolaj Boc2022-08-2410-1/+185
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-235-5/+5
* Make it clear that a hyphen may be used to log to stdout in qtestMikolaj Boc2022-08-181-1/+1
* Include current test name in crash reportsEdward Welbourne2022-08-121-5/+9
* Add keyword msvc-2022 to testlib blacklistingOliver Wolff2022-08-041-1/+3
* Add license headers to cmake filesLucie Gérard2022-08-035-0/+15
* Fix race condition with QTest::ignoreMessageAndré Klitzing2022-07-281-0/+9
* WindowsFaultHandler: print the backtrace to stderr, not stdoutThiago Macieira2022-07-271-12/+11
* 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
* Add -Wshorten-64-to-32 to headerscleanTor Arne Vestbø2022-07-211-1/+1
* Use debug stream in QTest::toString's default fallback if possibleVolker Hilsheimer2022-07-131-2/+11
* Replace 0 with \nullptr in QTest::currentDataTag()'s docEdward Welbourne2022-07-111-1/+1
* Improve formatting of QTest message on missing functionEdward Welbourne2022-07-111-6/+15
* testlib: Don't print QCOMPARE values if they lack string representationVolker Hilsheimer2022-07-102-34/+27
* QTest: Support QKeySequence compareLaszlo Papp2022-07-092-0/+13
* 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-041-0/+1
* QCOMPARE: Fix a typo in the documentationLaszlo Papp2022-07-011-1/+1
* 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 Module landing pageAndreas Eliasson2022-06-271-21/+24
* Add the qt_class pragma to file listed in sync.profile classnames mapAlexey Edelev2022-06-221-0/+4
* 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-081-2/+34