summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/time
Commit message (Expand)AuthorAgeFilesLines
...
* Correct a test's precondition on the system zoneEdward Welbourne2023-04-141-3/+9
* Fix where possible, else avoid, failures in western MexicoEdward Welbourne2023-04-141-18/+29
* Add new test-case for startOfDay_endOfDay() for Baja MexicoEdward Welbourne2023-04-141-0/+8
* tst_QDateTime: Remove two duplicate test casesEdward Welbourne2023-04-141-5/+0
* tst_QDateTime constructor: adapt the year check to vary yearEdward Welbourne2023-04-141-9/+11
* tst_QDate::startOfDay_endOfDay(): rename variables, add commentsEdward Welbourne2023-04-141-4/+12
* tst_QDateTime::addMSecs(): check for failure after calling helperEdward Welbourne2023-04-141-4/+9
* Name a numeric_limits locally to save verbose repetitionEdward Welbourne2023-04-141-6/+7
* QDate: remove an old commentAhmad Samir2023-04-081-1/+0
* QDate: reformat a unittestAhmad Samir2023-04-081-26/+18
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-201-1/+1
* 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-177-18/+0
* Move qtLocalTime() to qtenvironmentvariables.cpp as qLocalTime()Edward Welbourne2023-02-031-1/+1
* Fix RTA test build for INTEGRITYTatiana Borisova2023-01-091-1/+3
* Deprecate QDateTime methods using plain Qt::TimeSpecEdward Welbourne2022-12-101-0/+28
* Adapt corelib to use QTimeZone in place of Qt::TimeSpecEdward Welbourne2022-12-093-392/+428
* Expand testing of QDateTime to exploit QTimeZone's handling of specsEdward Welbourne2022-12-091-20/+80
* Adapt QDateTime to route QTimeSpec uses via QTimeZoneEdward Welbourne2022-12-091-0/+53
* Adapt QTimeZone to handle Qt::TimeSpec machineryEdward Welbourne2022-12-092-27/+174
* tst_QDateTime: explain one test-case more carefullyEdward Welbourne2022-12-071-2/+6
* Add to test-cases for tst_QDateTime::fromStringStringFormat()Edward Welbourne2022-12-071-0/+6
* tst_QDateTime::operator_insert_extract() Correct handling of 4.0's specEdward Welbourne2022-12-071-2/+9
* tst_QDateTime: check a few more detailsEdward Welbourne2022-12-071-1/+5
* tst_QDateTime: Modernize some comparisonsEdward Welbourne2022-12-071-48/+52
* Elide parameters passed as their defaultEdward Welbourne2022-12-071-106/+105
* Prefer QDate::startOfDay() over QDT(date, QTime(0, 0), ...)Edward Welbourne2022-12-071-20/+20
* tst_QDateTime::fromMSecsSinceEpoch(): remove a stray debug statementEdward Welbourne2022-12-071-2/+0
* tst_QDateTime: split some data table rows across lines more tidilyEdward Welbourne2022-12-071-29/+51
* tst_QDateTime: Inline some trivial delegations by _data() functionsEdward Welbourne2022-12-071-24/+4
* Suppress output of debug message only produced to test against crashEdward Welbourne2022-12-071-0/+1
* tst_QDateTime::timeZone(): use QVERIFY() to test boolEdward Welbourne2022-12-071-8/+8
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-5/+5
* tst_QTime: fix two duplicated test data tagsEdward Welbourne2022-10-171-2/+2
* tst_QDateTime: eliminate some duplicate test-casesEdward Welbourne2022-10-171-9/+0
* Support serializing time-zone fields in date-times more flexiblyEdward Welbourne2022-09-291-2/+3
* Support parsing time-zone specifiers more selectivelyEdward Welbourne2022-09-291-4/+24
* Tidy up tst_QTimeZoneEdward Welbourne2022-09-141-10/+2
* Make time parsing accept zz as equivalent to zEdward Welbourne2022-09-131-3/+9
* Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.hSona Kurazyan2022-09-011-0/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-237-7/+7
* Put code related to timezone functionality under QT_CONFIG(timezone)Tatiana Borisova2022-08-182-0/+4
* qputenv: port to QByteArrayViewMarc Mutz2022-08-061-2/+2
* Rearrange the skipping of a test to give a better messageEdward Welbourne2022-08-031-2/+4
* Make 'zz' format an alias for 'z' in time format stringsEdward Welbourne2022-08-031-1/+2
* Add license headers to cmake filesLucie Gérard2022-08-037-0/+21
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-285-7/+7
* Use SPDX license identifiersLucie Gérard2022-05-168-219/+19
* Replace remaining uses of deprecated _qs with _sSona Kurazyan2022-05-021-2/+4