summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/time/qdatetime
Commit message (Expand)AuthorAgeFilesLines
* qputenv: port to QByteArrayViewMarc Mutz2022-08-061-2/+2
* Rearrange the skipping of a test to give a better messageEdward Welbourne2022-08-031-2/+4
* Make 'zz' format an alias for 'z' in time format stringsEdward Welbourne2022-08-031-1/+2
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-162-56/+6
* Replace remaining uses of deprecated _qs with _sSona Kurazyan2022-05-021-2/+4
* QDate(Time): add a addDuration methodGiuseppe D'Angelo2022-04-141-10/+15
* QDateTime: add conversions for time_point and zoned_timeGiuseppe D'Angelo2022-04-131-0/+227
* QDateTime: add support for std::chrono::duration arithmeticGiuseppe D'Angelo2022-04-131-1/+20
* Add a test and remove a work-around for a fixed bugEdward Welbourne2022-03-291-4/+5
* QDateTime: future-proof swap()Marc Mutz2022-03-171-0/+13
* Expand testing of QDateTime's isNull() and isValid()Edward Welbourne2022-02-181-4/+25
* 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-042-4/+4
* Purge various BLACKLIST entries that are now fixedEdward Welbourne2021-02-021-4/+0
* Fix problems with offset-derived ids for QTimeZoneEdward Welbourne2021-01-181-1/+1
* 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