summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qurl/tst_qurl.cpp
Commit message (Expand)AuthorAgeFilesLines
* wasm: Add qurl autotestEven Oscar Andersen5 days1-5/+21
* QUrl: Use new comparison helper macrosRym Bouabid2024-03-061-8/+16
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-201-1/+1
* QUrl: restore empty-but-not-null for components that are presentThiago Macieira2023-01-171-39/+43
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-1/+1
* tst_QUrl::fromUserInput(): distinguish to data rows by name tagEdward Welbourne2022-10-111-2/+4
* tst_QUrl: distinguish two ipvfuture test-case data tagsEdward Welbourne2022-10-111-2/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+3
* Replace uses of _qs with _s in testsSona Kurazyan2022-04-071-1/+3
* Workaround MSVC 2022 bug about QString::replaceAndreas Buhr2021-11-101-2/+5
* tst_qurl{,internal}: Use U+FB01 for normalization to ASCII test casesIevgenii Meshcheriakov2021-08-251-2/+3
* tst_qurl: Make an invalid URL test compatible with UTS #46Ievgenii Meshcheriakov2021-08-251-3/+4
* Fix QUrl::fromLocalFile with long path prefixKarsten Heimrich2021-05-191-0/+4
* Skip tst_QUrl::testThreading() under QEMUAndrei Golubev2021-04-271-0/+4
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+3
* QUrl: fix parsing of empty IPv6 addressesThiago Macieira2020-12-091-0/+2
* QUrl::fromLocalFile: accept invalid hostnamesThiago Macieira2020-10-051-0/+15
* tst_QUrl/Win: test QUrl::fromLocalFile with backslashesThiago Macieira2020-10-051-6/+17
* tst_QUrl: give the to/fromLocalFile test rows proper namesThiago Macieira2020-10-051-52/+60
* QUrl: purge deprecated APIEdward Welbourne2020-07-201-2/+0
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-1/+1
* Fix QUrl::toDisplayString(PreferLocalFile) returning an encoded pathDavid Faure2020-06-291-0/+28
* Remove winrtOliver Wolff2020-06-061-2/+0
* Get rid of some QTextCodec leftoversLars Knoll2020-05-141-1/+0
* QtConcurrent::run: accept more then five function's argumentsVitaly Fanaskov2020-03-111-1/+1
* Remove QUrl::topLevelDomainTimur Pocheptsov2020-02-201-57/+0
* Fix mis-handling of actual TLD in qIsEffectiveTLD()Edward Welbourne2019-09-161-0/+7
* Brush up tst_QUrlFriedemann Kleint2019-06-111-7/+8
* Fix deprecation warnings in tst_QUrlFriedemann Kleint2019-05-291-71/+58
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-101-0/+8
|\
| * tst_QUrl: Fix left-over temporary directory on WindowsFriedemann Kleint2019-04-081-0/+8
* | Update the DNS public suffix list from publicsuffix.orgEdward Welbourne2019-02-271-0/+15
|/
* Make url normalization closer to common browser behaviorJoni Poikelin2018-12-131-2/+34
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-301-0/+12
|\
| * Fix QUrl::matches for when removing authority parts (other than host)Thiago Macieira2018-09-291-0/+12
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-171-1/+18
|\|
| * QUrl: Make sure we do reject URLs for which IDNA nameprep failedThiago Macieira2018-08-161-1/+18
* | QUrl: Support IPv6 addresses with zone idRobbert Proost2018-07-271-0/+52
|/
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-301-0/+35
|\
| * QUrl: make sure setPort(nonnegative) is taken as part of authorityThiago Macieira2017-10-261-0/+35
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-161-3/+14
|\|
| * QUrl: re-fix the setPath("//path") case leading to scheme://pathThiago Macieira2017-10-061-3/+14
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-5/+1
|\|
| * winrt: Fix tst_qurlOliver Wolff2017-06-191-5/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-281-1/+5
|\|
| * tst_qurl: skip test with ':' in filename, on WindowsDavid Faure2017-03-211-1/+5
| * QUrl::fromUserInput: fix handling of files with a ':' in the nameDavid Faure2017-03-201-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-021-28/+46
|\|