summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/time/qdatetime/tst_qdatetime.cpp
Commit message (Expand)AuthorAgeFilesLines
* QDateTime: future-proof swap()Marc Mutz2022-03-171-0/+13
* Fix an assertion failure in massageAdjustedDateTime()Edward Welbourne2022-01-131-0/+12
* Add a note to save the next reader some confusionEdward Welbourne2021-11-261-0/+4
* Skip test if it has no data-rowsEdward Welbourne2021-11-261-0/+7
* Fix handling of time-zone gap in QTimeZonePrivate::dataForLocalTime()Edward Welbourne2021-10-121-0/+12
* Fix QDateTimeParser's handling of 't' format to match serializationEdward Welbourne2021-09-201-1/+6
* Fix and clean up utterly confused (and confusing) transition testsEdward Welbourne2021-06-151-201/+241
* Correct handling of last second of 1969 (again)Edward Welbourne2021-06-111-3/+12
* Clean up tst_QDateTime's conditions on zoneIsCETEdward Welbourne2021-06-111-419/+414
* Check for overflow in QDateTime::setMSecsSinceEpoch()Edward Welbourne2021-05-261-11/+30
* Use time-zone transition data before 1970 as well as afterEdward Welbourne2021-05-261-44/+55
* Ensure setDateTime clears status also when shortEdward Welbourne2021-05-041-0/+7
* Extend time_t-based handling all the way to the end of time_tEdward Welbourne2021-04-161-9/+5
* Add more QDateTime test-cases close to the epochEdward Welbourne2021-03-051-1/+13
* Drop parsing of antique TextDate formatEdward Welbourne2021-02-151-43/+42
* QDateTime::toString(): use UTC-offset as time-zone suffixEdward Welbourne2021-02-151-13/+2
* Prepare TextDate to use UTC-offset rather than GMT-offset zone suffixesEdward Welbourne2021-02-151-12/+24
* Rework tst_QDateTime::toString_isoDate() to eliminate an XFAILEdward Welbourne2021-02-121-16/+17
* Fix tst_QDateTime::systemTimeZoneChange() for 32-bit systemsEdward Welbourne2021-02-121-18/+40
* tst_qdatetime: remove blacklisting and expect failureSamuli Piippo2021-02-041-0/+4
* Fix problems with offset-derived ids for QTimeZoneEdward Welbourne2021-01-181-1/+1
* Add test creating QDateTime in double-DST gap in 1947 GermanyAndreas Buhr2020-12-241-0/+9
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* 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
* 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
* 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
* Make feature datetimeparser depend on feature datestringEdward Welbourne2020-07-021-27/+33
* 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