summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Fix some qdoc warningsFriedemann Kleint2020-01-022-2/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-161-2/+2
|\|
| * Doc: Fix qdoc compilation errors qtbaseNico Vertriest2019-12-121-2/+2
* | Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-151-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-121-1/+1
|\|
| * QTest::toString(QBitArray): fix Mismatched free() / delete / delete []Thiago Macieira2019-12-101-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-102-2/+55
|\|
| * Doc: Update info about building testsLeena Miettinen2019-12-062-2/+55
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-086-50/+749
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-066-50/+749
| |\
| | * Doc: Add guidelines for writing Qt testsLeena Miettinen2019-11-013-6/+556
| | * Doc: Add best-practice-info for using QVERIFY() and QCOMPARE()Leena Miettinen2019-11-012-28/+109
| | * Doc: Update info about QSKIP()Leena Miettinen2019-10-311-15/+44
| | * Doc: Add best-practices-info about creating benchmarksLeena Miettinen2019-10-301-1/+26
| | * Doc: Add best-practices-info about initialization and clean-upLeena Miettinen2019-10-301-0/+14
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-301-2/+2
|\| |
| * | QTestLib: basic WebAssembly supportMorten Johan Sørvig2019-10-281-2/+2
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-254-29/+127
|\| |
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-244-29/+127
| |\|
| | * Doc: Replace \b {Note:} with \noteLeena Miettinen2019-10-212-15/+13
| | * Doc: Describe using QVERIFY to verify validity of QSignalSpyLeena Miettinen2019-10-141-2/+14
| | * Doc: Describe initTestCase_data() function and QFETCH_GLOBAL macroLeena Miettinen2019-10-113-12/+100
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-011-2/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-301-2/+5
| |\|