diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-04-30 10:53:04 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-01 14:33:26 +0100 |
commit | 7237d6bb5023f307e72e09477b7ab87b4120690d (patch) | |
tree | 80235913fcf7bd810ac19f87c3943ac97b3e5264 /meta/recipes-core | |
parent | 0496a29bac6460a0dd02c3b9861e079742ab8869 (diff) | |
download | poky-7237d6bb5023f307e72e09477b7ab87b4120690d.tar.gz |
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>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/util-linux/util-linux/run-ptest | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/util-linux/util-linux/run-ptest b/meta/recipes-core/util-linux/util-linux/run-ptest index 7b6b1d1dc2..6886b66c49 100644 --- a/meta/recipes-core/util-linux/util-linux/run-ptest +++ b/meta/recipes-core/util-linux/util-linux/run-ptest | |||
@@ -24,7 +24,8 @@ mount --make-shared / | |||
24 | 24 | ||
25 | # lsfd/option-inet has races in the test script: | 25 | # lsfd/option-inet has races in the test script: |
26 | # https://github.com/util-linux/util-linux/issues/2399 | 26 | # https://github.com/util-linux/util-linux/issues/2399 |
27 | ./tests/run.sh --use-system-commands --parsable --show-diff --exclude=lsfd/option-inet | sed -u '{ | 27 | # lsfd/mkfds-bpf* have issues with the gcc 15 upgrade |
28 | ./tests/run.sh --use-system-commands --parsable --show-diff --exclude='lsfd/option-inet lsfd/mkfds-bpf-map lsfd/mkfds-bpf-prog' | sed -u '{ | ||
28 | s/^\(.*\):\(.*\) \.\.\. OK$/PASS: \1:\2/ | 29 | s/^\(.*\):\(.*\) \.\.\. OK$/PASS: \1:\2/ |
29 | s/^\(.*\):\(.*\) \.\.\. FAILED \(.*\)$/FAIL: \1:\2 \3/ | 30 | s/^\(.*\):\(.*\) \.\.\. FAILED \(.*\)$/FAIL: \1:\2 \3/ |
30 | s/^\(.*\):\(.*\) \.\.\. SKIPPED \(.*\)$/SKIP: \1:\2 \3/ | 31 | s/^\(.*\):\(.*\) \.\.\. SKIPPED \(.*\)$/SKIP: \1:\2 \3/ |