summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\|
| | * Do not pass nullptr as '%s'Allan Sandfeld Jensen2019-09-231-2/+5
* | | Short live QtPrivate::{condition_variable,mutex}!Marc Mutz2019-09-271-8/+9
* | | QTestLib: modernize and stream-line WatchDogMarc Mutz2019-09-171-27/+57
|/ /
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-161-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-151-1/+1
| |\
| | * Bound the scope of QTRY_LOOP_IMPL()'s local variableEdward Welbourne2019-08-131-1/+1
* | | QTestLib: Introduce initMain() to run in main before qApp existsFriedemann Kleint2019-08-132-0/+37
* | | Introduce QSignalSpy constructor allows to spy on a meta methodVitaly Fanaskov2019-08-133-0/+80
* | | QSignalSpy: Extract object validation to a separate methodVitaly Fanaskov2019-08-131-6/+12