Bug 229761 - [Gstreamer] test http/tests/media/media-stream/audio-capture-and-category.https.html failing since added in r281367
Summary: [Gstreamer] test http/tests/media/media-stream/audio-capture-and-category.htt...
Status: REOPENED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-09-01 08:42 PDT by Arcady Goldmints-Orlov
Modified: 2023-03-29 03:27 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.55 KB, patch)
2021-09-01 08:51 PDT, Arcady Goldmints-Orlov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arcady Goldmints-Orlov 2021-09-01 08:42:21 PDT
This test was added as part of fixing bug 229327, and has not passed on GTK or WPE since it was added.
Comment 1 Arcady Goldmints-Orlov 2021-09-01 08:51:52 PDT
Created attachment 437035 [details]
Patch
Comment 2 EWS 2021-09-01 09:18:32 PDT
Committed r281853 (241185@main): <https://commits.webkit.org/241185@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 437035 [details].
Comment 3 Radar WebKit Bug Importer 2021-09-01 09:19:40 PDT
<rdar://problem/82631647>
Comment 4 Philippe Normand 2021-09-01 09:20:36 PDT
.
Comment 5 Philippe Normand 2021-09-01 13:44:36 PDT
Comment on attachment 437035 [details]
Patch

That landed already
Comment 6 EWS 2021-09-01 13:44:47 PDT
Committed r281873 (241203@main): <https://commits.webkit.org/241203@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 437035 [details].
Comment 7 Philippe Normand 2021-09-01 13:47:19 PDT
...
Comment 8 Philippe Normand 2021-09-01 13:48:08 PDT
Nice, this landed twice!
Comment 9 Philippe Normand 2023-03-29 03:27:29 PDT
The issue here is that the test calls `InternalSettings::setShouldManageAudioSessionCategory(bool should)` and that returns InvalidAccessError because we don't enable USE(AUDIO_SESSION)...