summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/time/qdatetime
Commit message (Expand)AuthorAgeFilesLines
* Use qint64 for value of that type in tst_QDateTime millisecond testsEdward Welbourne2020-09-151-71/+91
* Trim trailing 0s from QTime construction, where neither use nor ornamentEdward Welbourne2020-09-151-153/+153
* Don't use default-constructed QTime() where QTime(0, 0) is intendedEdward Welbourne2020-09-141-35/+43
* Remove some unused private methods and replace anotherEdward Welbourne2020-09-141-90/+90
* [QtCore] Fix QDateTime unit test: time zone of system was usedAndreas Buhr2020-09-111-10/+9
* [QtCore] QDateTime: switch from newRow to addRow in unit testsAndreas Buhr2020-09-111-4/+4
* [QtCore] Adapt QDateTime unit tests to use QByteArrayAndreas Buhr2020-09-111-8/+8
* Fix failures in tst_qdatetime under non-english localesMarcel Krems2020-09-091-2/+2
* Sort out the overflow cases in tst_QDateTimeEdward Welbourne2020-08-111-13/+12
* Fix handling of last second in 1969Edward Welbourne2020-08-111-0/+12
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-2/+2
* Make feature datetimeparser depend on feature datestringEdward Welbourne2020-07-021-27/+33
* Update tests/auto/corelib/time/'s CMake configEdward Welbourne2020-07-021-0/+3
* Remove assortee pre-Qt6 code from date/time testsEdward Welbourne2020-07-021-86/+0
* Replace a constant with a predicate function using itEdward Welbourne2020-07-011-6/+8
* Use ranged for loops in place of foreach in QTimeZone testsEdward Welbourne2020-06-232-2/+3
* Remove winrtOliver Wolff2020-06-061-3/+0
* Turn badly-named test into two data rows of another testEdward Welbourne2020-05-291-16/+6
* Rework QLocale and QDateTime tests that expect CET abbreviationEdward Welbourne2020-05-281-21/+6
* Make QDateTimeParser recognize local time offsetsAndrei Golubev2020-05-281-1/+39
* Teach QDateTimeParser some common time-zone offset formatsAndrei Golubev2020-05-121-2/+129
* Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-111-7/+52
* Catch overflow in QDateTime::fromSecsSinceEpoch()Edward Welbourne2020-05-081-0/+31
* Remove all locale-dependence from Q(Date|Time)+Edward Welbourne2020-05-081-10/+0
* Move a test of QLocale's methods out of tst_QDateTimeEdward Welbourne2020-05-081-51/+1
* Condition some date-time tests on feature textdateEdward Welbourne2020-05-081-8/+18
* Purge from Q(Date|Time)+ most things marked to go at Qt 6Edward Welbourne2020-05-052-40/+3
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-231-0/+5
|\
| * Handle specified time-spec in date-time parsingAndrei Golubev2020-04-221-0/+5
* | Purge QRegExp use in QDateTime's rfcDateImpl()Edward Welbourne2020-02-271-8/+5
* | Merge remote-tracking branch 'origin/wip/cmake' into devAlexandru Croitor2020-02-131-1/+1
|\ \
| * | Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-121-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-6/+17
|\ \ \ | |/ / |/| / | |/
| * Deprecate locale-related DateFormat enum membersEdward Welbourne2020-01-311-3/+14
| * Deprecate QDateTime(const QDate &) in favor of QDate::startOfDay()Edward Welbourne2020-01-301-3/+3
* | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-29/+147
|\|
| * QDateTime: fix tests with Qt6Christian Ehrlicher2020-01-021-0/+8
| * Fix more mis-handling of spaces in ISO date format stringsEdward Welbourne2019-12-101-0/+38
| * 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
| * Be consistent in the RFC2822Date invalid character testsEdward Welbourne2019-11-271-14/+35
| * Permit leading space at start of RFC 2822 Date formatEdward Welbourne2019-11-271-0/+14
| * Make Qt::RFC2822Date's doc match up with its implementationEdward Welbourne2019-11-271-1/+1
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-141-25/+31
|\|
| * Distinguish invalid datetimes from othersEdward Welbourne2019-10-111-22/+20
| * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-301-3/+3
| * MS TZ data: avoid calculating a date in year 0Edward Welbourne2019-09-131-0/+8
* | cmake: add tests in corelib/timeFrederik Gladhorn2019-10-041-0/+26
|/
* unblacklist passing testsDaniel Smith2019-07-081-2/+0