summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* QDateTimeParser: avoid using an invalid hour by defaultEdward Welbourne2018-10-021-0/+8
* QCommandLineParser: Ensure that an option text ends with a newlineAlexander Akulich2018-09-282-0/+2
* 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
* Check against copying the husk left by a moveEdward Welbourne2018-07-261-0/+3
* 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
* 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
* Add Android to exceptions in tst_QDateTime::toString_textDate_extra()Edward Welbourne2018-06-211-4/+8
* Cope with Android's lack of time-zone abbreviationsEdward Welbourne2018-06-211-4/+12
* Make some QEXPECT_FAIL()s consistent in form and contentEdward Welbourne2018-06-211-6/+6
* Make QString's formatting of doubles be consistent with other placesEdward Welbourne2018-06-141-0/+23
* Use qFuzzyCompare instead of qFuzzyIsNull in QPointF ==Allan Sandfeld Jensen2018-05-301-0/+39
* Add support for QSharedPointer<cv qualified>::create()Thiago Macieira2018-05-171-0/+8
* Tests: Fix clang warnings about unused variables and capturesFriedemann Kleint2018-05-021-3/+0
* tst_QString: remove old HP aCC workaroundThiago Macieira2018-04-271-8/+0
* Revise dates of Pacific/Kiritimati's day-skip transitionEdward Welbourne2018-04-061-2/+2
* tst_QLocale: Avoid manual deletesKari Oikarinen2018-04-061-14/+19
* Kludge QLocale test order to fix fall-out from setDefault()Edward Welbourne2018-04-051-10/+28
* Animation: Fix case where QEasingCurve::valueForProgress returns nanSvenn-Arne Dragly2018-03-261-0/+70
* fixup oversight in rvalue overloads of operator+=() and operator<<()Eric Lemanissier2018-03-262-9/+73
* add missing tests of rvalue overloads for QVarLengthArray and QVectorv5.11.0-beta2Eric Lemanissier2018-03-102-2/+25
* QLocale: Update the system private on QLocale default constructor if neededAlbert Astals Cid2018-03-021-0/+46
* qstringapisymmetry: Fix XML parsing failing on invalid encodingsFriedemann Kleint2018-03-021-4/+18
* Merge remote-tracking branch 'origin/5.10.1' into 5.11Liang Qi2018-02-191-1/+7
|\
| * QString: fix comparisons to null strings in ucstricmpThiago Macieira2018-02-041-1/+7
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-246-8/+8
| |\
* | \ Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-148-10/+22
|\ \ \
| * | | tst_QSharedPointer: Fix termination of external processes on WindowsFriedemann Kleint2018-02-081-2/+13
| * | | Clean-up in QDateTime's parsing of ISODate{,WithMs}Edward Welbourne2018-02-011-0/+4
| | |/ | |/|
| * | Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-206-8/+8
* | | QString:: add remove() overload taking QLatin1StringAnton Kudryavtsev2018-02-021-0/+6
* | | tst_qvarlengtharray: Add missing includeOliver Wolff2018-01-261-0/+2
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-5/+7
|\ \ \ | | |/ | |/|
| * | Skip a date-time test when we don't know what result it should giveEdward Welbourne2018-01-121-5/+7
* | | Add rvalue overload of insert/prepend to QVarLengthArray and QVectorAllan Sandfeld Jensen2018-01-202-9/+194
* | | Test Russia's post-DST transitions are reported correctlyEdward Welbourne2018-01-191-0/+62
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-112-20/+12
|\| |
| * | Fix license headersJani Heikkinen2018-01-111-17/+12
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-091-3/+0
| |\|
| | * Revert "Blacklist tst_QDateTime::operator_eqeq"Edward Welbourne2018-01-071-3/+0
* | | QStringBuilder: add support for QStringViewMarc Mutz2018-01-081-0/+14
* | | QStringBuilder: add support for char16_t{,*,[]}Marc Mutz2018-01-081-0/+41
* | | QStringBuilder: clean up testMarc Mutz2018-01-071-36/+102