summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qlocale/tst_qlocale.cpp
Commit message (Expand)AuthorAgeFilesLines
* QLocale: use new comparison helper macrosTatiana Borisova6 days1-4/+34
* Improve fidelity of approximation to CLDR zone representationsEdward Welbourne2024-04-221-6/+6
* Fix handling of am/pm indicators in mapping from CLDR to Qt formatsEdward Welbourne2024-04-191-3/+3
* Cope with CLDR's "day period" format specifiersEdward Welbourne2024-04-191-0/+5
* Pass QVariant to QSystemLocale::query() as rvalue referenceEdward Welbourne2024-04-091-1/+1
* QSystemLocale(): disable copy and moveEdward Welbourne2024-04-091-0/+1
* Revert "wasm: Disable problematic qlocal test for time being"Piotr Wierciński2024-03-141-4/+2
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Modernize comparisons in tst_QLocaleEdward Welbourne2024-02-021-34/+23
* Make TEST_CTOR macros use the "do { ... } while (false)" patternEdward Welbourne2024-02-021-121/+121
* Update QLocale and calendar data to CLDR v44.1Edward Welbourne2024-02-021-11/+10
* Add expect-fail test-cases for und_US, und_GB to tst_QLocale::ctor()Edward Welbourne2024-01-301-0/+4
* Rework tst_QLocale::ctor() - split up and make data-drivenEdward Welbourne2024-01-301-67/+111
* QTEST()-ify QLocale testsEdward Welbourne2024-01-301-33/+16
* tst_QLocale: add some basic endonym testsEdward Welbourne2024-01-291-0/+35
* tst_QLocale::dayName(): Convert some dangling code into test rowsEdward Welbourne2024-01-291-9/+12
* Package up a repeated piece of testing in a macroEdward Welbourne2024-01-291-24/+12
* Use localized time-zone abbreviations or offsetEdward Welbourne2023-10-271-18/+27
* Work round ICU disagreeing with TZDB about zone transitionsEdward Welbourne2023-10-261-1/+5
* tst_QLocale: base europeanTimeZone test on 2013, actually used in testEdward Welbourne2023-10-251-6/+5
* Give QLocale's name() and bcp47Name() separator parametersEdward Welbourne2023-08-181-6/+28
* Give QLocale::uiLanguages() a separator parameterEdward Welbourne2023-08-161-5/+45
* tst_QLocale: clean out the last use of foreachEdward Welbourne2023-08-111-1/+2
* Use CLDR's names in QLocale::*ToName() for language, script, territoryEdward Welbourne2023-08-091-0/+49
* Revise enumdata.py's names to more closely match CLDR'sEdward Welbourne2023-08-091-0/+67
* tst_QLocale: Use UTF-8 rather than Latin-1 for C-string-ificationEdward Welbourne2023-08-091-11/+11
* Fix digit grouping: m_grouping_top doesn't mean what I thought it didEdward Welbourne2023-08-081-1/+89
* Update QLocale to CLDR v43Edward Welbourne2023-08-021-1/+3
* Use correct index for QLocale::system()'s staticEdward Welbourne2023-07-311-30/+34
* tst_QLocale: add testing of the extremes for doubleToStringThiago Macieira2023-07-241-0/+46
* tst_QLocale: rename "emptyCtor" test to better describe itEdward Welbourne2023-07-211-4/+4
* Rename test using MySystemLocale and fix its #if-eryEdward Welbourne2023-07-211-12/+11
* Treat simple spaces as equivalent in date-time format separatorsEdward Welbourne2023-07-171-0/+4
* CI: Enable tests under corelib/text for Wasm platformPiotr Wierciński2023-07-101-6/+10
* Add tests of QLocale's toDate() and toTime()Edward Welbourne2023-07-101-0/+291
* Fix case-sensitivity of exponent separator check in Cyrillic fall-backEdward Welbourne2023-05-151-0/+4
* Test QLocale's parsing of small fractions with big exponentsEdward Welbourne2023-05-101-0/+14
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-201-4/+4
* Support Cyrillic's equivalent of 'E' as exponent separatorEdward Welbourne2023-02-241-0/+8
* Fix parsing of numbers to cope with non-single-character tokensEdward Welbourne2023-02-241-10/+60
* Update CLDR to v42Mate Barany2023-02-071-1/+1
* Pass short time format to GetTimeFormat from GetLocaleInfoIlya Fedin2023-01-301-1/+1
* QLocale: add unittests for qstrtod of "NaN" and "nan"Ahmad Samir2023-01-171-0/+4
* Verify land-preservation in locale constructionEdward Welbourne2023-01-121-2/+37
* Accept U+2212 as minus sign in negative year unit testØystein Heskestad2023-01-061-1/+5
* Adapt corelib to use QTimeZone in place of Qt::TimeSpecEdward Welbourne2022-12-091-8/+6
* QLocale: Have qstrntod() return end of parsed string also on underflowUlf Hermann2022-11-251-0/+8
* Restore end-of-parse reporting to qstrntod()Edward Welbourne2022-11-241-3/+11
* Add more tests of QLocale and "single character" data that aren'tEdward Welbourne2022-11-111-7/+41
* Add tests of QLocale verifying some "single-characters" aren'tEdward Welbourne2022-10-281-1/+36