summaryrefslogtreecommitdiffstats
path: root/src/testlib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-256-50/+749
|\
| * 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.15' into devQt Forward Merge Bot2019-11-011-2/+2
|\| | |
| * | | 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.15' into devQt Forward Merge Bot2019-10-264-29/+127
|\| | |
| * | | 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
* | | | QShortcut: Properly port to the new configure systemFriedemann Kleint2019-10-251-1/+3
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-021-10/+14
|\| | |
| * | | 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
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-221-27/+57
|\| | |
| * | | QTestLib: modernize and stream-line WatchDogMarc Mutz2019-09-171-27/+57
| |/ /
* | | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-09-046-22/+158
|\| |
| * | 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
| * | | QSignalSpy: Extract meta signal validation to the separate methodVitaly Fanaskov2019-08-131-5/+12
| * | | QSignalSpy: Extract connection functionality into a separate methodVitaly Fanaskov2019-08-131-10/+16
* | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Lars Knoll2019-08-0636-250/+463
|\| | |
| * | | QTest: add toString(QBitArray)Thiago Macieira2019-08-051-0/+11
| * | | QTestLib: Speed up QCOMPARE for QStringFriedemann Kleint2019-08-014-0/+120
| * | | QTestLib: Fix various clang warningsFriedemann Kleint2019-07-298-36/+24
| * | | Port from QStringViewLiteral to u""Marc Mutz2019-07-291-3/+3
| * | | QTestLib: Fix class declarations/structureFriedemann Kleint2019-07-1110-34/+22
| * | | QTestLib: Introduce nullptrFriedemann Kleint2019-07-1112-62/+59
| * | | QTestLib: Use member initializationFriedemann Kleint2019-07-1118-94/+54
| * | | Fix testlib build without features.propertiesTasuku Suzuki2019-07-101-0/+2
| * | | QTestLib: Speed up QCOMPARE for float, double, int, unsignedFriedemann Kleint2019-07-094-22/+153
| * | | QTestlib: Check compared images for device pixel ratioFriedemann Kleint2019-07-091-0/+16
* | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-07-088-12/+18
|\| | |
| * | | Fix build without features.itemmodelTasuku Suzuki2019-07-061-0/+4
| * | | Fix qFindTestData() to work with relative resource pathsJan Arve Sæther2019-07-051-1/+1
| * | | Testlib: Reset the global benchmark data only if it matchesUlf Hermann2019-07-041-1/+2
| * | | QTestLib: Replace typedef by 'using'Friedemann Kleint2019-06-294-9/+7