summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket/qudpsocket/BLACKLIST
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2017-11-28 16:49:40 -0800
committerThiago Macieira <thiago.macieira@intel.com>2017-12-24 02:04:44 +0000
commitbbcd4533889b3f3ae45917d638e06bedc9e5c536 (patch)
tree24d8444718b63c311db5c3b2f5b96cc906f083ff /tests/auto/network/socket/qudpsocket/BLACKLIST
parentb12db22fcf3ebd3dc5a7143a61745d408ab833aa (diff)
tst_QUdpSocket: stop trying to bind to multicast addresses
This is not an official feature of the networking stacks and does not work portably across operating systems. So just stop trying to do that. This was failing reliably (not flaky!) with IPv6 on FreeBSD and Windows. For IPv4, Windows apparently accepts 239.255.0.0/16 but not other addresses, so remove IPv4 too. Change-Id: Ifb5969bf206e4cd7b14efffd14fb682c2839e95d Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'tests/auto/network/socket/qudpsocket/BLACKLIST')
-rw-r--r--tests/auto/network/socket/qudpsocket/BLACKLIST2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/network/socket/qudpsocket/BLACKLIST b/tests/auto/network/socket/qudpsocket/BLACKLIST
index 5adb05d3f2..dcb5f87628 100644
--- a/tests/auto/network/socket/qudpsocket/BLACKLIST
+++ b/tests/auto/network/socket/qudpsocket/BLACKLIST
@@ -1,5 +1,3 @@
-[multicast:same bind, group ipv6 address]
-*
[multicast]
osx
[writeDatagramToNonExistingPeer]