-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Labels
area:non-audio FailureFalse positives: failing when we don't want toFalse positives: failing when we don't want to
Description
There is array of ignoring error message.
https://github.com/thesofproject/sof-test/blob/master/tools/sof-kernel-log-check.sh#L6
This error message was captured but it is known problem. But there is no description why this is safely ignored.
ignore_str="error: debugfs write failed to idle -16|error: status|iteration [01]"
Ignoring errors is very dangerous and should be carefully reviewed and extensively documented. At the very least this code should be changed to something like:
# because blabla, see bug 1234
ignore_str="$ignore_str"'|error: debugfs write failed to idle -16'
# because blabla, see bug 5678
ignore_str="$ignore_str"'|error: status'marc-hb
Metadata
Metadata
Assignees
Labels
area:non-audio FailureFalse positives: failing when we don't want toFalse positives: failing when we don't want to