public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH] libnl: skip a flaky route_1 ptest
@ 2026-01-13 16:03 Alexander Kanavin
  0 siblings, 0 replies; only message in thread
From: Alexander Kanavin @ 2026-01-13 16:03 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

From: Alexander Kanavin <alex@linutronix.de>

[YOCTO #16118]

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 ...ksuite-all-netns.c-skip-route_1-test.patch | 27 +++++++++++++++++++
 meta/recipes-support/libnl/libnl_3.12.0.bb    |  1 +
 2 files changed, 28 insertions(+)
 create mode 100644 meta/recipes-support/libnl/files/0001-tests-cksuite-all-netns.c-skip-route_1-test.patch

diff --git a/meta/recipes-support/libnl/files/0001-tests-cksuite-all-netns.c-skip-route_1-test.patch b/meta/recipes-support/libnl/files/0001-tests-cksuite-all-netns.c-skip-route_1-test.patch
new file mode 100644
index 0000000000..81fdd0a042
--- /dev/null
+++ b/meta/recipes-support/libnl/files/0001-tests-cksuite-all-netns.c-skip-route_1-test.patch
@@ -0,0 +1,27 @@
+From 2b9a8ad1fa06cc15b301f18a16e4ad1d30a5d1f7 Mon Sep 17 00:00:00 2001
+From: Alexander Kanavin <alex@linutronix.de>
+Date: Tue, 13 Jan 2026 16:55:41 +0100
+Subject: [PATCH] tests/cksuite-all-netns.c: skip route_1 test
+
+It was found to be unstable on arm64:
+https://bugzilla.yoctoproject.org/show_bug.cgi?id=16118
+
+Upstream-Status: Inappropriate [issue reported at https://github.com/thom311/libnl/issues/450]
+Signed-off-by: Alexander Kanavin <alex@linutronix.de>
+---
+ tests/cksuite-all-netns.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tests/cksuite-all-netns.c b/tests/cksuite-all-netns.c
+index 4714db2..d5ca6a1 100644
+--- a/tests/cksuite-all-netns.c
++++ b/tests/cksuite-all-netns.c
+@@ -341,7 +341,7 @@ Suite *make_nl_netns_suite(void)
+ 				  nltst_netns_fixture_teardown);
+ 	tcase_add_test(tc, cache_and_clone);
+ 	tcase_add_loop_test(tc, test_create_iface, 0, 17);
+-	tcase_add_test(tc, route_1);
++	//tcase_add_test(tc, route_1);
+ 	suite_add_tcase(suite, tc);
+ 
+ 	return suite;
diff --git a/meta/recipes-support/libnl/libnl_3.12.0.bb b/meta/recipes-support/libnl/libnl_3.12.0.bb
index f28687e695..2b46fb69d9 100644
--- a/meta/recipes-support/libnl/libnl_3.12.0.bb
+++ b/meta/recipes-support/libnl/libnl_3.12.0.bb
@@ -18,6 +18,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/${BPN}${@d.getVar('PV').replace('.','_')}
            file://run-ptest \
            file://0002-tests-skip-various-tests-when-kernel-returns-EOPNOTS.patch \
            file://0001-tests-add-and-use-_nltst_skip_eopnotsupp-helper.patch \
+           file://0001-tests-cksuite-all-netns.c-skip-route_1-test.patch \
            "
 
 SRC_URI[sha256sum] = "fc51ca7196f1a3f5fdf6ffd3864b50f4f9c02333be28be4eeca057e103c0dd18"
-- 
2.47.3



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-01-13 16:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-13 16:03 [PATCH] libnl: skip a flaky route_1 ptest Alexander Kanavin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox