Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 9487d81df53daa05773cedc5241b6a3fa7cd2618 https://github.com/WebKit/WebKit/commit/9487d81df53daa05773cedc5241b6a3fa7cd2618 Author: Philippe Normand <ph...@igalia.com> Date: 2023-06-21 (Wed, 21 Jun 2023)
Changed paths: M LayoutTests/fast/mediastream/microphone-change-while-capturing.html Log Message: ----------- fast/mediastream/microphone-change-while-capturing.html failing in ports not using GPUProcess https://bugs.webkit.org/show_bug.cgi?id=258355 Reviewed by Youenn Fablet. On ports using the GPUProcess the test runner might terminate the test execution before the GPUProcess received the final `resetMockMediaDevices` message. OTOH on ports not using the GPUProcess, the `resetMockMediaDevices` is received by the WebProcess while a mock capture device is in use, triggering a console message, hence test failure. To prevent this console message we explicitely stop the audio track before reseting the mock devices. * LayoutTests/fast/mediastream/microphone-change-while-capturing.html: Canonical link: https://commits.webkit.org/265363@main _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes