summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* QThread::create(): request interruption and join on destructionGiuseppe D'Angelo2021-12-071-0/+62
* tst_qmetatype: factor the most expensive test into its own TUMarc Mutz2021-12-074-81/+127
* tst_qmetatype: move an #ifdef to the headerMarc Mutz2021-12-072-8/+8
* QMultiHash: fix erase returning the wrong iteratorMårten Nordheim2021-12-071-0/+16
* Fix tst_qfloat16 runtime failure for INTEGRITYTatiana Borisova2021-12-061-0/+13
* QStringBuilder: Add support for QByteArrayViewMårten Nordheim2021-12-041-0/+4
* QFile: Add open() overload that accepts permissions argumentIevgenii Meshcheriakov2021-12-041-0/+52
* QAbstractFileEngine: Add permission argument to open()Ievgenii Meshcheriakov2021-12-041-1/+3
* QString et al: fix lastIndexOf() API asymmetryMarc Mutz2021-12-021-0/+16
* Fix QFuture continuations/handlers to work with move-only callablesSona Kurazyan2021-12-012-0/+71
* QString::arg: deprecate use of arbitrary Unicode digits as replacementsGiuseppe D'Angelo2021-11-301-0/+29
* QNX: check and use elf.h from alternative locationJanne Juntunen2021-11-301-9/+8
* Check that QStringView::split() w/rvalue QRegularExpression returns valid dataMarc Mutz2021-11-291-0/+29
* QT_SPECIALIZE_STD_HASH_TO_CALL_QHASH: use unqualified qHash() lookupMarc Mutz2021-11-291-0/+26
* Shorten target name for qsortfilterproxymodel auto testsOliver Wolff2021-11-292-2/+2
* QObject: Q_ASSERT the object type before calling a PMFThiago Macieira2021-11-271-2/+69
* tst_qhashfunctions: check qHashRange{,Commutative}() find hidden friend qHash()Marc Mutz2021-11-261-9/+27
* Make QAbstractProxyModel itemData() behave like data()Luca Beldi2021-11-261-1/+10
* Long live QVERIFY_THROWS_EXCEPTION!Marc Mutz2021-11-262-2/+2
* QDir: Add support for setting directory permissions to mkdir()Ievgenii Meshcheriakov2021-11-261-0/+47
* Q(Multi)Map: prevent dangling key/value after detach()Giuseppe D'Angelo2021-11-261-0/+68
* Skip QTimeZone::checkOffset() if there are no valid zones to testEdward Welbourne2021-11-261-0/+4
* Check for relevant zones existing when adding data rowsEdward Welbourne2021-11-261-12/+22
* Add a note to save the next reader some confusionEdward Welbourne2021-11-261-0/+4
* Skip test if it has no data-rowsEdward Welbourne2021-11-261-0/+7
* tst_qmetatype: Temporarily disable expensive tests on QNXFabian Kosmale2021-11-251-2/+5
* QHash: fix thread race around references and detachingMårten Nordheim2021-11-251-0/+56
* tst_QHashSeed: improve quality of the quality() testThiago Macieira2021-11-231-10/+15
* tst_QHashSeed: reset the global seed in each iterationThiago Macieira2021-11-231-0/+2
* QtBase: replace windows.h with qt_windows.hYuhang Zhao2021-11-236-6/+6
* Add support for combining multiple QFuturesSona Kurazyan2021-11-201-0/+514
* Short live q20::ssize()!Marc Mutz2021-11-201-13/+1
* Fix test when accessing patched plugin too fastPasi Petäjäjärvi2021-11-191-3/+18
* QAnyStringView: fix broken implicit conversion from QStringBuilderMarc Mutz2021-11-191-0/+18
* Introduce Q_APPLICATION_STATICMike Achtelik2021-11-183-0/+74
* Fix macOS system locale's formatting of negative yearsEdward Welbourne2021-11-181-3/+0
* Fix formatting of dates before 1601 in MS system localeEdward Welbourne2021-11-181-0/+24
* Add an initial tst_QAnyStringViewMarc Mutz2021-11-184-0/+641
* Do not include qloggingcategory.h in public headersKai Köhne2021-11-162-0/+3
* tst_qvariant: fix -Wclass-memaccessMarc Mutz2021-11-161-1/+1
* Android: check if objectClass() is not null in registerNativeMethods()Assam Boudjelthia2021-11-152-12/+48
* Revise (recently-added) yearSharingWeekDays() to take a QDateEdward Welbourne2021-11-152-0/+50
* QFuture: support cancellation of continuation chain through parentSona Kurazyan2021-11-131-0/+126
* Teach QOperatingSystemVersion to handle new OS entries in patch releasesMårten Nordheim2021-11-121-0/+11
* Fix QMultiHash::operator== crashAndreas Buhr2021-11-111-0/+12
* QDuplicateTracker: add clear()Thiago Macieira2021-11-111-0/+16
* Clean up exports from qlocale_p.hEdward Welbourne2021-11-101-1/+1
* Use a local check-macro to save lots of repetition in time-zone testsEdward Welbourne2021-11-101-90/+53
* Workaround MSVC 2022 bug about QString::replaceAndreas Buhr2021-11-101-2/+5
* Bump WINVER, _WIN32_WINNT and _WIN32_IE to _WIN32_WINNT_WIN10 (0x0A00)Yuhang Zhao2021-11-101-1/+1