summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Add cmdline feature to qmakeJoerg Bornemann2019-02-183-6/+3
* Avoid read-outside-array error by QStringRef over-reachEdward Welbourne2019-02-081-0/+13
* Avoid test failures in tst_qtimezone.cpp and Windows 10 1809Kai Koehne2019-01-281-2/+1
* Use RAII to handle setting of default locale in tst_QStringEdward Welbourne2019-01-221-17/+16
* tst_QString: fix localeAwareCompare() when using ICUChristian Ehrlicher2019-01-201-25/+25
* QRegularExpression: anchor wildcard patternSamuel Gaist2018-12-151-38/+38
* Handle QCollator with locale C by delegating to QStringEdward Welbourne2018-12-111-5/+13
* Remove one out-of-date comment, refine another that was impreciseEdward Welbourne2018-12-071-6/+1
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-11-271-18/+138
|\
| * Recognize E along with e as exponent character in asciiToDoubleEdward Welbourne2018-11-231-0/+2
| * Fix toFloat()s between float and double ranges and documentEdward Welbourne2018-11-231-10/+32
| * Change documentation of some toDouble()s to reflect realityEdward Welbourne2018-11-231-12/+44
| * tst_QLocale: Add tests for toFloat()Edward Welbourne2018-11-231-1/+54
| * Implement transient locale as instantiating a classEdward Welbourne2018-11-231-6/+17
* | Use msvc qmake scope where appropriateJoerg Bornemann2018-11-221-1/+1
* | Reduce run time of tst_QRegularExpression::threadSafetyFrederik Gladhorn2018-11-191-2/+3
* | winrt: Skip a test row of tst_QRegularExpression::threadSafetyOliver Wolff2018-10-311-0/+4
* | 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