Skip to content

Commit

Permalink
[ Monterey WK2 ] media/media-source/media-source-webm-vorbis-partial.…
Browse files Browse the repository at this point in the history
…html is a constant failure

https://bugs.webkit.org/show_bug.cgi?id=239308
rdar://91719356

Patch by Jean-Yves Avenard <[email protected]> on 2022-04-29
Reviewed by Jer Noble.

The test disabled the GPU process, and sandboxing rules prevent from
calling CoreMedia in the content process.

* media/media-source/media-source-webm-vorbis-partial.html:

# Please populate the above commit message. Lines starting
# with '#' will be ignored

# Reviewed by Jer Noble.

# On branch 239308
# Your branch is ahead of 'origin/main' by 1 commit.
#   (use "git push" to publish your local commits)
#
# Changes to be committed:
#   (use "git restore --staged <file>..." to unstage)
# 	modified:   LayoutTests/ChangeLog
#

Canonical link: https://commits.webkit.org/250144@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@293640 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
jyavenard authored and webkit-commit-queue committed Apr 30, 2022
1 parent 6a466c1 commit 35bd643
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions LayoutTests/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2022-04-27 Jean-Yves Avenard <[email protected]>

[ Monterey WK2 ] media/media-source/media-source-webm-vorbis-partial.html is a constant failure
https://bugs.webkit.org/show_bug.cgi?id=239308
rdar://91719356

Reviewed by Jer Noble.

The test disabled the GPU process, and sandboxing rules prevent from
calling CoreMedia in the content process.

* media/media-source/media-source-webm-vorbis-partial.html:

2022-04-29 Yury Semikhatsky <[email protected]>

Format time zone name using ICU instead of platform calls
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html> <!-- webkit-test-runner [ UseGPUProcessForMediaEnabled=false ] -->
<!DOCTYPE html>
<html>
<head>
<title>media-source-webm</title>
Expand Down

0 comments on commit 35bd643

Please sign in to comment.