summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* MIME: Make the internal database direct content, not a Qt resourceThiago Macieira2019-12-101-15/+5
* Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Liang Qi2019-12-108-31/+96
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-108-31/+96
| |\
| | * 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
* | | QCocoaEventDispatcher: make 'interrupt' workTimur Pocheptsov2019-12-101-0/+45
|/ /
* | QMetaType: add more static-less APIOlivier Goffart2019-12-071-0/+29
* | QByteArray: add a strict mode to fromBase64Giuseppe D'Angelo2019-12-051-34/+138
* | Add QHash::insert(const QHash &other)Lars Knoll2019-12-051-0/+73
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-041-0/+20
|\|
| * Fix serializing QUuid with QDataStream with Qt 4 stream versionsJoni Poikelin2019-12-031-0/+20
* | Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-035-56/+202
|\|
| * 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
* | Avoid initializing QFlags with 0 or nullptr in testsFriedemann Kleint2019-11-267-20/+20
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-205-7/+7
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-201-1/+1
|\|
| * tst_QScopeGuard: Remove unused lambda captureKari Oikarinen2019-11-191-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-191-6/+0
|\|
| * Revert "[macOS] Skip test that triggers a buffer overflow in CoreFoundation"Edward Welbourne2019-11-181-6/+0
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-152-6/+42
|\|
| * 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 Qt aware of NTFS Junctions on WindowsRyan Chu2019-11-091-11/+14
* | Add qfloat16::copySign() since we can't overload std::copysign()Edward Welbourne2019-11-061-1/+10
* | Update UCD data to Unicode 12.1.0's Revision 24Edward Welbourne2019-10-308-1276/+10651
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-303-191/+225
|\|
| * 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
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-264-20/+19
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-254-18/+82
|\| |
| * | 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
* | | cleanup QSortFilterProxyModel testsChristian Ehrlicher2019-10-243-311/+249
* | | QAbstractItemModel: implement QRegularExpression support for matchSamuel Gaist2019-10-161-0/+28