[webkit-changes] [WebKit/WebKit] ab6979: Move WebCodecs VideoFrame serialisation out of age...
youennf
noreply at github.com
Fri Sep 1 01:33:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ab6979eff99f1aa2cfe73ad7cf3c66fcad26c02c
https://github.com/WebKit/WebKit/commit/ab6979eff99f1aa2cfe73ad7cf3c66fcad26c02c
Author: Youenn Fablet <youennf at gmail.com>
Date: 2023-09-01 (Fri, 01 Sep 2023)
Changed paths:
M LayoutTests/TestExpectations
M LayoutTests/imported/w3c/web-platform-tests/webcodecs/videoFrame-serialization.crossAgentCluster.https-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/webcodecs/videoFrame-serialization.crossAgentCluster.https.html
A LayoutTests/imported/w3c/web-platform-tests/webcodecs/videoFrame-serialization.https-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/webcodecs/videoFrame-serialization.https.html
Log Message:
-----------
Move WebCodecs VideoFrame serialisation out of agent cluster tests to a separate file
https://bugs.webkit.org/show_bug.cgi?id=260954
rdar://114750260
Reviewed by Tim Nguyen.
As per https://github.com/web-platform-tests/wpt/issues/41635, we split tests in two so as to move the crossAgentCluster tests out of Interop 2023.
Move tests from videoFrame-serialization.crossAgentCluster.https.html to videoFrame-serialization.https.html.
For all tests, we are making sure to close the frame explicityl at the end of the test so that the frame does not get gced unclosed.
The remaining tests should be changed to accept transfer/serialization but that can be done as a follow-up.
* LayoutTests/TestExpectations:
* LayoutTests/imported/w3c/web-platform-tests/webcodecs/videoFrame-serialization.crossAgentCluster.https-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/webcodecs/videoFrame-serialization.crossAgentCluster.https.html:
* LayoutTests/imported/w3c/web-platform-tests/webcodecs/videoFrame-serialization.https-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/webcodecs/videoFrame-serialization.https.html: Added.
Canonical link: https://commits.webkit.org/267545@main
More information about the webkit-changes
mailing list