From 7a44d2f59bfc32f0531039205987da1b894d04f2 Mon Sep 17 00:00:00 2001 From: James Graham Date: Wed, 18 Oct 2017 12:13:43 +0100 Subject: [PATCH] Bug 1410248 - Disable speech-api test for intermittent crashes, a=testonly MozReview-Commit-ID: 9tQO0tp8SE4 --- .../meta/speech-api/SpeechSynthesis-speak-twice.html.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/testing/web-platform/meta/speech-api/SpeechSynthesis-speak-twice.html.ini b/testing/web-platform/meta/speech-api/SpeechSynthesis-speak-twice.html.ini index 8c546e414ef5..a8096452af21 100644 --- a/testing/web-platform/meta/speech-api/SpeechSynthesis-speak-twice.html.ini +++ b/testing/web-platform/meta/speech-api/SpeechSynthesis-speak-twice.html.ini @@ -1,8 +1,7 @@ [SpeechSynthesis-speak-twice.html] + disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1410248 expected: - if debug and not stylo and e10s and (os == "mac") and (version == "OS X 10.10.5") and (processor == "x86_64") and (bits == 64): CRASH - if not debug and not stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): CRASH - if not debug and stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86") and (bits == 32): CRASH + if not debug and not stylo and e10s and (os == "linux") and (version == "Ubuntu 16.04") and (processor == "x86_64") and (bits == 64): CRASH TIMEOUT [Using the same SpeechSynthesisUtterance twice for speechSynthesis.speak()] expected: TIMEOUT