summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* QString: Respect precision when reading data for %.*s format stringUlf Hermann2021-06-221-0/+30
* QHash: Fix erase() edge-caseMårten Nordheim2021-06-181-0/+19
* QBindable: Use setter in setValue for QObjectCompatPropertyFabian Kosmale2021-06-171-0/+11
* Universally pass QMetaType by valueUlf Hermann2021-06-171-3/+3
* Tidy up tst_QString::localeAwareCompare()Edward Welbourne2021-06-161-121/+262
* Apple: Use POSIX IPC instead of System V in sandboxed applicationsTor Arne Vestbø2021-06-161-5/+17
* QLoggingSettingsParser: port setContent() to QStringViewMarc Mutz2021-06-161-15/+15
* Turn tst_QString::setRawData()'s QSKIP into QEXPECT_FAIL()sEdward Welbourne2021-06-151-1/+3
* Don't use APPLESS testing for QStringEdward Welbourne2021-06-151-1/+2
* Fix and clean up utterly confused (and confusing) transition testsEdward Welbourne2021-06-151-201/+241
* Prefer QFAIL("Informative message") over QVERIFY(false)Edward Welbourne2021-06-142-8/+8
* Suppress gcc warning -Wmemset-elt-size on test codeEdward Welbourne2021-06-141-1/+5
* QLatin1String: Add a constructor taking QByteArrayViewMårten Nordheim2021-06-121-0/+31
* String API Symmetry: test for indexOf with large negative offsetMårten Nordheim2021-06-112-1/+4
* Ensure test using setlocale() doesn't leave it permanently changedEdward Welbourne2021-06-121-3/+6
* Add .UTF-8 suffixes to locale-names passed to setlocale()Edward Welbourne2021-06-112-3/+4
* Remove two QEXPECT_FAIL()s that no longer appear to be validEdward Welbourne2021-06-111-12/+0
* QLatin1String: Add overloads taking QLatin1CharMårten Nordheim2021-06-111-0/+15
* tst_qsettings: reliably remove the empty.ini fileMarc Mutz2021-06-111-1/+2
* Correct handling of last second of 1969 (again)Edward Welbourne2021-06-111-3/+12
* Clean up tst_QDateTime's conditions on zoneIsCETEdward Welbourne2021-06-111-419/+414
* Hangul composition: use < base + count checks, not <= checksEdward Welbourne2021-06-111-0/+19
* normalizeTypeFromSignature: Beware of anonymous struct/unionFabian Kosmale2021-06-081-0/+15
* Always include standard name in QLocale::uiLanguages()Edward Welbourne2021-06-071-36/+39
* Fix augmentation of UI language listEdward Welbourne2021-06-071-8/+25
* QProperty: Do not involve semi-destroyed QObjects in bindingsFabian Kosmale2021-06-071-0/+30
* Implement QFileInfo::junctionTarget(), adjust auto-testKarsten Heimrich2021-06-051-3/+25
* Unify behavior for long path or UNC prefix removalKarsten Heimrich2021-06-055-7/+68
* JNI: Add calls to get field IDsAssam Boudjelthia2021-06-042-0/+53
* QSortFilterProxyModel: create mappings on demand againDavid Faure2021-06-032-0/+35
* Make bool isSymLink, isJunction inferred from resource.typeKarsten Heimrich2021-06-021-14/+16
* Refactor createSymbolicLink() and createNtfsJunction()Karsten Heimrich2021-06-021-29/+24
* Move createSymbolicLink() to the shared headerKarsten Heimrich2021-06-021-30/+5
* Avoid use after free in tst_qsequentialanimationgroupFabian Kosmale2021-06-021-1/+1
* Add a const JNINativeMethod[] overload for registerNativeMethods()Assam Boudjelthia2021-06-021-2/+2
* Simplify storing of notification objectsLars Knoll2021-06-011-0/+32
* Android: Add runOnMainAndroidThread() under QNativeInterfaceAssam Boudjelthia2021-05-261-0/+112
* Check for overflow in QDateTime::setMSecsSinceEpoch()Edward Welbourne2021-05-261-11/+30
* Use time-zone transition data before 1970 as well as afterEdward Welbourne2021-05-262-47/+55
* QTestlib: Add formatting for QObject * in QCOMPAREFriedemann Kleint2021-05-261-2/+3
* QHash: fix qHash(std::pair)Thiago Macieira2021-05-231-0/+40
* Introduce QHashSeed and switch to size_t seedsThiago Macieira2021-05-234-0/+242
* QFuture/QPromise: don't check for is_copy_constructibleGiuseppe D'Angelo2021-05-211-1/+0
* QByteArrayView: add compareMårten Nordheim2021-05-201-0/+15
* Fix QUrl::fromLocalFile with long path prefixKarsten Heimrich2021-05-191-0/+4
* tst_QFile: confirm behavior is the same on pipes and socketpairsThiago Macieira2021-05-181-2/+75
* tst_QSharedPointer: Fix Clang warnings about self assignmentTor Arne Vestbø2021-05-191-0/+7
* Fix BASE argument of qt_add_resourcesJoerg Bornemann2021-05-185-88/+25
* Fix QItemSelectionModel::selectionChanged emissionAndreas Buhr2021-05-181-0/+43
* Long live qToUnderlyingGiuseppe D'Angelo2021-05-181-0/+20