summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/time/qtimezone
Commit message (Expand)AuthorAgeFilesLines
* Skip QTimeZone::checkOffset() if there are no valid zones to testEdward Welbourne2021-11-261-0/+4
* 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
* Remove conditioning on Android embeddedEdward Welbourne2021-09-171-2/+2
* Use time-zone transition data before 1970 as well as afterEdward Welbourne2021-05-261-3/+0
* 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
* 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
* 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
* Purge various BLACKLIST entries that are now fixedEdward Welbourne2021-02-021-8/+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-181-6/+7
* Remove the qmake project filesJoerg Bornemann2021-01-071-11/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-222-2/+6
* Android: blacklist a list of failing tests for androidAssam Boudjelthia2020-11-041-0/+11
* Fix blatant typo in QTimeZone testEdward Welbourne2020-10-191-8/+6
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-3/+3
* Fix crash on serializing default-constructed QTimeZoneEdward Welbourne2020-08-231-0/+28
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-3/+3
* Update tests/auto/corelib/time/'s CMake configEdward Welbourne2020-07-021-0/+3
* Use ranged for loops in place of foreach in QTimeZone testsEdward Welbourne2020-06-232-9/+8
* Make QLocale(QString) explicitLars Knoll2020-04-011-4/+4
* Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-121-1/+1
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-242-6/+51
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-031-0/+9
| |\
| | * Work around macOS's inconsistency in naming of India's time-zoneEdward Welbourne2019-11-281-0/+9
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-152-6/+42
| |\|
| | * Allow longer time-zone components on AndroidEdward Welbourne2019-11-142-4/+19
| | * Move some tests of QTimeZonePrivate::isValidId() to where they belongEdward Welbourne2019-11-131-28/+24
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-141-30/+139
|\| |
| * | Add support for UTC[+-]\d+(:\d+){,2} time zone IDsEdward Welbourne2019-09-161-4/+113
| * | Move some time-zone validity tests to where they belongEdward Welbourne2019-09-161-27/+27
| |/
* / cmake: add tests in corelib/timeFrederik Gladhorn2019-10-041-0/+27
|/
* Separate out the time, zone, date code from corelib/tools/Edward Welbourne2019-06-064-0/+1591