From f764b59de7b43cfd25d4118ef0c87f6e7b0784b9 Mon Sep 17 00:00:00 2001 From: Amery Song Date: Mon, 21 Sep 2020 16:55:56 +0800 Subject: [PATCH] sof-kernel-log-check: ignore an ime_me error on CML_RVP_SDW Fixes: #389 Signed-off-by: Amery Song --- tools/sof-kernel-log-check.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/sof-kernel-log-check.sh b/tools/sof-kernel-log-check.sh index 52d35d53..a5db4691 100755 --- a/tools/sof-kernel-log-check.sh +++ b/tools/sof-kernel-log-check.sh @@ -20,6 +20,10 @@ ignore_str="$ignore_str"'|xhci_hcd 0000:00:14\.0: WARN Set TR Deq Ptr cmd failed ignore_str="$ignore_str"'|mei_me 0000:00:16\.0: wait hw ready failed' ignore_str="$ignore_str"'|mei_me 0000:00:16\.0: hw_start failed ret = -62' +# On CML_RVP_SDW, suspend-resume test case failed due to "mei_me 0000:00:16.4: hw_reset failed ret = -62". +# https://github.com/thesofproject/sof-test/issues/389 +ignore_str="$ignore_str"'|mei_me 0000:00:16\.4: hw_reset failed ret = -62' + # CML Mantis has DELL touchpad i2c error on suspend/resume ignore_str="$ignore_str"'|i2c_designware i2c_designware\.0: controller timed out' ignore_str="$ignore_str"'|i2c_hid i2c-DELL0955:00: failed to change power setting'