summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/kernel/qdnslookup
Commit message (Expand)AuthorAgeFilesLines
* Remove the qmake project filesJoerg Bornemann2021-01-071-7/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Regenerate tests/auto/network/kernelAlexandru Croitor2019-11-131-4/+0
* Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-111-11/+1
|\
| * Update for failures only on dev branch. Use general platform namesDaniel Smith2019-08-191-11/+1
* | Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-151-1/+11
|\|
| * unblacklist passing testsDaniel Smith2019-07-081-1/+11
* | cmake: Enable network testLiang Qi2019-07-291-0/+16
|/
* Narrow tst_QDnsLookup::lookup blacklist to only CIKari Oikarinen2018-04-041-1/+1
* Blacklist tst_QDnsLookup::lookupKari Oikarinen2018-03-281-0/+2
* Stabilize QDnsLookup testMarc Mutz2017-06-281-20/+6
* Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* Updated license headersJani Heikkinen2016-01-211-16/+11
* tests/auto/network: Remove some placeholder formatting.Friedemann Kleint2015-10-191-6/+4
* Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+0
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-4/+8
|\
| * tst_QDnsLookup: Update to match the new zone for test.qt-project.orgThiago Macieira2015-03-051-4/+8
* | tst_QDnsLookup: Use a different character from space in TXT multiThiago Macieira2015-03-261-2/+3
* | Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-03-021-4/+4
|\|
| * Revert "Update the DNS and name-resolver tests to the official zone"Thiago Macieira2015-03-011-4/+4
* | tst_QDnsLookup: Output more information on failure.Friedemann Kleint2015-02-251-1/+34
* | Update copyright headersJani Heikkinen2015-02-111-6/+6
|/
* Android: XFAIL a few tests in QDnsLookupEskil Abrahamsen Blomfeldt2015-01-121-0/+18
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* QtNetwork tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Sergio Ahumada2014-02-251-1/+0
* Update the DNS and name-resolver tests to the official zoneThiago Macieira2013-06-071-4/+4
* QDnsLookup: test multiple TXT answers tooThiago Macieira2013-06-041-48/+54
* QDnsLookup: test MX and SRV records that can change orderThiago Macieira2013-06-041-4/+27
* Autotest: Use the new test zone in all name-lookup unit testsThiago Macieira2013-05-071-35/+77
* Change hostname for dnslookup 'notfound' test cases.Janne Anttila2012-10-131-8/+8
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-23/+23
* Use QStringList::join(QChar) overload where applicable [QtNetwork]Marc Mutz2012-09-071-4/+4
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Fix QDnsLookup test again after public DNS servers changedThiago Macieira2012-06-141-1/+1
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-281-0/+1
* troll.no changed its NS record configuration. Adapt.Thiago Macieira2012-05-031-1/+1
* tst_qdnslookup: disabled broken testdataRohan McGovern2012-05-031-0/+4
* Fix QDnsLookup autotest failure in CI environmentShane Kearns2012-03-151-4/+6
* Use QSystemError for QDnsLookup windows backendShane Kearns2012-03-011-1/+1
* Add support for DNS lookups using native APIsJeremy Lainé2012-01-302-0/+281