summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestcase.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* FatalSignalHandler: print the signal name on crashThiago Macieira2022-06-081-2/+34
* QTest: Remove pre-Qt6 codeMårten Nordheim2022-06-081-10/+0
* Define out unused functions on WASM buildMikolaj Boc2022-06-081-5/+7
* QTestLib: improve documentationIvan Solovev2022-06-081-0/+2
* qtestcase.cpp: create a common function to print the test runtimeThiago Macieira2022-06-031-12/+28
* QTestLib: rework QTest::compare_helper()Ivan Solovev2022-06-031-6/+56
* Add QCOMPARE_{EQ,NE,LT,LE,GT,GE}()Ivan Solovev2022-06-031-0/+8
* QtTest: move the disabling of core dumps from load-time to qInit()Thiago Macieira2022-06-011-2/+2
* FatalSignalHandler: handle SIGABRT tooThiago Macieira2022-05-301-1/+1
* FatalSignalHandler: expand to more Unix OSes than just Linux and macOSThiago Macieira2022-05-301-7/+53
* FatalSignalHandler: use mmap() to create the alternate stackThiago Macieira2022-05-301-21/+67
* StackTraceHandler: call the debugger directly, instead of via /bin/shThiago Macieira2022-05-231-14/+29
* StackTraceHandler: simplify the gdb and lldb commandsThiago Macieira2022-05-231-11/+2
* FatalSignalHandler: chain back to the original crash handlerThiago Macieira2022-05-201-0/+31
* FatalSignalHandler: remember the previous signal's handlerThiago Macieira2022-05-201-41/+23
* FatalSignalHandler: simplify SA_RESETHAND codeThiago Macieira2022-05-201-13/+6