summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix issues with Qt Test documentation configurationTopi Reinio2020-05-281-2/+2
* Never include windows.h directly in Qt codeLars Knoll2020-05-271-1/+1
* Document how to use CMake for Qt TestLibKai Koehne2020-05-265-30/+19
* Licenses: Remove reference to change in Qt 5.4Kai Koehne2020-05-221-3/+2
* cmake: QTestCase: enable threading supportFabian Kosmale2020-05-151-0/+1
* Close memory leak in QTestLib support for item model testingVolker Hilsheimer2020-05-121-4/+14
* QTest::ignoreMessage(): interpret the message in UTF-8Edward Welbourne2020-05-081-2/+2
* Enable warnings-are-errors also for snippetsKai Koehne2020-05-071-0/+2
* Snippets: Fix dependency issuesKai Koehne2020-05-071-3/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-051-0/+3
|\
| * Doc: Fix compilation of testlib snippets if sql, widgets are missingKai Koehne2020-05-051-0/+3
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-043-18/+22
|\|
| * QCOMPARE: treat values as equal if qFuzzyIsNull(each)Edward Welbourne2020-04-302-17/+21
| * Doc: Fix compilation issue with QVERIFY2 exampleKai Koehne2020-04-231-1/+1
* | avoid compile warning when using clang++ with -Wshorten-64-to-32Martin Koller2020-04-111-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-0815-203/+424
|\|
| * Doc: Make Qt Test snippets compilableNico Vertriest2020-04-0311-200/+415
| * macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-033-3/+3
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-311-0/+6
| |\
| | * testlib: add QAbstractItemModelTester::verify()Liang Qi2020-03-301-0/+6
* | | CMake: Regenerate projects after .pro files were modifiedAlexandru Croitor2020-04-032-11/+0
* | | CMake: Enable testlib selftestsLeander Beernaert2020-03-182-0/+47
* | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Simon Hausmann2020-03-161-7/+0
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-161-7/+0
| |\| |
| | * | Doc: Remove \contentspage commandsTopi Reinio2020-03-151-7/+0
* | | | cmake: Remove APPLE prefix from platform namesTor Arne Vestbø2020-03-162-4/+4
* | | | cmake: Fix naming when referring to Apple macOSTor Arne Vestbø2020-03-162-4/+4
|/ / /
* | | CMake: Regenerate configure.cmake files to get reportsAlexandru Croitor2020-03-091-0/+3
* | | Initial cleanup of qevent.h for Qt6Allan Sandfeld Jensen2020-03-051-0/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-2/+2
|\| |
| * | Fix namespaced build of QTestLibKai Koehne2020-02-141-2/+2
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-1313-293/+306
|\| |
| * | testlib: Make testlogs enumerable and printableTor Arne Vestbø2020-02-102-0/+6
| * | testlib: Be more selective in choosing to show stacktraces on macOSTor Arne Vestbø2020-02-064-15/+31
| * | 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-039-63/+62
| * | 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
* | | Regenerate projects to correctly handle private dependenciesAlexandru Croitor2020-02-052-0/+4
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-292-3/+3
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-282-3/+3
| |\| |
| | * | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-232-3/+3
* | | | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-2411-59/+811
|\| | |
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-161-3/+3
| |\| |