forked from rosa/hakurei
internal/rosa/package: migrate qemu
This has many dependencies. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
22
internal/rosa/package/qemu/disable-mcast-test.patch
Normal file
22
internal/rosa/package/qemu/disable-mcast-test.patch
Normal file
@@ -0,0 +1,22 @@
|
||||
diff --git a/tests/qtest/netdev-socket.c b/tests/qtest/netdev-socket.c
|
||||
index b731af0ad9..b5cbed4801 100644
|
||||
--- a/tests/qtest/netdev-socket.c
|
||||
+++ b/tests/qtest/netdev-socket.c
|
||||
@@ -401,7 +401,7 @@ static void test_dgram_inet(void)
|
||||
qtest_quit(qts0);
|
||||
}
|
||||
|
||||
-#if !defined(_WIN32) && !defined(CONFIG_DARWIN)
|
||||
+#if 0
|
||||
static void test_dgram_mcast(void)
|
||||
{
|
||||
QTestState *qts;
|
||||
@@ -513,7 +513,7 @@ int main(int argc, char **argv)
|
||||
if (has_ipv4) {
|
||||
qtest_add_func("/netdev/stream/inet/ipv4", test_stream_inet_ipv4);
|
||||
qtest_add_func("/netdev/dgram/inet", test_dgram_inet);
|
||||
-#if !defined(_WIN32) && !defined(CONFIG_DARWIN)
|
||||
+#if 0
|
||||
qtest_add_func("/netdev/dgram/mcast", test_dgram_mcast);
|
||||
#endif
|
||||
}
|
||||
Reference in New Issue
Block a user