summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation of data-driven testsEdward Welbourne2023-01-312-11/+14
* Rewrite the QtTest best practice guide on testing for warningsEdward Welbourne2023-01-312-15/+40
* Object to creating duplicate entries in a test-data tableEdward Welbourne2023-01-312-0/+19
* Cross-reference newRow() and addRow() in QTest docs and improve wordingEdward Welbourne2023-01-311-12/+22
* Don't implicitly cast BATCHED_TEST_NAME to qstringMikolaj Boc2023-01-311-1/+1
* QTestlib: Disambiguate static functionsFriedemann Kleint2023-01-232-9/+9
* Fix build with -no-feature-shortcutTasuku Suzuki2023-01-171-0/+4
* Doc: Mark qRegisterTestCase as new in Qt 6.5Kai Köhne2023-01-161-1/+3
* Doc: Increase Test Function TimeoutJaishree Vyas2022-12-211-0/+41
* QTest::WatchDog: fix missing timeout resets on test function changeMarc Mutz2022-12-161-3/+22
* QTest::WatchDog: Extract Method setExpectation()Marc Mutz2022-12-161-11/+10
* Doc: Change links from froglogic to qt domainKai Köhne2022-12-094-5/+5
* Doc: Remove qtestlib-tools sectionAndreas Eliasson2022-11-302-15/+0
* Add note to blacklist documentation about how keywords relateTor Arne Vestbø2022-11-181-1/+4
* QPlainTestLogger: include extra information in each resultThiago Macieira2022-11-091-0/+103
* QPlainTestLogger: don't print "RESULT" before each additional resultThiago Macieira2022-11-097-28/+52
* QPlainTestLogger: simplify printBenchmarkResult()Thiago Macieira2022-11-091-54/+47
* QVariant: make a major simplification in the numeric comparisonThiago Macieira2022-11-091-0/+13
* QPlainTestLogger::formatResult: use QByteArray instead of QStringThiago Macieira2022-11-091-14/+14
* QBenchlib/Perf: use one system call to enable/disable measurementsThiago Macieira2022-11-091-5/+4
* QBenchlib/Perf: use C++11 range-fors for the event listThiago Macieira2022-11-091-15/+12
* QBenchlib/Perf: parse multiple counters from -perfcounterThiago Macieira2022-11-091-13/+24
* QBenchlib: add support for a measurer reporting multiple resultsThiago Macieira2022-11-0912-86/+132
* QBenchlib: use QBenchmarkMeasurerBase::Measurement in QBenchmarkResultThiago Macieira2022-11-096-28/+22
* QBenchlib: pass the metric type alongside the measurement valueThiago Macieira2022-11-0911-72/+46
* wasm: Add missing batchtestrunner files to copy logicDavid Skoland2022-11-071-1/+4
* 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