summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/time
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove assortee pre-Qt6 code from date/time testsEdward Welbourne2020-07-023-147/+0
* Replace a constant with a predicate function using itEdward Welbourne2020-07-011-6/+8
* Use ranged for loops in place of foreach in QTimeZone testsEdward Welbourne2020-06-238-13/+15
* Remove winrtOliver Wolff2020-06-061-3/+0
* Turn badly-named test into two data rows of another testEdward Welbourne2020-05-291-16/+6
* Rework QLocale and QDateTime tests that expect CET abbreviationEdward Welbourne2020-05-281-21/+6
* Make QDateTimeParser recognize local time offsetsAndrei Golubev2020-05-281-1/+39
* Teach QDateTimeParser some common time-zone offset formatsAndrei Golubev2020-05-121-2/+129
* Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-112-9/+54
* Catch overflow in QDateTime::fromSecsSinceEpoch()Edward Welbourne2020-05-081-0/+31
* Remove all locale-dependence from Q(Date|Time)+Edward Welbourne2020-05-081-10/+0
* Move a test of QLocale's methods out of tst_QDateTimeEdward Welbourne2020-05-081-51/+1
* Condition some date-time tests on feature textdateEdward Welbourne2020-05-081-8/+18
* Purge from Q(Date|Time)+ most things marked to go at Qt 6Edward Welbourne2020-05-053-194/+3
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-231-0/+5
|\
| * Handle specified time-spec in date-time parsingAndrei Golubev2020-04-221-0/+5