]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/runtime/ksample.py: skip kprobe case except x86 and powerpc
authorHongzhi.Song <hongzhi.song@windriver.com>
Thu, 17 Jan 2019 09:44:15 +0000 (01:44 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 18 Jan 2019 11:02:44 +0000 (11:02 +0000)
commit1a5b14bc3fe29618beea016ab2b32f55c19dd6ad
treec3d209cdea1528aacc4d7b5136969ed6f729a857
parent2417a4e9f5b79815e5dcaf6b836a9239bd168c15
oeqa/runtime/ksample.py: skip kprobe case except x86 and powerpc

A new commit was introduced to kernel, which caused kprobe sample case
failed on arm.
[kernel commit: e46daee53bb50b, ARM: 8806/1: kprobes: Fix false positive
with FORTIFY_SOURCE]

And according to author, the case just works on x86 and powerpc.
So we just promise that the case can pass on x86 and powerpc.

Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/cases/ksample.py