summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/time/qdatetime
Commit message (Expand)AuthorAgeFilesLines
* Remove the qmake project filesJoerg Bornemann2021-01-071-18/+0
* tst_qdatetime: blacklist zone-change test for QEMU ARMv7Samuli Piippo2021-01-071-0/+1
* Add test creating QDateTime in double-DST gap in 1947 GermanyAndreas Buhr2020-12-241-0/+9
* Replace QtTest headers with QTestDavid Skoland2020-12-222-2/+2
* Restore previous QDateTime behavior in DST gapAndreas Buhr2020-12-151-0/+5
* Add unit test reproducing integer overflow in QDateTime::fromStringAndreas Buhr2020-11-201-0/+5
* Android: blacklist a list of failing tests for androidAssam Boudjelthia2020-11-041-0/+7
* Adapt QDate::fromString() to accept negative year numbersAndreas Buhr2020-10-301-0/+5
* Add unit test for malformed RFC2822 datesAndreas Buhr2020-10-221-1/+11
* Check time-text is long enough while checking for its colonsEdward Welbourne2020-10-191-0/+2
* Check validity before adding to a QDateTimeEdward Welbourne2020-10-091-2/+44
* Check against {und,ov}erflow in more QDateTime methodsEdward Welbourne2020-10-091-18/+60
* Check value is in range when setting a QDateTimeEdward Welbourne2020-10-091-11/+31
* Allow millisecond-overflow when the result remains validEdward Welbourne2020-10-071-0/+20
* Use start of day when wrapping 24:00 to the next dayEdward Welbourne2020-10-071-0/+5
* Handle trailing cruft consistently in Qt::DateFormat parsingEdward Welbourne2020-10-031-4/+3
* Rework a test, eliminating some needless conversion via stringsEdward Welbourne2020-10-021-35/+15
* Use same-msecs optimization more in QDateTime comparisonEdward Welbourne2020-09-231-3/+17
* Add unit test to check emoji handling in date-time parsingAndreas Buhr2020-09-231-0/+5
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-2/+2
* 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