summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestcase.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Maintain at least 500ms timestamp distance between each test functionJan Arve Sæther2020-02-061-0/+3
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-041-2/+2
| |\
| | * Fix 'the the' typo in commentsLinus Jahn2020-02-021-2/+2
| * | testlib: Clarify that our XUnit reporter is actually a JUnit reporterTor Arne Vestbø2020-02-031-7/+7
| * | testlib: Unite Windows and Unix signal handler codeTor Arne Vestbø2020-02-011-165/+165
| * | testlib: Implement FatalSignalHandler inlineTor Arne Vestbø2020-02-011-87/+82
| * | testlib: Properly cleanup after caught exceptionTor Arne Vestbø2020-02-011-7/+1
| * | testlib: Simplify macOS setup/teardown codeTor Arne Vestbø2020-02-011-21/+12
| * | testlib: Fix indentationTor Arne Vestbø2020-02-011-14/+15
| * | testlib: Don't disable watchdog when the macOS crash reporter is enabledTor Arne Vestbø2020-02-011-8/+14
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-191-2/+2
|\| |