summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/time/qdate/tst_qdate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix test compilation issues with QtLite configurationJari Helaakoski11 hours1-2/+2
* Fix duplicate data tag tst_QDate::fromStringFormat:year-match-1999Edward Welbourne2024-04-191-1/+1
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Introduce macros to simplify testing comparisonIvan Solovev2024-01-191-34/+26
* Give the caller control over the century used for two-digit datesEdward Welbourne2023-12-081-1/+10
* Clean up QDate(Time)?::fromString() test-data tables, adding a columnEdward Welbourne2023-11-281-110/+111
* Rename Q*Ordering to Qt::*_orderingMarc Mutz2023-11-211-21/+21
* TestLib: provide helper functions to test relational operatorsIvan Solovev2023-11-131-123/+89
* QDate: make conversion from/to chrono types constexpr and noexceptIvan Solovev2023-10-301-0/+32
* QDateTime: disambiguate times in a zone transitionEdward Welbourne2023-10-191-0/+4
* Warn on failure to construct valid system time zone objectEdward Welbourne2023-09-151-1/+4
* Check validity of startOfDay() and endOfDay() match expectationEdward Welbourne2023-07-191-0/+6
* Extend kludge-arounds in tst_QDate for AndroidEdward Welbourne2023-07-191-20/+32
* Add test-cases for QDate::{start,end}OfDay() at QDateTime's boundsEdward Welbourne2023-05-151-0/+11
* Sanitize the handling of limitations of the MS time-zone backendEdward Welbourne2023-05-151-25/+39
* Rework tst_QDate::startOfDay_endOfDay(), exploiting modern QTimeZoneEdward Welbourne2023-05-111-80/+70
* Correct startOfDay_endOfDay:BajaMexico test caseEdward Welbourne2023-05-111-4/+16
* Move some repeated constants from tests into tst_QDateEdward Welbourne2023-05-021-11/+2
* QDate: use more constexpr vars instead of plain numbersAhmad Samir2023-04-221-8/+10
* Add new test-case for startOfDay_endOfDay() for Baja MexicoEdward Welbourne2023-04-141-0/+8
* tst_QDate::startOfDay_endOfDay(): rename variables, add commentsEdward Welbourne2023-04-141-4/+12
* QDate: remove an old commentAhmad Samir2023-04-081-1/+0
* QDate: reformat a unittestAhmad Samir2023-04-081-26/+18
* QDate: add epochDate() helper to unittestsAhmad Samir2023-03-161-6/+14
* QDateTimeParser: add more unittests for the unquote() static helperAhmad Samir2023-02-221-1/+15
* Adapt corelib to use QTimeZone in place of Qt::TimeSpecEdward Welbourne2022-12-091-35/+38
* Put code related to timezone functionality under QT_CONFIG(timezone)Tatiana Borisova2022-08-181-0/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+3
* QDate(Time): add a addDuration methodGiuseppe D'Angelo2022-04-141-4/+12
* QDate: add conversions for std::chrono calendaring classesGiuseppe D'Angelo2022-04-131-0/+39
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* Add tests for an assertion seen on WindowsEdward Welbourne2022-03-041-1/+12
* 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
* Check for relevant zones existing when adding data rowsEdward Welbourne2021-11-261-12/+22
* Make QDate's text round-trip test do actual comparisonsEdward Welbourne2021-02-111-5/+7
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+2
* Adapt QDate::fromString() to accept negative year numbersAndreas Buhr2020-10-301-1/+73
* Check time-text is long enough while checking for its colonsEdward Welbourne2020-10-191-0/+2
* Add unit test to check emoji handling in date-time parsingAndreas Buhr2020-09-231-0/+6
* Adapt QDate unit tests to not take into account system localeAndreas Buhr2020-09-101-14/+13
* Make feature datetimeparser depend on feature datestringEdward Welbourne2020-07-021-2/+14
* Remove assortee pre-Qt6 code from date/time testsEdward Welbourne2020-07-021-14/+0
* Use ranged for loops in place of foreach in QTimeZone testsEdward Welbourne2020-06-231-1/+1
* Purge from Q(Date|Time)+ most things marked to go at Qt 6Edward Welbourne2020-05-051-154/+0
* Purge QRegExp use in QDateTime's rfcDateImpl()Edward Welbourne2020-02-271-5/+3
* Deprecate locale-related DateFormat enum membersEdward Welbourne2020-01-311-1/+3
* Combine negativeYear() and printNegativeYear()Edward Welbourne2020-01-141-22/+17
* Be consistent in the RFC2822Date invalid character testsEdward Welbourne2019-11-271-16/+31
* Permit leading space at start of RFC 2822 Date formatEdward Welbourne2019-11-271-0/+9