summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket/qudpsocket
Commit message (Expand)AuthorAgeFilesLines
* UDP: don't disable read notification unless we have a datagramMårten Nordheim2024-03-021-0/+76
* tst_qudpsocket: add helper exe to dependenciesMårten Nordheim2024-02-292-1/+5
* Change license for tests filesLucie Gérard2024-02-043-3/+3
* Un-blacklist tst_qudpsocket for MinGW+CMakeJoerg Bornemann2024-01-151-2/+0
* Tests: remove blacklisted CIs no longer availableChristian Ehrlicher2023-12-061-2/+0
* tst_QUdpSocket: move up the search for IPv6-capable interfacesThiago Macieira2023-08-291-20/+9
* QtNetwork auto tests: compile with QT_NO_FOREACHAhmad Samir2023-08-221-2/+0
* QtNetwork auto tests: port Q_FOREACH to ranged-for [4]Ahmad Samir2023-08-221-14/+19
* QtNetwork auto tests: port Q_FOREACH to ranged-for [2]Ahmad Samir2023-08-221-9/+7
* QtNetwork auto tests: port Q_FOREACH to ranged-for [1]Ahmad Samir2023-08-221-8/+14
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-191-0/+1
* CMake: Make network tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-174-30/+3
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-14/+14
* QHostAddress: Fix incorrect comparison against 'Any'Mårten Nordheim2022-11-021-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-6/+6
* Port from container.count()/length() to size()Marc Mutz2022-10-041-47/+47
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-234-4/+4
* Add license headers to cmake filesLucie Gérard2022-08-034-0/+12
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-283-3/+3
* unblacklist passing tests 2022Anna Wojciechowska2022-06-231-2/+0
* Use SPDX license identifiersLucie Gérard2022-05-163-82/+7
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* Compile autotests for IntegrityTatiana Borisova2021-09-201-0/+2
* tests: fix deprecated implicit capture of this via [=]Marc Mutz2021-06-301-1/+1
* Fix QFAIL() to interract correctly with QEXPECT_FAIL()Edward Welbourne2021-06-151-2/+1
* Blacklist problematic network auto-tests on macOS ARMTor Arne Vestbø2021-05-261-0/+3
* Move QEMU emulation detector to QTestSamuli Piippo2021-02-132-4/+3
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-122-45/+0
* Remove the qmake project filesJoerg Bornemann2021-01-074-36/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+6
* tests: blacklist tst_QUdpSocket::multicast() on CentOSLiang Qi2020-10-281-0/+2
* Blacklist tst_QUdpSocket::writeDatagramToNonExistingPeerHeikki Halmet2020-09-291-4/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-235-5/+5
* CMake Build: Add qtnetwork docker testserver supportCristian Adam2020-09-171-0/+1
* Fix compiler warnings about missing overridesLars Knoll2020-09-131-1/+1
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-095-5/+5
* CMake: Skip / ignore failing tests on CMake platformsAlexandru Croitor2020-07-011-0/+2
* Use QList instead of QVector in network testsJarek Kobus2020-06-251-1/+1
* Remove winrtOliver Wolff2020-06-061-18/+0
* Remove deprecated QProcess methodsVolker Hilsheimer2020-05-271-4/+4
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-28/+54
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-181-28/+54
| |\
| | * Fix 'out of process' autotestsTimur Pocheptsov2020-03-111-28/+54
* | | CMake: Regenerate tests projectsAlexandru Croitor2020-03-121-0/+33
* | | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-281-9/+9
|\| |
| * | QAbstractSocket: deprecate 'error' signal, use 'errorOccurred' insteadAlexander Akulich2020-02-271-2/+2
| * | Revert "QAbstractSocket: deprecate 'error' member-function"Alexander Akulich2020-02-261-7/+7
* | | CMake: Fix qtcpserver and qudpsocket testsLeander Beernaert2020-02-251-0/+1
* | | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-242-7/+8
|\| |