From: Alexander Kanavin <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Alexander Kanavin <alex@linutronix.de>
Subject: [PATCH] libnl: skip a flaky route_1 ptest
Date: Tue, 13 Jan 2026 17:03:56 +0100 [thread overview]
Message-ID: <20260113160356.2761010-1-alex.kanavin@gmail.com> (raw)
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
reply other threads:[~2026-01-13 16:04 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260113160356.2761010-1-alex.kanavin@gmail.com \
--to=alex.kanavin@gmail.com \
--cc=alex@linutronix.de \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox