summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/time
Commit message (Expand)AuthorAgeFilesLines
...
* QDateTime: future-proof swap()Marc Mutz2022-03-171-0/+13
* Add tests for an assertion seen on WindowsEdward Welbourne2022-03-041-1/+12
* Expand testing of QDateTime's isNull() and isValid()Edward Welbourne2022-02-181-4/+25
* Tidy up tst_QTimeZone::specificTransition()Edward Welbourne2022-02-181-7/+8
* Exclude autotest for INTEGRITYTatiana Borisova2022-02-181-1/+1
* Convert a table iteration to use ranged-forEdward Welbourne2022-02-151-10/+6
* Fix an inaccurate comment and update a test caseEdward Welbourne2022-02-091-2/+2
* Add some more QDate::{start,end}OfDay() testsEdward Welbourne2022-02-021-0/+12
* Use Q_INT64_C() to express qint64 constantsEdward Welbourne2022-01-211-3/+3
* Fix an assertion failure in massageAdjustedDateTime()Edward Welbourne2022-01-131-0/+12
* Skip QTimeZone::checkOffset() if there are no valid zones to testEdward Welbourne2021-11-261-0/+4
* Check for relevant zones existing when adding data rowsEdward Welbourne2021-11-261-12/+22
* 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
* Revise (recently-added) yearSharingWeekDays() to take a QDateEdward Welbourne2021-11-152-0/+50
* Use a local check-macro to save lots of repetition in time-zone testsEdward Welbourne2021-11-101-90/+53
* Correct and clarify some commentsEdward Welbourne2021-11-081-3/+3
* Express 64-bit integral constants consistentlyEdward Welbourne2021-11-081-6/+7
* Give symbolic names to some constants used in time-zone testsEdward Welbourne2021-11-081-12/+15
* 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