From 74c481bd4f618f1f56fc6e657ca4ddec4202cf2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=81o=C5=9B?= Date: Fri, 18 Oct 2024 16:05:17 +0200 Subject: [PATCH] Blacklist QNetworkInterface::localAddress test on VxWorks `tst_QNetworkInterface::localAddress` test fails on VxWorks on `'socket.waitForConnected(5000)' returned FALSE. ()` for IP6 addresses. This suggests some configuration issue on VxWorks, investigation is ongoing. We need to run COIN tests for VxWorks in a blocking mode, but some issues which result in failures are still to be addressed. Due to this, blacklist QNetworkInterface IP6-related tests which fail on VxWorks. Task-number: QTBUG-115777 Task-number: QTBUG-130070 Change-Id: Id1dacb0c441f2bcdf1310f172026dc66d5b9aa57 Reviewed-by: Thiago Macieira Reviewed-by: Axel Spoerl --- tests/auto/network/kernel/qnetworkinterface/BLACKLIST | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/auto/network/kernel/qnetworkinterface/BLACKLIST diff --git a/tests/auto/network/kernel/qnetworkinterface/BLACKLIST b/tests/auto/network/kernel/qnetworkinterface/BLACKLIST new file mode 100644 index 00000000000..f134b6c04f4 --- /dev/null +++ b/tests/auto/network/kernel/qnetworkinterface/BLACKLIST @@ -0,0 +1,3 @@ +# QTBUG-130070 +[localAddress:enet0-fe80::8f41:f072:e573:3caa%enet0, localhost-ipv6] +vxworks