mirror of
https://git.yoctoproject.org/poky-contrib
synced 2025-05-08 23:52:25 +08:00
util-linux: ignore mkfds BPF related ptests
They do not pass with GCC-15, ignore them for now [RP: Fix formatting of exclude to be whitespace separated] (From OE-Core rev: dc989569d3528d999f2a1f4363a9ef8325e09600) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
0496a29bac
commit
7237d6bb50
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user