diff mbox series

[1/2] ignore mkfds BPF related tests

Message ID 20250430175305.540369-1-raj.khem@gmail.com
State New
Headers show
Series [1/2] ignore mkfds BPF related tests | expand

Commit Message

Khem Raj April 30, 2025, 5:53 p.m. UTC
They do not pass with GCC-15, ignore them for now

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-core/util-linux/util-linux/run-ptest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-core/util-linux/util-linux/run-ptest b/meta/recipes-core/util-linux/util-linux/run-ptest
index 7b6b1d1dc2a..c3d57c8262f 100644
--- a/meta/recipes-core/util-linux/util-linux/run-ptest
+++ b/meta/recipes-core/util-linux/util-linux/run-ptest
@@ -24,7 +24,7 @@  mount --make-shared /
 
 # lsfd/option-inet has races in the test script:
 # https://github.com/util-linux/util-linux/issues/2399
-./tests/run.sh --use-system-commands --parsable --show-diff --exclude=lsfd/option-inet | sed -u '{
+./tests/run.sh --use-system-commands --parsable --show-diff --exclude=lsfd/option-inet --exclude=lsfd/mkfds-bpf-map --exclude=lsfd/mkfds-bpf-prog | sed -u '{
       s/^\(.*\):\(.*\) \.\.\. OK$/PASS: \1:\2/                              
       s/^\(.*\):\(.*\) \.\.\. FAILED \(.*\)$/FAIL: \1:\2 \3/                
       s/^\(.*\):\(.*\) \.\.\. SKIPPED \(.*\)$/SKIP: \1:\2 \3/