Bug 220425 - [Mojave] TestWebKitAPI.WebKit2.SpeechRecognitionErrorWhenStartingAudioCaptureOnDifferentPage is failing
Summary: [Mojave] TestWebKitAPI.WebKit2.SpeechRecognitionErrorWhenStartingAudioCapture...
Status: RESOLVED DUPLICATE of bug 220347
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-01-07 11:19 PST by Ryan Haddad
Modified: 2021-01-07 13:15 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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