summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/time/qdate
Commit message (Expand)AuthorAgeFilesLines
* 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-132-123/+90
* 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
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* 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
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* Adapt corelib to use QTimeZone in place of Qt::TimeSpecEdward Welbourne2022-12-091-35/+38
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Put code related to timezone functionality under QT_CONFIG(timezone)Tatiana Borisova2022-08-181-0/+2
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* 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
* Purge various BLACKLIST entries that are now fixedEdward Welbourne2021-02-021-3/+0
* Remove the qmake project filesJoerg Bornemann2021-01-071-5/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+2
* Android: blacklist a list of failing tests for androidAssam Boudjelthia2020-11-041-0/+3
* 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
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* Adapt QDate unit tests to not take into account system localeAndreas Buhr2020-09-101-14/+13
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Make feature datetimeparser depend on feature datestringEdward Welbourne2020-07-021-2/+14