From 79a9634ae650907257b36c980bfafe3d69007fe0 Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Wed, 14 Aug 2024 16:57:14 -0700 Subject: [PATCH] multiple-pause-resume.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-pause-resume.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/test-case/multiple-pause-resume.sh b/test-case/multiple-pause-resume.sh index 97d7c037..e79701e2 100755 --- a/test-case/multiple-pause-resume.sh +++ b/test-case/multiple-pause-resume.sh @@ -64,6 +64,16 @@ func_pipeline_export "$tplg" "type:any & ~pcm:Amplifier Reference" logger_disabled || func_lib_start_log_collect +# We know it's failing and it's not going to get fixed: stop polluting +# test results. Note https://github.com/thesofproject/sof/issues/9135 +# is NOT an problem with pause/resume; it is a problem with multiple +# pipelines. This code is duplicated in multiple-pipeline.sh +case "$MODEL" in + *NOCODEC*) + is_firmware_file_zephyr || + skip_test 'Known pipeline_comp_reset() bug sof#9135';; +esac + declare -a pipeline_idx_lst declare -a cmd_idx_lst declare -a file_idx_lst