summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* QString::isLower/isUpper: redo the implementationGiuseppe D'Angelo2020-01-111-40/+79
* QFileSystemWatcher/win: watch also for attribute changes of directoriesChristian Ehrlicher2020-01-101-0/+28
* Fix encoding expected by tst_qmessagehandler::qMessagePattern()Edward Welbourne2020-01-091-5/+5
* Fix encoding inconsistency between tst_QNoDebug and QTestLogEdward Welbourne2020-01-091-2/+2
* QObject: Replace more 0 and NULL with nullptrAndre Hartmann2020-01-091-4/+4
* QVariant: Prefer direct conversion to QVariant{List,Map,Hash}Fabian Kosmale2020-01-031-0/+44
* QLocale: Support Indian number formattingTuomas Heimonen2019-12-301-0/+53
* Let QItemSelectionModel::columnIntersectsSelection honor the parentChristian Ehrlicher2019-12-141-0/+4
* QVariant: introduce ShouldDeleteVariantData flagFabian Kosmale2019-12-111-1/+96
* Fix more mis-handling of spaces in ISO date format stringsEdward Welbourne2019-12-101-0/+38
* Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-107-17/+17
* Allow lower-case for the T and Z in ISO 8601 date formatEdward Welbourne2019-12-061-0/+2
* Fix handling of trailing space at the end of an ISO date-timeEdward Welbourne2019-12-061-0/+11
* Fix crash when a date-time has an invalid time-zoneEdward Welbourne2019-12-061-14/+38
* QCborValue: fix replacing of elements with byte data with ones withoutThiago Macieira2019-12-051-0/+28
* Fix serializing QUuid with QDataStream with Qt 4 stream versionsJoni Poikelin2019-12-031-0/+20
* Work around macOS's inconsistency in naming of India's time-zoneEdward Welbourne2019-11-281-0/+9
* Be consistent in the RFC2822Date invalid character testsEdward Welbourne2019-11-273-41/+96
* Permit leading space at start of RFC 2822 Date formatEdward Welbourne2019-11-273-0/+32
* Make Qt::RFC2822Date's doc match up with its implementationEdward Welbourne2019-11-273-3/+3
* QCborValue: Extend the constructor to also create extended typesThiago Macieira2019-11-231-12/+59
* Fix QCborValue::toCbor with non-ASCII URLsThiago Macieira2019-11-231-0/+3
* tst_QScopeGuard: Remove unused lambda captureKari Oikarinen2019-11-191-1/+1
* Revert "[macOS] Skip test that triggers a buffer overflow in CoreFoundation"Edward Welbourne2019-11-181-6/+0
* Allow longer time-zone components on AndroidEdward Welbourne2019-11-142-4/+19
* Move some tests of QTimeZonePrivate::isValidId() to where they belongEdward Welbourne2019-11-131-28/+24
* Make tst_QNumeric more systematic about checking float as well as doubleEdward Welbourne2019-10-291-179/+213
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-282-12/+12
|\
| * Tidy up data-stream testEdward Welbourne2019-10-251-11/+10
| * Exclude tests that need GUI when GUI isn't availableEdward Welbourne2019-10-251-1/+2
* | Update CLDR to v36Edward Welbourne2019-10-251-7/+7
* | Don't try to define QT_NO_CAST_TO_ASCII when the test undefines itEdward Welbourne2019-10-251-1/+1
* | Move a test for feature ICU from .pro to .cppEdward Welbourne2019-10-253-12/+11
* | QFileSystemEngine: Consistently check for invalid file namesUlf Hermann2019-10-241-0/+4
* | QStateMachine: Don't scream at the userRobert Loehning2019-10-241-4/+4
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-242-14/+74
|\|
| * QStandardPaths: Correct handling for XDG_RUNTIME_DIRSamuli Piippo2019-10-121-14/+20
| * Q{Shared,Weak}Pointer: Reduce overload sets in implicit conversionsMilian Wolff2019-10-111-0/+54
* | Win32: Consolidate registry codeFriedemann Kleint2019-10-145-41/+99
* | Fix QEasingCurve possible imprecision at endpointsEirik Aavitsland2019-10-111-0/+11
* | Distinguish invalid datetimes from othersEdward Welbourne2019-10-111-22/+20
* | Suppress deprecation warnings on a test of a deprecated QString methodEdward Welbourne2019-10-091-0/+3
* | Remove CFBundleGetInfoString from Info.plist templatesTor Arne Vestbø2019-10-041-2/+0
* | Correct handling of -qfloat16(0)Edward Welbourne2019-10-031-1/+12
* | Reorganise the qfloat16 auto-testEdward Welbourne2019-10-031-84/+102
* | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Liang Qi2019-09-303-8/+6
|\ \
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-303-8/+6
| |\|
| | * Fix QRandomGenerator initialization on AMD CPUsDmitry Kazakov2019-09-261-3/+3
| | * Revert "BLACKLIST insert_remove_loop for msvc-2019"Friedemann Kleint2019-09-241-2/+0
| | * Skip tst_QDateTime::systemTimeZoneChange for UWP configurationsOliver Wolff2019-09-241-3/+3