qt5base-lts/tests/auto
Robin Burchell c82d40749d Fix multicast join/leave when binding to QHostAddress::Any.
On OS X and Windows, this was not working, because the socket was being bound
in v6 mode (due to ::Any being for dual mode), but the address passed was a v4
address, meaning it took the wrong codepath. Linux, strangely, apparently works
anyway.

This is fixable in OS X (by using the v6 join path when bound in v6/dual mode),
but the same fix doesn't work on Windows, failing with WSAEADDRNOTAVAIL.

Don't allow this behaviour, and provide a sane error message telling the user
what to do instead.

Done-with: Shane Kearns
Task-number: QTBUG-25047
Change-Id: Iaf5bbee82e13ac92e11b60c558f5af9ce26f474b
Reviewed-by: Shane Kearns <shane.kearns@accenture.com>
2012-04-02 12:49:38 +02:00
..
compilerwarnings/data Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
concurrent Remove commented code from qtconcurrentmap autotest. 2012-03-14 07:51:45 +01:00
corelib Properly detach when the modified object is a sub object 2012-03-29 16:08:40 +02:00
dbus Remove comment about QVariantList and QVariantMap. 2012-03-28 03:18:56 +02:00
gui Added some convenience API for platform input contexts 2012-04-01 20:13:51 +02:00
guiapplauncher Update the documentation after moving examples. 2011-07-05 21:19:08 +02:00
network Fix multicast join/leave when binding to QHostAddress::Any. 2012-04-02 12:49:38 +02:00
opengl EGLFS: Integrate building into configure. 2012-03-21 03:03:29 +01:00
other Fix IAccessible2 for Windows, enable MSAA/IAccessible for MinGW. 2012-03-27 12:29:46 +02:00
printsupport Windows: Make tst_qprinter significant again since the test is passing 2012-03-31 08:42:06 +02:00
shared Added some convenience API for platform input contexts 2012-04-01 20:13:51 +02:00
sql Add payload to QSqlDriver notification with PSQL implementation. 2012-03-31 08:40:55 +02:00
testlib Fix some compiler warnings in tests. 2012-03-27 16:35:39 +02:00
tools Use "qt-project.org" instead of "trolltech" in the resource system 2012-03-28 07:50:06 +02:00
widgets Testability for password mask delay 2012-04-01 20:13:51 +02:00
xml Fix some compiler warnings in tests. 2012-03-27 16:35:39 +02:00
auto.pro Disable some tests and examples when --no-widgets is specified 2012-03-19 20:16:04 +01:00
network-settings.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
platformquirks.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
test.pl Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00