From 35ff03d3da5e87b69cf34796617ad1440a4221d5 Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Wed, 14 Aug 2024 16:57:14 -0700 Subject: [PATCH] multiple-pipeline.sh: SKIP XTOS+NOCODEC, known failure 9135 pipeline_comp_reset() bug sof#9135 is not going to get fixed, so stop polluting the test results. Signed-off-by: Marc Herbert --- test-case/multiple-pipeline.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test-case/multiple-pipeline.sh b/test-case/multiple-pipeline.sh index 1b4ccb98..b7dd22d0 100755 --- a/test-case/multiple-pipeline.sh +++ b/test-case/multiple-pipeline.sh @@ -156,6 +156,13 @@ ps_checks() main() { local platf; platf=$("${TESTDIR}"/tools/sof-dump-status.py --platform) + + case "$MODEL" in + *NOCODEC*) + is_firmware_file_zephyr || + skip_test 'Known pipeline_comp_reset() bug sof#9135';; + esac + if [ "$platf" = bdw ] && [ "$f_arg" != 'p' ] && ! is_zephyr_ldc; then skip_test \ "multi-capture disabled on BDW https://github.com/thesofproject/sof/issues/3170"