summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-034-16/+16
* Doc: link to the testlib tutorial section on skippingMitch Curtis2022-10-311-0/+3
* Correct (and reflow) an out-of-date comment on benchmarkingEdward Welbourne2022-10-281-4/+4
* QBenchlib/Perf: remove the handling of attributes in -perfcounterThiago Macieira2022-10-251-31/+4
* QBenchlib/Perf: don't try to benchmark the kernelThiago Macieira2022-10-251-5/+11
* QBenchlib: force the warmup to run a single iterationThiago Macieira2022-10-251-0/+2
* QBenchlib: stop exporting {begin,end}BenchmarkMeasurementThiago Macieira2022-10-241-2/+2
* QBenchlib: remove unused checkpoint() virtualThiago Macieira2022-10-249-36/+1
* QBenchlib: remove unused repeatCount() virtualThiago Macieira2022-10-243-3/+0
* QBenchlib/Perf: remove ioctl(FD_CLOEXEC)Thiago Macieira2022-10-241-2/+0
* QBenchlib/Perf: use WalltimeNanoseconds for the task timeThiago Macieira2022-10-241-8/+4
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-213-6/+6
* QBenchlib/Perf: open the perffd with PERF_FLAG_FD_CLOEXECThiago Macieira2022-10-202-55/+837
* Simplify a list-removal operation in QTestLog's handleIgnoredMessage()Edward Welbourne2022-10-181-3/+1
* testlib: make it possible to test double-clicks with discrete eventsShawn Rutledge2022-10-163-6/+43
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-154-12/+6
* wasm: change logic for copying batchedtestrunner files to build dirDavid Skoland2022-10-151-22/+21
* 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