]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
util-linux: ignore mkfds BPF related ptests
authorKhem Raj <raj.khem@gmail.com>
Wed, 30 Apr 2025 17:53:04 +0000 (10:53 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 1 May 2025 13:33:21 +0000 (14:33 +0100)
They do not pass with GCC-15, ignore them for now

[RP: Fix formatting of exclude to be whitespace separated]
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/util-linux/util-linux/run-ptest

index 7b6b1d1dc2a920b5ce2af9c508307c38b302f524..6886b66c49ac2231e92565fb2c5e86e2a26b6c39 100644 (file)
@@ -24,7 +24,8 @@ 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 '{
+# lsfd/mkfds-bpf* have issues with the gcc 15 upgrade
+./tests/run.sh --use-system-commands --parsable --show-diff --exclude='lsfd/option-inet lsfd/mkfds-bpf-map lsfd/mkfds-bpf-prog' | sed -u '{
       s/^\(.*\):\(.*\) \.\.\. OK$/PASS: \1:\2/                              
       s/^\(.*\):\(.*\) \.\.\. FAILED \(.*\)$/FAIL: \1:\2 \3/                
       s/^\(.*\):\(.*\) \.\.\. SKIPPED \(.*\)$/SKIP: \1:\2 \3/