Created attachment 414786 [details] fast/storage/serialized-script-value.html crash log After r270158, running a large number of tests may lead to a GStreamer gst_allocator_alloc crash. This currently happening to fast/storage/serialized-script-value.html [1] on the release bots (crash log attached). Trying to reproduce it locally, currently the best thing I managed to do was running all fast/ tests, causing the same crashlog on different tests once each run. But one thing in common was the speechrecognition tests being run in the crashing worker right before the test that crashed. [1] https://results.webkit.org/?suite=layout-tests&test=fast%2Fstorage%2Fserialized-script-value.html
It's better to skip all webspeech related tests for now, instead of random unrelated tests failing due to webspeech.
https://trac.webkit.org/r270162
(In reply to Philippe Normand from comment #1) > It's better to skip all webspeech related tests for now, instead of random > unrelated tests failing due to webspeech. Yeah. It could end up being one of those neverending test list (like the xcb sequence and mesa ones).
As per comment 1