summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-13 10:36:27 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-15 08:15:25 +0100
commitd57e6de496621cb721ef0eb23efa1bdb1363d8cb (patch)
tree4f48535e58cc66a48147c0dc84c501833aabda04 /meta/lib/oeqa/runtime
parent2404188958adb26bef0121140c9761610b30196a (diff)
downloadpoky-d57e6de496621cb721ef0eb23efa1bdb1363d8cb.tar.gz
oeqa/runtime/parselogs: Exclude preempt-rt error for now
With the new 6.4 kernel we see this preempt-rt error. It is blocking changing to the new kernel and has sat on mailing lists unresolved for a long time. Ignore it in testing for now and allow upgrading until we can better understand the issues. (From OE-Core rev: 1451df346a0e2433714774421ce8f339a37a844a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/runtime')
-rw-r--r--meta/lib/oeqa/runtime/cases/parselogs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py
index e67d3750da..e0a5ef5d08 100644
--- a/meta/lib/oeqa/runtime/cases/parselogs.py
+++ b/meta/lib/oeqa/runtime/cases/parselogs.py
@@ -99,6 +99,7 @@ qemux86_common = [
99 "blk_update_request: I/O error, dev fd0, sector 0 op 0x0:(READ)", 99 "blk_update_request: I/O error, dev fd0, sector 0 op 0x0:(READ)",
100 "floppy: error", 100 "floppy: error",
101 'failed to IDENTIFY (I/O error, err_mask=0x4)', 101 'failed to IDENTIFY (I/O error, err_mask=0x4)',
102 'NOHZ tick-stop error: local softirq work is pending, handler #80!!!'
102] + common_errors 103] + common_errors
103 104
104ignore_errors = { 105ignore_errors = {