summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-081-0/+8
|\
| * QDateTimeParser: avoid using an invalid hour by defaultEdward Welbourne2018-10-021-0/+8
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-302-0/+2
|\|
| * QCommandLineParser: Ensure that an option text ends with a newlineAlexander Akulich2018-09-282-0/+2
* | Extend blacklisting of qtimeline::frameRate to macOS 10.13Tony Sarajärvi2018-09-241-0/+1
* | Clean up time-zone matching logic in tst_QLocale::macDefaultLocale()Edward Welbourne2018-09-111-18/+17
* | QStringList: add contains(QStringView) overloadAlbert Astals Cid2018-09-031-0/+9
* | Add QString::compare(QStringView, CaseSensitivity)Albert Astals Cid2018-09-031-0/+5
* | Add missing dependencies for tst_qmacautoreleasepoolTor Arne Vestbø2018-08-291-0/+1
* | tst_QLocale::formattedDataSize: add RussianShawn Rutledge2018-08-261-0/+31
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-08-243-0/+8
|\|
| * Blacklist two tests on macOS that a planned CI change shall breakEdward Welbourne2018-08-242-0/+4
| * Test for fractional part of Costa Rican currencyEdward Welbourne2018-08-231-0/+4
* | Revert "Fix time-zone tests on macOS >= 10.13, which now knows what CET is"Edward Welbourne2018-08-242-16/+16
* | MinGW: Exclude failing value of tst_QEasingCurve::setCustomType()Friedemann Kleint2018-08-211-0/+5
* | QRegularExpression: refactor wildcard translationSamuel Gaist2018-08-181-0/+19
* | [macOS] Skip test that triggers a buffer overflow in CoreFoundationErik Verbruggen2018-08-171-0/+6
* | Refactor wildcard support in QRegularExpressionSamuel Gaist2018-08-161-7/+7
* | Rework tst_QLocale::emptyCtor() as a data-driven testEdward Welbourne2018-08-161-58/+88
* | Add support for numbered territories in CLDREdward Welbourne2018-08-131-4/+6
* | Fix time-zone tests on macOS >= 10.13, which now knows what CET isEdward Welbourne2018-08-132-16/+16
* | tst_QSharedPointer: raise the timeout for running qmake and makespecThiago Macieira2018-08-041-7/+13
* | Merge "Merge branch '5.11' into dev" into refs/staging/devEdward Welbourne2018-07-311-0/+3
|\ \
| * | Merge branch '5.11' into devEdward Welbourne2018-07-311-0/+3
| |\|
| | * Check against copying the husk left by a moveEdward Welbourne2018-07-261-0/+3
* | | Extend blacklistin of tst_QTimeLine tests to macOS 10.13Tony Sarajärvi2018-07-311-0/+1
|/ /
* | tst_QCommandLineParser: Add missing QVERIFYJędrzej Nowacki2018-07-251-12/+12
* | corelib/tools: add qMakeArray() APIMikhail Svetkin2018-07-253-0/+108
* | Introduce QScopeGuardSérgio Martins2018-07-212-0/+89
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Thiago Macieira2018-07-173-2/+11
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-173-2/+11
| |\|
| | * Fix regression in QPointF::operator==Allan Sandfeld Jensen2018-07-091-0/+3
| | * Fix a mis-use of QSKIP() to use qDebug() insteadEdward Welbourne2018-07-041-1/+4
| | * Fix tst_QLocale's mis-use of QSKIP() to use qDebug() insteadEdward Welbourne2018-07-041-1/+4
* | | Fix typo: s/Numering/Numbering/Edward Welbourne2018-07-171-4/+4
* | | Made more tst_QLocale tests data-drivenEdward Welbourne2018-07-171-98/+104
* | | Assume Win >= Win7 in code that used to test itEdward Welbourne2018-07-171-21/+8
|/ /
* | Update CLDR to version 33.1 (2018/June/20)Edward Welbourne2018-07-161-2/+2
* | Split up many long lines in tst_QLocaleEdward Welbourne2018-07-161-69/+138
* | Adjust some indentation and spacing in tst_QLocaleEdward Welbourne2018-07-161-23/+22
* | QStringView: Add compare() member functionFriedemann Kleint2018-07-131-0/+20
* | QByteArray: toInt() and toDouble() ignore surrounding whitespacesAndre Hartmann2018-07-071-0/+44
* | Fix QString::localeAwareCompare with composed/decomposed strings on macOSSimon Hausmann2018-07-061-3/+34
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-026-50/+289
|\|
| * Android: Pass tst_qlocaleMårten Nordheim2018-06-281-4/+19
| * Android: tst_qtimezone: Blacklist a bunchMårten Nordheim2018-06-271-0/+171
| * Android: tst_QTimeZone::transitionEachZone: skip 2 zonesMårten Nordheim2018-06-271-0/+4
| * Kludge round Android's ignorance of some esoteric time-zone transitionsEdward Welbourne2018-06-261-3/+9
| * Make tests compile for AndroidLiang Qi2018-06-252-2/+2
| * Cope if mktime() deems times in a spring forward gap to be invalidEdward Welbourne2018-06-211-27/+35