Bug 220425

Summary: [Mojave] TestWebKitAPI.WebKit2.SpeechRecognitionErrorWhenStartingAudioCaptureOnDifferentPage is failing
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: sihui_liu, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Ryan Haddad 2021-01-07 11:19:54 PST
The following test is failing almost 100% of the time on Mojave release bots:

    TestWebKitAPI.WebKit2.SpeechRecognitionErrorWhenStartingAudioCaptureOnDifferentPage
        _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.
        _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.
        _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.
        _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.
        
        /Volumes/Data/slave/mojave-release/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/SpeechRecognition.mm:194
        Expected equality of these values:
          @"Recorder Mute"
            Which is: "Recorder Mute"
          [lastScriptMessage body]
            Which is: "Recorder Error : ReferenceError: Can't find variable: MediaRecorder"

https://results.webkit.org/?suite=api-tests&test=TestWebKitAPI.WebKit2.SpeechRecognitionErrorWhenStartingAudioCaptureOnDifferentPage
Comment 1 Radar WebKit Bug Importer 2021-01-07 11:20:09 PST
<rdar://problem/72897002>
Comment 2 Sihui Liu 2021-01-07 12:07:29 PST
Already filed a bug to remove the use of MediaRecorder in this test: https://bugs.webkit.org/show_bug.cgi?id=220347

*** This bug has been marked as a duplicate of bug 220347 ***
Comment 3 Ryan Haddad 2021-01-07 13:15:57 PST
Thanks