summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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