summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestcase.cpp
Commit message (Expand)AuthorAgeFilesLines
* QTest::ignoreMessage: Clarify what encoding we assume for parameterMårten Nordheim2025-03-281-0/+2
* QTest::toString: remove massageExponent()Thiago Macieira2025-02-141-29/+1
* QTest::toString(): print FP with full precision and in hexfloatThiago Macieira2025-02-141-19/+24
* QTest: Reset repeat counter for each call to QTest::qRun()Jøger Hansegård2025-01-291-4/+3
* Testlib: wrap cycle_p.h headerGiuseppe D'Angelo2025-01-181-1/+1
* Replace a few toString() or fromUtf8() QString::arg() parametersMarc Mutz2024-12-031-2/+1
* [QCOMPARE_3WAY] Expected and actual vars should use different formattersTatiana Borisova2024-11-211-3/+5
* Create a QCOMPARE_3WAY macro to test the C++20 spaceship operator <=>Tatiana Borisova2024-11-141-0/+48
* Revert "QTest: add -[no]throwon{fail,skip} command line arguments"Thiago Macieira2024-11-071-23/+0
* AndroidTestRunner: get test exit code instead of parsing resultsAssam Boudjelthia2024-10-251-1/+29
* QtTest: add missing newline to -throwonfail/skip linesThiago Macieira2024-10-111-2/+2
* TestLib: enable watchdog during _data and init/cleanupTestCaseTim Blechmann2024-10-101-11/+35
* Docs: remove remark of registering custom typesTim Blechmann2024-09-261-3/+0
* qtestcase.cpp: remove unused macros and includesThiago Macieira2024-09-241-10/+0
* qtestcase.cpp: standardize on <cstdio>Marc Mutz2024-08-071-68/+63
* QtTest: port from qsnprintf to std::snprintf and mark the module as qsnprintf...Marc Mutz2024-08-031-13/+14
* QTest: simplify qPrintDataTags() string buildingMarc Mutz2024-08-031-11/+12
* Remove dead code in qtestcase.cpp for Qt 6Marc Mutz2024-07-311-5/+0
* QTest::toString(): Fix format specifier for q(u)int64 on WindowsMarc Mutz2024-07-311-1/+1
* Fix source compatibility with existing toString() extensionsAllan Sandfeld Jensen2024-07-181-1/+11
* Extend QTest::failOnWarning() to a no-parameter fail-on-any-warningEdward Welbourne2024-05-061-1/+24
* QTest: rip out qxp::function_ref from compare_helper()Thiago Macieira2024-04-261-8/+33
* QTest: rip out qxp::function_ref from reportResult()Thiago Macieira2024-04-261-2/+26
* QTest: add removed_api.cpp and move deprecated functions to itThiago Macieira2024-04-261-5/+0
* QTest: expose API needed for Qt Quick Test to print crash backtracesMitch Curtis2024-04-041-3/+6
* QTest: move crash-handling code out into qtestcrashhandler_p.hMitch Curtis2024-04-041-735/+8
* Port to QDirListingAhmad Samir2024-03-031-14/+15
* QTest: add -[no]throwon{fail,skip} command line argumentsMarc Mutz2024-01-271-0/+12
* QTest: add opt-in changing QCOMPARE etc to exit with throw, not returnMarc Mutz2024-01-271-1/+197
* QTest: hold WatchDog in optional<> instead of QScopedPointerMarc Mutz2024-01-271-5/+6
* QTest: DRY test function invocationMarc Mutz2024-01-261-22/+17
* QTest: replace naked returns with QTEST_{FAIL,SKIP}_ACTION macrosMarc Mutz2024-01-251-4/+4
* QTest: Extract Method qCaught() from THROWS_(NO_)EXCEPTIONMarc Mutz2024-01-231-0/+33
* QTest: Extract Method writePrettyUnicodeChar from toPrettyUnicodeMarc Mutz2023-12-071-38/+46
* QTest::toPrettyUnicode: remove magic numbersMarc Mutz2023-12-061-4/+8
* Rename EINTR_LOOP -> QT_EINTR_LOOPMarc Mutz2023-11-301-1/+1
* qtestlib: Add option to skip blacklisted testsKalle Viironen2023-11-221-12/+25
* Move the remaining blacklist setting into TestMethods::invokeTest()Kalle Viironen2023-11-201-2/+4
* Add QTest option for repeating the entire test executionJøger Hansegård2023-11-151-7/+28
* wasm: Fix test runner for asynchronous testsPiotr Wierciński2023-10-261-0/+12
* QtTest: block almost all Unix signals in the WatchDog threadThiago Macieira2023-10-011-4/+28
* QEXTRACTTESTDATA: include the errorString() in case of failureThiago Macieira2023-08-051-4/+9
* Exclude VxWorks platform from stack trace generationKrzysztof Sommerfeld2023-07-271-2/+2
* QtCore: Remove std::mutex and std::condition_variable fallbacksThiago Macieira2023-06-121-3/+3
* Detect when Xcode is presenting os_log as structured log messagesTor Arne Vestbø2023-06-071-2/+2
* Testlib: fix the last few s/Q_OS_MAC/Q_OS_DARWIN/wEdward Welbourne2023-03-201-1/+1
* Cross-reference newRow() and addRow() in QTest docs and improve wordingEdward Welbourne2023-01-311-12/+22
* Doc: Mark qRegisterTestCase as new in Qt 6.5Kai Köhne2023-01-161-1/+3
* 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