Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b8038c1dba7e526c085b4de04bc2798a78a64593
      
https://github.com/WebKit/WebKit/commit/b8038c1dba7e526c085b4de04bc2798a78a64593
  Author: Jean-Yves Avenard <[email protected]>
  Date:   2025-10-18 (Sat, 18 Oct 2025)

  Changed paths:
    M LayoutTests/TestExpectations
    A LayoutTests/media/content/test-no-duration.webm
    M LayoutTests/media/media-webm-no-duration-expected.txt
    M LayoutTests/media/media-webm-no-duration.html
    M LayoutTests/platform/mac/TestExpectations
    M 
Source/WebKit/GPUProcess/media/RemoteAudioVideoRendererProxyManager.messages.in

  Log Message:
  -----------
  REGRESSION(300810@main): Caused media/media-webm-no-duration.html to crash
https://bugs.webkit.org/show_bug.cgi?id=300940
rdar://162815321

Reviewed by Anne van Kesteren.

The test was crashing as it disabled `UseGPUProcessForMediaEnabled` preference
and it was required for the AudioVideoRendererRemote IPC service to be enabled.

The service didn't actually require UseGPUProcessForMediaEnabled.
The original test failed as the file being tested 
(media/content/test-no-duration.webm)
didn't even exists.
The original test was checking that a webm generated by Chrome's MediaRecorder
played. We create such file and add it to the test.

Update expectations with the correct file path (which was wrong too)

Re-enabled test and fix the original error that caused that test to always 
fails.
* LayoutTests/TestExpectations:
* LayoutTests/media/content/test-no-duration.webm: Added.
* LayoutTests/media/media-webm-no-duration-expected.txt:
* LayoutTests/media/media-webm-no-duration.html:
* LayoutTests/platform/mac/TestExpectations:
* 
Source/WebKit/GPUProcess/media/RemoteAudioVideoRendererProxyManager.messages.in:

Canonical link: https://commits.webkit.org/301775@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to