summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestcase.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* FatalSignalHandler: simplify the SA_SIGINFO handlingThiago Macieira2022-05-201-9/+10
* FatalSignalHandler: use std::optional instead of QScopedPointerThiago Macieira2022-05-201-2/+4
* FatalSignalHandler: split the Windows and Unix contentsThiago Macieira2022-05-201-57/+58
* Put DebugSymbolResolver and FatalSignalHandler in an unnamed namespaceThiago Macieira2022-05-201-1/+4
* FatalSignalHandler: remove call to qEnvironmentXxx from handler codeThiago Macieira2022-05-201-1/+6
* qtestcase: make the stack trace generation more signal-safeThiago Macieira2022-05-201-25/+44
* qtestcase.cpp: fix warning about ignoring the result of writev()Thiago Macieira2022-05-191-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* qtestcase/Unix: remove fprintf from signal handlerThiago Macieira2022-05-051-8/+100
* qtestcase.cpp: use #ifdef RLIMIT_CORE to guard RLIMIT_CORE usageThiago Macieira2022-05-041-2/+2
* QtTestLib: replace remaining uses of QL1String with QL1StringViewSona Kurazyan2022-05-021-18/+19
* QtTestLib: replace QLatin1String uses with _L1/_s/QStringLiteralSona Kurazyan2022-05-021-27/+27
* QtTestLib: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-281-6/+6
* Support test-case selection based on global data tagEdward Welbourne2022-04-251-23/+37
* Spacing-only change: fix indents and spacing in qtestcase.cppEdward Welbourne2022-04-141-73/+73
* qtestcase.cpp: s/QString::fromLatin1/QLatin1String/ where viableEdward Welbourne2022-04-141-15/+15
* Support global data tags in blacklisting identification of test-casesEdward Welbourne2022-03-141-1/+8
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-081-8/+9
* Tidy up QTest::FatalSignalHandlerSamuel Mira2022-03-021-12/+12
* Adapt QTest::FatalSignalHandler() to support sa_sigaction when availableEdward Welbourne2022-03-021-6/+23
* macOS: Don't print stack trace via lldb on test failure if SIP prevents itTor Arne Vestbø2022-02-091-1/+8
* Make counts of various types of test result add up correctlyEdward Welbourne2022-01-131-20/+28
* Tidy up testlib's parsing of -callgrind parameterEdward Welbourne2021-12-091-9/+12
* Suppress test set-up and tear-down in callgrind parent processEdward Welbourne2021-12-061-4/+18
* QTest: de-inline QVERIFY_THROWS_EXCEPTION message formattingMarc Mutz2021-11-261-0/+34
* Add QTest::failOnWarningMitch Curtis2021-11-261-0/+62
* Add some missing entries to QTest::qExec()'s \sa lineEdward Welbourne2021-11-261-1/+1
* Use a QVarLengthArray for FatalSignalHandler's alternate stackEdward Welbourne2021-11-181-3/+4
* Rework FatalSignalHandler to use ranged-for loops over signalsEdward Welbourne2021-11-181-7/+7
* Test the return from sigaction()Edward Welbourne2021-11-181-11/+19
* QTestLog: Properly own the loggersUlf Hermann2021-11-091-1/+1
* Deprecate QTest::qWarn() and replace its last useEdward Welbourne2021-09-231-2/+6
* Remove spurious QTestResult::setCurrentTestData(nullptr);Edward Welbourne2021-09-221-1/+0
* Clean up some notes in QtTestLib documentationEdward Welbourne2021-08-111-11/+11