summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/time
Commit message (Expand)AuthorAgeFilesLines
* Make POSIX transition rule parser more robustEdward Welbourne2021-04-141-0/+16
* Rework tst_QDateTime::toString_isoDate() to eliminate an XFAILEdward Welbourne2021-02-161-16/+17
* Fix tst_QDateTime::systemTimeZoneChange() for 32-bit systemsEdward Welbourne2021-02-151-14/+40
* 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
* Add unit test for malformed RFC2822 datesAndreas Buhr2020-10-221-1/+11
* Fix blatant typo in QTimeZone testEdward Welbourne2020-10-191-8/+6
* Check time-text is long enough while checking for its colonsEdward Welbourne2020-10-193-1/+7
* 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-072-4/+30
* 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
* Give some QTime test-cases more informative namesEdward Welbourne2020-10-011-11/+19
* QDateTime change documentation to reflect usage of C localeAndreas Buhr2020-09-231-0/+1
* 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-233-0/+17
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-235-8/+8
* 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
* Adapt QDate unit tests to not take into account system localeAndreas Buhr2020-09-101-14/+13
* Fix failures in tst_qdatetime under non-english localesMarcel Krems2020-09-091-2/+2
* Fix crash on serializing default-constructed QTimeZoneEdward Welbourne2020-08-231-0/+28
* 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
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-095-8/+8
* Make feature datetimeparser depend on feature datestringEdward Welbourne2020-07-025-30/+59
* Update tests/auto/corelib/time/'s CMake configEdward Welbourne2020-07-025-1/+15