summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/time
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove conditioning on Android embeddedEdward Welbourne2021-09-171-2/+2
* Add new am/pm format-specifier that preserves locale's caseEdward Welbourne2021-09-081-5/+12
* 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-262-47/+55
* Ensure setDateTime clears status also when shortEdward Welbourne2021-05-041-0/+7
* Revert early return from QTimeZone on invalid IDEdward Welbourne2021-04-291-1/+1
* Check POSIX rules during QTzTimeZone creationEdward Welbourne2021-04-271-0/+1
* Fix handling of a POSIX zone rule describing permanent DSTEdward Welbourne2021-04-271-0/+6
* Correct the parsing of POSIX rule day-of-year fieldsEdward Welbourne2021-04-271-0/+12
* Correct the range of allowed hours for a POSIX rule's transitionEdward Welbourne2021-04-201-1/+1
* Return early from QTimeZone constructor if alleged IANA ID is invalidEdward Welbourne2021-04-201-0/+3
* Merge integration refs/builds/qtci/dev/1618564901Qt CI Bot2021-04-161-9/+5
|\
| * Extend time_t-based handling all the way to the end of time_tEdward Welbourne2021-04-161-9/+5
* | Catch invalid offset returns from QTimeZone backendsEdward Welbourne2021-04-161-2/+2
|/
* Add the "Territory" enumerated type for QLocaleJiDe Zhang2021-04-151-12/+12
* Make POSIX transition rule parser more robustEdward Welbourne2021-04-141-0/+16
* Extend system zone test to check it matches LocalTimeEdward Welbourne2021-03-181-0/+15
* Add more QDateTime test-cases close to the epochEdward Welbourne2021-03-051-1/+13
* Fix transitionEachZone() failures on AndroidEdward Welbourne2021-02-242-175/+20
* Return early after test-helpers if they failEdward Welbourne2021-02-181-0/+10
* Skip a timezone transition test on AndroidEdward Welbourne2021-02-182-3/+5
* 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
* Make QDate's text round-trip test do actual comparisonsEdward Welbourne2021-02-111-5/+7
* tst_qdatetime: remove blacklisting and expect failureSamuli Piippo2021-02-042-4/+4
* Purge various BLACKLIST entries that are now fixedEdward Welbourne2021-02-023-15/+0
* Fix handling of Sunday in POSIX time-zone rulesEdward Welbourne2021-02-011-11/+18
* Correct string comparison in Android's IANA ID matching codeEdward Welbourne2021-01-182-31/+11
* Fix problems with offset-derived ids for QTimeZoneEdward Welbourne2021-01-182-7/+8
* Remove the qmake project filesJoerg Bornemann2021-01-077-56/+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-228-8/+13
* Restore previous QDateTime behavior in DST gapAndreas Buhr2020-12-151-0/+5
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-101-0/+2
* QCalendar: increase coverage by testsEdward Welbourne2020-11-271-7/+101
* Add unit test for YearMonthDateAndreas Buhr2020-11-201-0/+31
* 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-043-0/+21
* Adapt QDate::fromString() to accept negative year numbersAndreas Buhr2020-10-303-1/+104
* Add unit tests for QDateTimeParser internalsAndreas Buhr2020-10-301-0/+78
* Add unit tests for qdatetimeparserAndreas Buhr2020-10-236-0/+89