summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* tst_QResourceEngine::checkStructure(): fix name of some data rowsEdward Welbourne2022-10-111-1/+1
* tst_QUrl::fromUserInput(): distinguish to data rows by name tagEdward Welbourne2022-10-111-2/+4
* tst_QUrl: distinguish two ipvfuture test-case data tagsEdward Welbourne2022-10-111-2/+2
* tst_QUrlQuery: remove duplicate of reconstructQuery data rowEdward Welbourne2022-10-111-2/+1
* tst_QFile: distinguish invalid from valid in mapResource data-tagsEdward Welbourne2022-10-111-4/+6
* Distinguish the repeats of QSystemSemaphor's processes testsEdward Welbourne2022-10-111-3/+3
* Remove duplicate tst_QVariant canConvert:Int data rowEdward Welbourne2022-10-111-3/+0
* Rename some tst_QTextStream::manipulators() data rowsEdward Welbourne2022-10-111-4/+4
* Reflow tst_QTextStream::manipulators_data()Edward Welbourne2022-10-111-7/+21
* Provide optTitle for a NumberDoubleTestData testcase that needs itEdward Welbourne2022-10-111-1/+2
* Rename tst_QBA::toFromHex()'s longer no-leading-zero data-rowEdward Welbourne2022-10-111-1/+1
* Rename tst_QBA::movablity() to fix the typoEdward Welbourne2022-10-111-4/+4
* Don't duplicate a column name in tst_QByteArray::movablity_data()Edward Welbourne2022-10-111-3/+1
* JNI: add generic support for array-typesVolker Hilsheimer2022-10-101-0/+9
* tst_qurluts46: Support \u escapes in the test dataIevgenii Meshcheriakov2022-10-061-1/+30
* Port from container.count()/length() to size()Marc Mutz2022-10-0452-332/+332
* QTaggedPointer: disable operator= with an empty initializer listGiuseppe D'Angelo2022-09-291-0/+42
* Support serializing time-zone fields in date-times more flexiblyEdward Welbourne2022-09-291-2/+3
* Support parsing time-zone specifiers more selectivelyEdward Welbourne2022-09-291-4/+24
* tst_QSharedMemory: remove mention of gravlaks.troll.noThiago Macieira2022-09-281-4/+0
* QMetaType: Support custom unary converters with optional<To> return typeArno Rehn2022-09-271-14/+53
* QDebug: Support standard strings and string views directlyVille Voutilainen2022-09-271-0/+256
* Reduce foldCasing of the needle in Boyer-Moore QString searchesØystein Heskestad2022-09-221-1/+24
* tst_QHash: Fix outdated rehash testMårten Nordheim2022-09-221-2/+2
* QFuture: fix handling of cancelled continuation chainSona Kurazyan2022-09-211-0/+71
* tst_qprocess: remove unused loop counterJohannes Kauffmann2022-09-201-2/+0
* tst_QFile::setPermissions/Unix: test both chmod() and fchmod()Thiago Macieira2022-09-161-1/+12
* tst_QFile::setPermissions: add QScopeGuard to remove temporary fileThiago Macieira2022-09-161-2/+3
* QFileDevice: clear cached permissions on setPermission()Thiago Macieira2022-09-161-0/+6
* Remove preprocessor conditionals for chrono includeKonrad Kujawa2022-09-163-44/+3
* tst_QLocale: use fenv everywhereMårten Nordheim2022-09-151-25/+3
* Disable bad tests relying on wrong behaviorAllan Sandfeld Jensen2022-09-151-20/+10
* Tidy up tst_QTimeZoneEdward Welbourne2022-09-141-10/+2
* QWinRegistryKey: refactorYuhang Zhao2022-09-147-61/+243
* Make time parsing accept zz as equivalent to zEdward Welbourne2022-09-131-3/+9
* QCryptographicHash: Add getter for algorithm()Linus Jahn2022-09-121-0/+2
* Make QCryptographicHash move constructibleLinus Jahn2022-09-121-0/+37
* Compile guard tests in corelib/kernel that need threading supportMikolaj Boc2022-09-116-0/+20
* Perform uiLanguages() likely-adjusted processing purely on IDsEdward Welbourne2022-09-071-7/+74
* Simplify system locale managementEdward Welbourne2022-09-071-3/+0
* Work round macOS's omission of en_DE from its own uiLanguages()Edward Welbourne2022-09-071-1/+16
* tst_qlocale: only restore the fp control masks we changeMårten Nordheim2022-09-071-3/+2
* Guard windows-specific includes with Q_OS_WINAlexey Edelev2022-09-071-0/+3
* QTextStream: Fix logical error in setEncodingMårten Nordheim2022-09-071-0/+55
* Fix cmake warnings from using deprecated PUBLIC_LIBRARIESVolker Hilsheimer2022-09-051-1/+1
* Fix compiler warning: don't copy in ranged-for loopVolker Hilsheimer2022-09-031-2/+2
* Don't batch qmetaobject_compatMikolaj Boc2022-09-021-0/+1
* QMetaObject: pass the QMetaTypes in variadic invoke/newInstanceThiago Macieira2022-09-013-77/+21
* QVariant: fix conversions of Q_ENUM that are QFlags<> to stringEirik Aavitsland2022-09-011-0/+2
* QAnyStringView: construct from any T implicitly convertible to QString/QByteA...Marc Mutz2022-09-011-0/+10