-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Labels
False Pass / green failureP1Blocker bugs or important featuresBlocker bugs or important featuresgood first issueGood for newcomersGood for newcomerstype:enhancementNew framework feature or requestNew framework feature or request
Description
In test scripts, we often have cases where there is no issue reported in firmware or driver logs, but nasty error messages in userspace, e.g. pcm_write error, bad descriptor, etc.
aplay provides a --fatal-errors command line option, and when set will stop processing and return an error code.
I would think this is really required for CI/QA tests (except maybe in rare resume cases where a .prepare operation is unavoidable). We would also need to test what aplay returns.
Rather than forcing this option in the scripts, I would prefer an environment variable, same as KCFLAGS='-Werror' when compiling
cc:
Metadata
Metadata
Assignees
Labels
False Pass / green failureP1Blocker bugs or important featuresBlocker bugs or important featuresgood first issueGood for newcomersGood for newcomerstype:enhancementNew framework feature or requestNew framework feature or request