summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestcase.cpp
Commit message (Expand)AuthorAgeFilesLines
* QTest: rip out qxp::function_ref from compare_helper()Thiago Macieira9 days1-8/+33
* QTest: rip out qxp::function_ref from reportResult()Thiago Macieira9 days1-2/+26
* QTest: add removed_api.cpp and move deprecated functions to itThiago Macieira9 days1-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
* QPlainTestLogger: don't print "RESULT" before each additional resultThiago Macieira2022-11-091-6/+2
* QBenchlib: add support for a measurer reporting multiple resultsThiago Macieira2022-11-091-24/+32
* QBenchlib: use QBenchmarkMeasurerBase::Measurement in QBenchmarkResultThiago Macieira2022-11-091-11/+5
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-3/+3
* QBenchlib: force the warmup to run a single iterationThiago Macieira2022-10-251-0/+2
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-2/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-2/+2
* Add QTest::currentTestResolved() and use in testlibEdward Welbourne2022-09-221-2/+22
* QDoc-ify QTest::runningTest()'s commentEdward Welbourne2022-09-221-1/+3
* Skip early return from test loops during cleanup()Edward Welbourne2022-09-221-0/+14
* Implement the batch_tests featureMikolaj Boc2022-08-241-0/+30
* Include current test name in crash reportsEdward Welbourne2022-08-121-5/+9
* WindowsFaultHandler: print the backtrace to stderr, not stdoutThiago Macieira2022-07-271-12/+11
* Replace 0 with \nullptr in QTest::currentDataTag()'s docEdward Welbourne2022-07-111-1/+1
* Improve formatting of QTest message on missing functionEdward Welbourne2022-07-111-6/+15
* qtestlib: exit with error if a test is invoked with unknown data tagDimitrios Apostolou2022-06-281-21/+22
* FatalSignalHandler: print some more information from siginfo_tThiago Macieira2022-06-281-6/+39
* QTest: switch some text-conversion functions to use qsizetypeMårten Nordheim2022-06-281-10/+8
* Fix typos in docs and commentsKai Köhne2022-06-151-2/+2
* Don't exit(1) on unrecognised test function name, just report a failureEdward Welbourne2022-06-151-9/+23