results-collection icon indicating copy to clipboard operation
results-collection copied to clipboard

speech-api test is TIMEOUT in wpt.fyi

Open zcorpan opened this issue 7 years ago • 4 comments

See https://wpt.fyi/results/speech-api/SpeechSynthesis-speak-twice.html

This test passes for me locally in Chrome and Safari at least. The test needs audio output and speech synthesis, I assume, to work.

Do we need to do something to make this test work in CI?

zcorpan avatar Jun 05 '18 08:06 zcorpan

I believe that @jan-ivar or @fippo knows of some tricks to get fake audio output working in Travis, which is probably the same trick needed for wpt.fyi runners.

foolip avatar Jun 05 '18 09:06 foolip

Firefox requires pulseaudio to be started for getUserMedia, that should not affect Chrome however.

pulseaudio --start --exit-idle-time=-1

might help -- or at least is cheap to try

fippo avatar Jun 05 '18 09:06 fippo

Thanks @fippo!

@jgraham, do you do start pulseaudio in Gecko CI?

foolip avatar Jun 05 '18 12:06 foolip

Ping @jgraham about pulseaudio.

foolip avatar Aug 20 '18 15:08 foolip