summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* Doc: Enable automatic linking to sources on code.qt.ioTopi Reinio3 days1-0/+3
* QTest::CrashHandler: extract the address of the crashing instructionThiago Macieira5 days1-1/+40
* QTest::CrashHandler: prepare to disassemble the crashing instructionThiago Macieira5 days3-13/+38
* QTest::CrashHandler: switch to execvp() instead of execlp()Thiago Macieira5 days1-5/+24
* QTest::CrashHandler: add asyncSafeToHexString()Thiago Macieira7 days1-6/+17
* QTest::CrashHandler: use string_view for writeToStderr() for the inputsThiago Macieira7 days1-18/+9
* QTest::CrashHandler: reorganize Unix header blocksThiago Macieira7 days1-18/+19
* QTest::CrashHandler: move the enum definition to the headerThiago Macieira7 days3-4/+9
* QTest::CrashHandler: move the Unix signal-handling code into the .cppThiago Macieira7 days2-79/+67
* QTest::CrashHandler: move the Unix async-safe I/O code to the .cppThiago Macieira7 days3-80/+61
* QTest::CrashHandler: move windowsFaultHandler() out of the classThiago Macieira7 days2-5/+4
* QTest::CrashHandler: move DebugSymbolResolver to the .cppThiago Macieira7 days2-53/+56
* QTest::CrashHandler: split into Unix and Windows (2/2)Thiago Macieira7 days2-677/+16
* QTest::CrashHandler: split into Unix and Windows (1/2)Thiago Macieira7 days3-1/+687
* QTest::CrashHandler: ask GDB for the memory mapping layout on crash tooThiago Macieira11 days1-0/+1
* ensurePositionTopLeft - always return true on AndroidFrédéric Lefebvre2025-05-141-0/+3
* Doc: Update QTest documentation to reference Qt6TestDheerendra Purohit2025-04-101-1/+1
* Refactor default QTRY_* timeout value into one placeMitch Curtis2025-04-031-10/+18
* QTestLib: fix crashes when using qDebug()s from threads with -junitxmlDavid Faure2025-04-022-8/+17
* QTestLib: fix race on QElapsedTimers from WatchDog threadDavid Faure2025-03-311-3/+12
* QTest::ignoreMessage: Clarify what encoding we assume for parameterMårten Nordheim2025-03-281-0/+2
* Add QTestPrivate::ensurePositionTopLeft() for reliable positioningFrédéric Lefebvre2025-03-261-0/+19
* QJUnitTestLogger: include what you useGiuseppe D'Angelo2025-03-201-0/+1
* QElapsedTimer: port some restart() calls to start()Giuseppe D'Angelo2025-03-182-3/+3
* QSignalSpy: Drop the RegisterMethodArgumentMetaType metacallFabian Kosmale2025-02-261-8/+2
* QT_TEST_EQUALITY_OPS: insert QCOMPARE before the current codeThiago Macieira2025-02-221-7/+18
* Fix bad signal restoration which can cause infinite loopEric Beuque2025-02-191-2/+2
* QBenchmarkPerfEvents: help Coverity understand the codeMarc Mutz2025-02-191-1/+1
* 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: fix bug dereferencing nullptr in toString<std::nullptr_t>()Thiago Macieira2025-01-301-0/+5
* Update testlib's copy of Linux's perf_event_p.h headerEdward Welbourne2025-01-292-8/+85
* QTest: Reset repeat counter for each call to QTest::qRun()Jøger Hansegård2025-01-291-4/+3
* QTestLib: Add helper function to check for keychain access issuesTimur Pocheptsov2025-01-241-0/+33
* QtTest: Update valgrind (fatuously) to v3.24.0Edward Welbourne2025-01-212-2/+2
* Correct description of 3rd-party CPU cycle countersEdward Welbourne2025-01-211-1/+1
* Testlib: wrap cycle_p.h headerGiuseppe D'Angelo2025-01-186-3/+27
* QTestLog: use the right preprocessor test for C++ featuresGiuseppe D'Angelo2025-01-181-1/+1
* Replace qdebug.h includes in public headers with forward-declarationsAhmad Samir2025-01-151-0/+1
* QTestLib: handle all Qt::Key values in keyToAsciiVolker Hilsheimer2025-01-141-1/+3
* Remove unused qdebug.h includesAhmad Samir2025-01-132-4/+0
* CMake: Use the $<VERSION> placeholder in qt_attribution.jsonAlexandru Croitor2025-01-094-4/+4
* macOS: Completely disable lldb backtraces in QtTestLib on Apple SiliconTor Arne Vestbø2025-01-081-1/+7
* qpropertytesthelper_p.h: port from QScopedPointer to std::optionalMarc Mutz2025-01-031-6/+33
* Replace qTerminate() with std::terminate() and mark it for removalThiago Macieira2024-12-261-1/+1
* QTest::toString(QCbor-type): port from const char* to unique_ptr<char[]>Marc Mutz2024-12-261-29/+36
* qtesttostring.h: standardize on unique_ptr<[]>Marc Mutz2024-12-201-10/+11
* Output both global and local data tags in benchmark result headerMagdalena Stojek2024-12-131-2/+9
* Fix GCC -Wextra-semi warnings with Q* macrosAhmad Samir2024-12-121-1/+1
* Fix GCC -Wextra-semi after member function definitionsAhmad Samir2024-12-121-1/+1