summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Avoid senseless duplication of code in a testlib selftestEdward Welbourne2021-09-011-36/+24
* Add a repeated-failure selftest for testlibEdward Welbourne2021-09-017-33/+263
* QDoubleValidator: fix NaN check in validateWithLocaleIvan Solovev2021-09-011-0/+8
* Port to QImage and QPixmap deviceIndependentSize()Morten Sørvig2021-09-011-2/+2
* tests: Add test for UTS #46 implementation using Unicode dataIevgenii Meshcheriakov2021-09-014-0/+6506
* tst_qstringapisymmetry: Re-enable trim_trimmed_QByteArrayIevgenii Meshcheriakov2021-08-311-1/+1
* Fuzzing: Discard more logging output from QSslCertificateRobert Löhning2021-08-301-1/+1
* Revert "Forward touchEvents to children inside QGraphicsProxyWidget"Volker Hilsheimer2021-08-301-2/+1
* Add note to QList benchmark about known bugEdward Welbourne2021-08-301-0/+1
* Standardise layout and naming in corelib benchmarksEdward Welbourne2021-08-3095-524/+359
* Move QGraphicsProxyWidget test into correct test caseVolker Hilsheimer2021-08-302-310/+315
* Reactivate QGraphics(Proxy)Widget unit testsVolker Hilsheimer2021-08-305-543/+301
* Teach QByteArrayView how to parse numbersEdward Welbourne2021-08-302-574/+660
* Replace FreeBSD's strtou?ll() with std::from_chars()-based strntou?ll()Edward Welbourne2021-08-303-20/+258
* Include what you use ! filesystem.h uses QOperatingSystemVersionEdward Welbourne2021-08-271-4/+5
* Add more tests of blacklisting, combined with XPASS and XFAILEdward Welbourne2021-08-278-9/+250
* Include check for the Totals line in testlib's expectedfail selftestEdward Welbourne2021-08-277-1/+71
* Make clear why QTestLog::addB?XFail() don't add to countersEdward Welbourne2021-08-272-6/+6
* New QByteArray::toU?LongLong() benchmarkEdward Welbourne2021-08-271-1/+90
* QObject::connect(): fail to connect to a functor if UniqueConnection is passedGiuseppe D'Angelo2021-08-271-2/+3
* wasm: add manual tests for main() and exec()Morten Johan Sørvig2021-08-2710-0/+367
* Implement generating of private cpp exportsAlexey Edelev2021-08-272-3/+3
* CMake: Build a subset of tests when targeting iOS in the CIAlexandru Croitor2021-08-264-3/+99
* Forward touchEvents to children inside QGraphicsProxyWidgetVolker Hilsheimer2021-08-261-0/+168
* QBA(V)/QS(V)::lastIndexOf: fix the search of 1-char needlesGiuseppe D'Angelo2021-08-262-4/+4
* tst_qurl{,internal}: Use U+FB01 for normalization to ASCII test casesIevgenii Meshcheriakov2021-08-252-4/+6
* tst_qurlinternal: Remove testcases that use U+04CFIevgenii Meshcheriakov2021-08-251-6/+0
* tst_qurlinternal: Remove nameprep and STD3 rules testsIevgenii Meshcheriakov2021-08-251-325/+0
* tst_qurl: Make an invalid URL test compatible with UTS #46Ievgenii Meshcheriakov2021-08-251-3/+4
* QRegularExpressionMatch: add a way to know if a capturing group capturedGiuseppe D'Angelo2021-08-251-79/+159
* Revive tst_qresourceengineJoerg Bornemann2021-08-245-3/+68
* Fuzzing: Remove .pro-files of libfuzzer testsRobert Löhning2021-08-2413-127/+0
* QGraphicsProxyWidget: forward Window(De)Activate eventsVolker Hilsheimer2021-08-241-0/+55
* Unicode: fix the grapheme clustering algorithmGiuseppe D'Angelo2021-08-241-0/+101
* macOS: Add debug keyboard layout for manual testingTor Arne Vestbø2021-08-232-0/+1446
* Use constexpr for constants and ranged-based for loopsEdward Welbourne2021-08-231-99/+89
* Fix the (currently unbuilt) qdir/tree/ benchmarkEdward Welbourne2021-08-231-20/+19
* Re-add QPropertyAlias functionalityFabian Kosmale2021-08-231-0/+17
* tst_QPluginLoader: Simplify creating a fake pointer in fakeplugin.cppMartin Storsjö2021-08-201-2/+2
* Fix QScroller::scrollTo failing in QGraphicsView with movable itemChunLin Wang2021-08-201-0/+30
* Improve lancelot test of dashed line paintingEirik Aavitsland2021-08-203-4/+70
* wasm: add cmake build for manual testsMorten Johan Sørvig2021-08-194-0/+37
* Improve and simplify tst_QByteArray's testsEdward Welbourne2021-08-191-76/+69
* Add benchmark for QByteArray::toPercentEncoding()Edward Welbourne2021-08-191-0/+31
* Fix bug with NoFontMerging when font does not support scriptEskil Abrahamsen Blomfeldt2021-08-191-3/+24
* QString: use the QRegularExpression operations on QStringViewGiuseppe D'Angelo2021-08-191-10/+10
* QRegularExpression: fix matching over null/empty QString(View)Giuseppe D'Angelo2021-08-191-2/+23
* QS(V)/QBA(V)/QL1S::lastIndexOf: fix the offset calculationsGiuseppe D'Angelo2021-08-194-22/+90
* tst_QLocale::formatTime(): add some actual locale-dependenceEdward Welbourne2021-08-181-43/+68
* Report ImAbsolutePosition for QLineEditTor Arne Vestbø2021-08-181-0/+5