summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestcase.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* testlib: Update a few remaining instances of the deprecated -xunitxml formatTor Arne Vestbø2021-07-291-3/+9
* QDirIterator: add nextFileInfo()Marc Mutz2021-07-281-3/+1
* testlib: Disable automatic backtrace when test crashes on macOS on ARMTor Arne Vestbø2021-07-191-3/+6
* Tidy up qtestcase.cpp's WatchDogEdward Welbourne2021-07-151-6/+11
* QTest: remove unneeded cast in toPrettyUnicode()Marc Mutz2021-07-071-2/+2
* QtTest: de-pessimise TestMethods::MetaMethods handlingMarc Mutz2021-06-221-5/+6
* Fix QFAIL() to interract correctly with QEXPECT_FAIL()Edward Welbourne2021-06-151-3/+3
* QtTest: move QTRY_X error message formatting out-of-lineMarc Mutz2021-06-151-0/+8
* wasm: fix threaded buildsLorn Potter2021-06-081-0/+2
* QTestlib: Add formatting for QObject * in QCOMPAREFriedemann Kleint2021-05-261-0/+18
* testlib: Disable automatic backtrace when test crashes on macOS on ARMTor Arne Vestbø2021-05-261-1/+1
* QTestlib: Fix formatting of pointers in QCOMPAREFriedemann Kleint2021-05-231-0/+5
* Fix thread-sanitizer warning about a data raceLars Knoll2021-05-121-9/+10
* Exclude unused functions from WASM buildMorten Sørvig2021-04-301-0/+2
* testlib: Don't abort on unrecognized -AppleFoo command line argumentsTor Arne Vestbø2021-02-111-1/+6
* Canonical pointer usageHou Lei2021-02-091-3/+3
* QTestlib: Speed up comparison of qsizetypeFriedemann Kleint2021-01-221-0/+15
* QTestLib: allow for non-zero values in env variablesGiuseppe D'Angelo2020-12-041-2/+2
* QFileInfo: mark constructors as explicitGiuseppe D'Angelo2020-11-151-1/+1
* testlib: Spit out crash backtraces to stderrTor Arne Vestbø2020-10-231-2/+2
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-121-1/+1
* Partially revert "Inline QTest::qSleep()"Lars Knoll2020-09-121-18/+0
* Inline QTest::qSleep()Lars Knoll2020-09-061-6/+0
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-241-2/+2
* testlib: Explicitly name watchdog timer threadTor Arne Vestbø2020-07-221-0/+1
* testlib: Defer signal dumper start until tests are ready to runTor Arne Vestbø2020-07-221-3/+5
* Replace use of deprecated Q_OS_MACX in favor of Q_OS_MACOSTor Arne Vestbø2020-07-081-1/+1
* Use QList instead of QVector in qtbaseJarek Kobus2020-07-071-9/+9
* Use QList instead of QVector in testlibJarek Kobus2020-06-251-4/+4
* Port testlib from QStringRef to QStringViewLars Knoll2020-06-111-1/+1
* Remove winrtOliver Wolff2020-06-061-11/+5
* Never include windows.h directly in Qt codeLars Knoll2020-05-271-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-041-6/+11
|\
| * QCOMPARE: treat values as equal if qFuzzyIsNull(each)Edward Welbourne2020-04-301-6/+11
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-1/+1
|\|
| * macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-232/+209
|\|
| * testlib: Be more selective in choosing to show stacktraces on macOSTor Arne Vestbø2020-02-061-14/+1