summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qurl
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-043-3/+3
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-201-1/+1
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* 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
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* 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-163-82/+7
* 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-272-0/+5
* Remove the qmake project filesJoerg Bornemann2021-01-071-6/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-222-2/+4
* 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
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-2/+2
* QUrl: purge deprecated APIEdward Welbourne2020-07-201-2/+0
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-2/+2
* 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
* Regenerate tests/auto/corelib/ioAlexandru Croitor2019-11-121-1/+0
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-141-0/+7
|\
| * Fix mis-handling of actual TLD in qIsEffectiveTLD()Edward Welbourne2019-09-161-0/+7
* | Regenerate coreliob/io testsAlexandru Croitor2019-08-151-4/+2
* | Regenerate CMakeLists for tests/corelib/ioJędrzej Nowacki2019-08-121-0/+23
|/
* 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
|\|