summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...v5.15.5-lts-lgplTarja Sundqvist2022-05-163-3/+9
|\
| * Fix QAbstractItemModelTester false positiveLuca Beldi2021-05-311-2/+2
| * QTestlib: Fix formatting of pointers in QCOMPAREFriedemann Kleint2021-05-222-1/+7
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...Tarja Sundqvist2022-04-071-1/+1
|\|
| * QAbstractItemModelTester: fix false positive when model has zero columnsDavid Faure2021-04-111-1/+1
* | Revert "Update commercial license headers"Tarja Sundqvist2021-03-2477-1592/+1592
|/
* testlib: Only consider major version for macOS 11 and later in blacklistsLiang Qi2021-02-041-0/+6
* Update commercial license headersTarja Sundqvist2021-01-2677-1592/+1592
* Doc: explain how to create a test touch device for use with touchEventMitch Curtis2020-11-201-1/+7
* testlib: Add private API to add test loggerTor Arne Vestbø2020-11-033-8/+25
* testlib: Let logger report whether it is logging to stdoutTor Arne Vestbø2020-10-313-5/+13
* QAbstractItemModelTester: don't rely on hasChildren()David Faure2020-10-281-4/+5
* Properly deprecate QProcess::pidVolker Hilsheimer2020-10-011-1/+1
* Output QSysInfo::productType() and productVersion() in test config lineMitch Curtis2020-09-181-1/+2
* Doc: Compile snippets only when running testsPaul Wicking2020-09-142-11/+17
* Doc: explain how to blacklist QML tests on certain platformsMitch Curtis2020-09-101-2/+20
* Doc: Mention no_testcase_installs which can be used to prevent installAndy Shaw2020-08-202-0/+9
* Enable warnings-are-errors also for snippetsKai Koehne2020-05-262-1/+3
* Snippets: Fix dependency issuesKai Koehne2020-05-201-3/+0
* QTest::ignoreMessage(): interpret the message in UTF-8Edward Welbourne2020-05-191-2/+2
* Close memory leak in QTestLib support for item model testingVolker Hilsheimer2020-05-191-4/+14
* Doc: Fix compilation of testlib snippets if sql, widgets are missingKai Koehne2020-05-051-0/+3
* 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
* 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
* | Doc: Remove \contentspage commandsTopi Reinio2020-03-151-7/+0
* | Fix namespaced build of QTestLibKai Koehne2020-02-141-2/+2
* | 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
* | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-232-3/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-151-3/+3
|\|
| * Doc: Correct non-link related qdoc compilation errorsNico Vertriest2020-01-141-3/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-01-091-1/+1
|\|
| * Doc: Correct qdoc compilation errors qtbaseNico Vertriest2020-01-091-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-092-3/+3
|\|
| * Doc: Correct link errorsNico Vertriest2020-01-072-3/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-062-2/+2
|\|