summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Cleanup tests that add test data to resources explicitlyAlexey Edelev2022-02-1111-208/+16
* CMake: Add BUILTIN_TESTDATA option to qt_internal_add_testAlexey Edelev2022-02-113-44/+28
* Activate tst_QTimeLine on AndroidAndreas Buhr2022-02-101-4/+1
* qtextstream.h: streamline includesFabian Kosmale2022-02-101-0/+1
* Fix an inaccurate comment and update a test caseEdward Welbourne2022-02-091-2/+2
* QProcess/Unix: ensure we don't accidentally execute something from CWDThiago Macieira2022-02-091-1/+92
* Fix C++20 ambiguous relational operators between QJsonValue{,Ref}Marc Mutz2022-02-091-0/+52
* tst_QContainerApiSymmetry: fix incorrect P1115 detectionAllan Sandfeld Jensen2022-02-091-1/+1
* tst_qresourceengine: use QFINDTESTDATA() to find correct pathJanne Juntunen2022-02-041-1/+1
* QCborValue: fix incorrect to{Array,Map} when the value is emptyThiago Macieira2022-02-031-0/+87
* tst_qlogging: use correct qlogging_helper path on webOSJanne Juntunen2022-02-031-11/+17
* QPluginLoader: report the right load hintsGiuseppe D'Angelo2022-02-031-1/+10
* Add some more QDate::{start,end}OfDay() testsEdward Welbourne2022-02-021-0/+12
* Add qt_internal_undefine_global_definition functionAlexey Edelev2022-02-025-10/+5
* Fix clang-cl build of tst_qobjectAllan Sandfeld Jensen2022-02-021-1/+1
* Sequential erase/_if: don't apply predicate twice to elementMarc Mutz2022-02-021-4/+18
* Restore missing Qt definitionsAlexey Edelev2022-01-315-12/+14
* QtFuture::connect: fix for signals with a single std::tuple argumentSona Kurazyan2022-01-311-12/+175
* Blacklist tst_QFileSystemWatcher::signalsEmittedAfterFileMoved on all Windows...Ivan Solovev2022-01-311-2/+1
* QFlatMap: fix is_transparent detectionMarc Mutz2022-01-301-2/+25
* QFlatMap: add full is_transparent support [3/3]: add overloadsMarc Mutz2022-01-301-1/+14
* Fix tst_qfloat16 run time error for INTEGRITY (tested on sa8115)Tatiana Borisova2022-01-301-0/+5
* QByteArray: fix isUpper/isLowerGiuseppe D'Angelo2022-01-251-13/+19
* Mark ResultStoreBase as finalSona Kurazyan2022-01-242-55/+146
* Fix gcc warning in testsKai Köhne2022-01-241-0/+1
* Q(Static)ByteArrayMatcher: manage indexIn() overloadsMarc Mutz2022-01-231-0/+34
* QStaticByteArrayMatcher: fix searching in 2+GiB haystacksMarc Mutz2022-01-231-0/+74
* Use Q_INT64_C() to express qint64 constantsEdward Welbourne2022-01-211-3/+3
* Fix memory leaks when capturing a QFuture in its continuationSona Kurazyan2022-01-211-0/+62
* JSON: Further improve the duplicate handling in the parserUlf Hermann2022-01-215-10/+123
* QFactoryLoader: add setExtraSearchPath() (for QPA plugins' use)Thiago Macieira2022-01-201-4/+35
* tst_QtJson: fix test for numbers above the limit of qint64Thiago Macieira2022-01-191-10/+7
* tst_QMetaType: remove call to pthread_yield()Thiago Macieira2022-01-191-3/+0
* tst_QMetaType: remove the IsInitialized checkThiago Macieira2022-01-192-28/+11
* tst_qmetatype: add a few more row for QMetaType::UknknownTypeThiago Macieira2022-01-191-0/+23
* tst_qeventdispatcher: avoid influence between test functionsAlex Trotsenko2022-01-191-0/+8
* Win32: always allow the event loop to be woken up by posted eventsVolker Hilsheimer2022-01-191-3/+0
* Add more tests for event dispatcher waking upVolker Hilsheimer2022-01-191-1/+111
* QMetaType: add a missing check for null d_ptrThiago Macieira2022-01-182-0/+55
* JSON: When clearing duplicate object entries, also clear containersUlf Hermann2022-01-181-0/+19
* QVersionNumber: port fromString() to QAnyStringViewMarc Mutz2022-01-181-0/+41
* QVersionNumber: change int to qsizetype in fromString()Thiago Macieira2022-01-171-1/+1
* QLatin1String: perform the comparison to another QL1S using memcmp()Thiago Macieira2022-01-171-12/+33
* Remove unused .qrc filesJoerg Bornemann2022-01-1719-170/+0
* Remove execute permission from XML filesEdward Welbourne2022-01-174-0/+0
* Fix an assertion failure in massageAdjustedDateTime()Edward Welbourne2022-01-131-0/+12
* QMetaType: Allow conversion of derived gadget types to their base typesUlf Hermann2022-01-132-2/+30
* tst_QString/tst_QByteArray: add checks for null-nessMarc Mutz2022-01-132-0/+79
* tst_qeventdispatcher: fix UB in single-shot timers activationAlex Trotsenko2022-01-131-6/+6
* Q*Parser: Replace "data" with "contents" in stringsRobert Löhning2022-01-121-3/+3