summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* QtConcurrent::run: support non default-constructible return typesSona Kurazyan2021-08-182-4/+16
* Use a scope-guard to take care of process deletion in a testEdward Welbourne2021-08-171-6/+5
* Attempt to unwedge tst_QThread::wait3_slowDestructor()Edward Welbourne2021-08-171-13/+15
* Expand testing of QEXPECT_FAIL()Edward Welbourne2021-08-177-255/+981
* tests: Remove unused SRCDIR definesIevgenii Meshcheriakov2021-08-1719-35/+0
* QString/QByteArray::number(double): Test big numbersMårten Nordheim2021-08-173-3/+42
* QUrl: Improve Punycode overflow handlingIevgenii Meshcheriakov2021-08-161-2/+0
* Add benchmark for QMetaEnumMarc Mutz2021-08-163-0/+88
* QVarLengthArray: add support for emplacementMarc Mutz2021-08-161-0/+19
* QGraphicsProxyWidget: fix propagation of high-precision eventsVolker Hilsheimer2021-08-161-5/+0