summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* QMimeDatabase: don't stat() something that isn't a local fileThiago Macieira2023-02-024-0/+61
* tst_QMimeDatabase: rename test to indicate what it really isThiago Macieira2023-02-022-4/+5
* QString: remove some redundant unittestsAhmad Samir2023-02-021-12/+0
* Q{Contacts,Calendar}Permission: bool readWrite → enum AccessModeMarc Mutz2023-02-021-8/+8
* QStandardPaths/unix: ignore relative paths in all $XDG_* env varsAhmad Samir2023-02-011-0/+27
* QMimeDatabase: use unique QTest data tag namesAhmad Samir2023-02-011-4/+4
* QRegularExpression: fix count() when the RE matches a surrogateThiago Macieira2023-01-311-0/+15
* QString: don't detach in replace(QChar, QChar, case)Ahmad Samir2023-01-301-1/+8
* Pass short time format to GetTimeFormat from GetLocaleInfoIlya Fedin2023-01-301-1/+1
* tst_QUrlQuery: fix Clang 15 -Wself-moveMarc Mutz2023-01-231-2/+8
* IPC: switch the default key type on Unix to POSIX realtimeThiago Macieira2023-01-221-2/+0
* IPC: add support for multiple backends to QSharedMemoryThiago Macieira2023-01-221-15/+56
* IPC: add support for multiple backends to QSystemSemaphoreThiago Macieira2023-01-223-32/+130
* IPC: fix cleaning up after tst_QSharedMemory testsThiago Macieira2023-01-222-12/+34
* IPC: clean up #ifdef in tst_qsharedmemory.cppThiago Macieira2023-01-221-22/+2
* IPC: add native key support to QSharedMemoryThiago Macieira2023-01-223-111/+177
* IPC: add native key support to QSystemSemaphoreThiago Macieira2023-01-222-34/+80
* IPC: Long live QNativeIpcKey keyThiago Macieira2023-01-223-0/+357
* IPC: move makePlatformSafeKey to qtipccommon.cppThiago Macieira2023-01-221-2/+2
* IPC: move the feature check to the ipc/ dir for tst_qsharedmemoryThiago Macieira2023-01-222-22/+16
* IPC: Move QSharedMemory and QSystemSemaphore from kernel/ to ipc/Thiago Macieira2023-01-2211-6/+12
* QVarLengthArray: fix off-by-size() bug in growBy()Marc Mutz2023-01-201-0/+13
* tst_QUrlQuery: replace a few QVERIFY(~~ != ~~) with QCOMPARE_NEThiago Macieira2023-01-201-4/+4
* QUrlQuery: add missing move constructorThiago Macieira2023-01-201-0/+24
* QUrlQuery: fix operator== for emptied object caseThiago Macieira2023-01-201-0/+6
* Merge integration refs/builds/qtci/dev/1673982362Qt CI Bot2023-01-181-0/+4
|\
| * QLocale: add unittests for qstrtod of "NaN" and "nan"Ahmad Samir2023-01-171-0/+4
* | QUrl: restore empty-but-not-null for components that are presentThiago Macieira2023-01-171-39/+43
|/
* QVarLengthArray: cope with vector<unique_ptr>'s copyabilityMarc Mutz2023-01-161-0/+23
* QPermission: replace T data<T>() with std::optional<T> value<T>()Marc Mutz2023-01-131-15/+24
* Add QString<->emscripten::val conversion functionsMikolaj Boc2023-01-133-0/+42
* tst_QPermission: add more testsMarc Mutz2023-01-131-0/+71
* Remove tst_QTextBoundaryFinder::thaiLineBreakMikolaj Boc2023-01-131-91/+0
* Give tst_QStorageInfo a QCOMPARE_op() makeoverEdward Welbourne2023-01-131-11/+11
* Verify land-preservation in locale constructionEdward Welbourne2023-01-121-2/+37
* Add minimal QPermission auto-testMarc Mutz2023-01-124-0/+82
* tst_QAlgorithms: don't use random numbers in the test row namesThiago Macieira2023-01-111-17/+25
* Use consistent collation testability criteria in corelib/textMikolaj Boc2023-01-111-2/+3
* Correctly determine if posix collator is used in tst_qcollatorMikolaj Boc2023-01-101-3/+3
* Adapt the qstringbuilder test for batchingMikolaj Boc2023-01-104-20/+20
* Fix RTA test build for INTEGRITYTatiana Borisova2023-01-091-1/+3
* QPromise: improve documentation snippetIvan Solovev2023-01-091-1/+3
* QFileInfo: use currentDateTimeUtc()Ahmad Samir2023-01-062-5/+5
* Fix crash when cancelling a QFuture that has continuation with contextSona Kurazyan2023-01-061-0/+9
* Accept U+2212 as minus sign in negative year unit testØystein Heskestad2023-01-061-1/+5
* Use QFileInfo's file times in UTC for file timestampsAhmad Samir2023-01-043-23/+23
* QStringConverter: add QLatin1::convert{To,From}Unicode()Ahmad Samir2022-12-301-0/+29
* Long live QPromise::addResults()!Marc Mutz2022-12-301-0/+9
* QTypeInfo: remove further usages of isPointer / isIntegralGiuseppe D'Angelo2022-12-303-5/+5
* QMetaType: fix value-initialization in a corner caseGiuseppe D'Angelo2022-12-302-1/+128