summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* Testlib: fix the last few s/Q_OS_MAC/Q_OS_DARWIN/wEdward Welbourne2023-03-201-1/+1
* QtMiscUtils: add isAsciiPrintable() helperAhmad Samir2023-03-181-3/+3
* QTest: Rename QCOMPARE_XX parameters to add meaningMårten Nordheim2023-03-084-85/+85
* Doc: fix link to QTest::failOnWarningVolker Hilsheimer2023-03-052-4/+4
* QSignalSpy: add wait(std::chrono::milliseconds) overloadAhmad Samir2023-03-032-8/+31
* QTestEventLoop: add enterLoop(std::chrono::milliseconds) overloadAhmad Samir2023-03-032-5/+7
* Doc: fix links to qFuzzyIsNullVolker Hilsheimer2023-03-031-1/+1
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-281-1/+1
* QTestTable: quote tag name in duplicate tag warning messageAhmad Samir2023-02-221-1/+1
* Update Valgrind to its 3.20.0Edward Welbourne2023-02-202-25/+543
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-101-29/+0
* 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