We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfb75d7 commit 5d983e6Copy full SHA for 5d983e6
1 file changed
test-case/check-pause-release-suspend-resume.sh
@@ -126,6 +126,10 @@ rm -rf /tmp/sof-test.lock
126
# catch: Evaluate script and trap exceptional returns
127
# after ms: Ms must be an integer giving a time in milliseconds.
128
# The command sleeps for ms milliseconds and then returns.
129
+# FIXME: this test was broken by 46dadd0 ("Add mutual exclusion and journalctl logging")
130
+# because it never was compatible with is_subtest()
131
+# FIXME: Need to handle more of aplay/arecord output. Need to apply similar fix with
132
+# check-pause-resume.sh, multiple-pause-resume.sh
133
expect <<AUDIO
134
spawn $cmd -D $pcm -r $rate -c $channel -f $fmt -vv -i $dummy_file -q
135
set i 1
0 commit comments