summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Android: check if objectClass() is not null in registerNativeMethods()Assam Boudjelthia2021-11-152-12/+48
* Fix QMultiHash::operator== crashAndreas Buhr2021-11-111-0/+12
* QDuplicateTracker: add clear()Thiago Macieira2021-11-111-0/+16
* Bump WINVER, _WIN32_WINNT and _WIN32_IE to _WIN32_WINNT_WIN10 (0x0A00)Yuhang Zhao2021-11-111-1/+1
* Update CLDR-derived data to newly-released v40Ievgenii Meshcheriakov2021-11-101-3/+3
* Workaround MSVC 2022 bug about QString::replaceAndreas Buhr2021-11-101-2/+5
* Include qproperty.h where neededMarc Mutz2021-11-053-0/+3
* Correct qcollator_posix.cpp's check against system localeEdward Welbourne2021-11-041-3/+3
* Fix signed/unsigned comparison warnings in tst_QArrayDataEdward Welbourne2021-10-291-6/+6
* QHash: avoid crashing when reserving on a shared hashMårten Nordheim2021-10-261-0/+17
* QVarLengthArray: Reduce memory allocations in insert()Robert Löhning2021-10-261-0/+31
* Consistently restore threadpool limit at end of testsVolker Hilsheimer2021-10-221-12/+20
* Fix metatype declaration for QHash/QMultiHash with no operator==Sona Kurazyan2021-10-201-6/+4
* Make QDir::mkpath() return true when given an existing root pathKarsten Heimrich2021-10-201-4/+4
* Compile Private API autotests for INTEGRITYTatiana Borisova2021-10-201-3/+1
* Make QDir::mkpath() return true when given an existing drive nameKarsten Heimrich2021-10-201-0/+5
* Cleanup of qthreadpoolAllan Sandfeld Jensen2021-10-171-7/+56
* Fix autotest public API compilation for INTEGRITYTatiana Borisova2021-10-171-4/+8
* Re-enable QT_NO_NARROWING_CONVERSIONS_IN_CONNECT for QtGiuseppe D'Angelo2021-10-131-0/+5
* Fix handling of time-zone gap in QTimeZonePrivate::dataForLocalTime()Edward Welbourne2021-10-121-0/+12
* QList::iterator: use templates for advancing operatorsThiago Macieira2021-10-121-0/+134
* Add a basic round-trip test for QStringConverterEdward Welbourne2021-10-081-1/+56
* Compile private Qt APIs autotests for INTEGRITYTatiana Borisova2021-10-052-2/+3
* tst_qthread: Don't use QVERIFY in multiple threads in threadIdReuse()Ievgenii Meshcheriakov2021-10-011-2/+5
* Fix QDir::entryList to work for directories that end with '.lnk'Karsten Heimrich2021-09-304-3/+6
* QThread: Reset the system thread ID when thread exits on UnixIevgenii Meshcheriakov2021-09-291-0/+53
* tst_qplugin{,loader}: make it pass on MacsThiago Macieira2021-09-241-6/+6
* Revert "QProcess: do not emit aboutToClose() twice"Alex Trotsenko2021-09-241-2/+0
* tst_qmetatype: Fix operator< detection for std::optionalFabian Kosmale2021-09-211-0/+2
* Compile autotests for IntegrityTatiana Borisova2021-09-2121-23/+86
* QProcess: do not emit aboutToClose() twiceAlex Trotsenko2021-09-191-0/+2
* Rework tst_QString::remove_regexp() and its data tableEdward Welbourne2021-09-181-30/+36
* Teach QLocale::system() to use narrow formatIvan Solovev2021-09-161-0/+27
* QThreadPool: Fix restarting of expired threadsIevgenii Meshcheriakov2021-09-151-0/+25
* Move locale-switching code in test to a shared headerEdward Welbourne2021-09-151-56/+4
* QPlugin/QFactoryLoader: remove Qt 5 plugin remnantsThiago Macieira2021-09-141-37/+0
* Skip tst_QReadWriteLock::multipleReadersLoop on QEMUSona Kurazyan2021-09-102-0/+6
* Fix compilation for recursive Qt containersSona Kurazyan2021-09-071-0/+144
* Fix QLocale::system() standalone day and month handlingIvan Solovev2021-09-061-0/+127
* Make tst_QLocale::TransientLocale succeed at changing system localeIvan Solovev2021-09-031-2/+46
* qlocale_win: Fix non-standalone month namesEdward Welbourne2021-09-011-3/+10
* QBA(V)/QS(V)::lastIndexOf: fix the search of 1-char needlesGiuseppe D'Angelo2021-08-262-4/+4
* Revive tst_qresourceengineJoerg Bornemann2021-08-245-3/+68
* Unicode: fix the grapheme clustering algorithmGiuseppe D'Angelo2021-08-241-0/+101
* 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
* QS(V)/QBA(V)/QL1S::lastIndexOf: fix the offset calculationsGiuseppe D'Angelo2021-08-204-22/+90
* QRegularExpression: fix matching over null/empty QString(View)Giuseppe D'Angelo2021-08-191-2/+23
* QtConcurrent::run: support non default-constructible return typesSona Kurazyan2021-08-181-4/+4
* Use a scope-guard to take care of process deletion in a testEdward Welbourne2021-08-171-6/+5