Bug 221369

Summary: [BigSur WK1] media/media-source/media-source-webm-append-buffer-after-abort.html is consistently failing
Product: WebKit Reporter: Amir Mark Jr <amir_mark>
Component: New BugsAssignee: Peng Liu <peng.liu6>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: jean-yves.avenard, jer.noble, peng.liu6, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=220964
https://bugs.webkit.org/show_bug.cgi?id=282163
Attachments:
Description Flags
Patch
none
Update TestExpectations none

Amir Mark Jr
Reported 2021-02-03 17:32:16 PST
media/media-source/media-source-webm-append-buffer-after-abort.html Has been consistently failing in Big Sur wk1 History: https://results.webkit.org/?suite=layout-tests&test=media%2Fmedia-source%2Fmedia-source-webm-append-buffer-after-abort.html Text Diff: --- /Volumes/Data/slave/bigsur-release-tests-wk1/build/layout-test-results/media/media-source/media-source-webm-append-buffer-after-abort-expected.txt +++ /Volumes/Data/slave/bigsur-release-tests-wk1/build/layout-test-results/media/media-source/media-source-webm-append-buffer-after-abort-actual.txt @@ -4,12 +4,11 @@ EVENT(sourceopen) RUN(source.duration = loader.duration()) RUN(sourceBuffer = source.addSourceBuffer(loader.type())) +NotSupportedError: The operation is not supported. RUN(sourceBuffer.abort()) +TypeError: undefined is not an object (evaluating 'sourceBuffer.abort') RUN(sourceBuffer.appendBuffer(loader.initSegment())) -EVENT(update) -Append a media segment. -RUN(sourceBuffer.appendBuffer(loader.mediaSegment(0))) -EVENT(update) -EVENT(canplaythrough) +TypeError: undefined is not an object (evaluating 'sourceBuffer.appendBuffer') +Caught exception: "TypeError: undefined is not an object (evaluating 'element.addEventListener')" FAIL END OF TEST
Attachments
Patch (2.46 KB, patch)
2021-02-05 11:34 PST, Amir Mark Jr
no flags
Update TestExpectations (1.84 KB, patch)
2021-02-05 13:08 PST, Amir Mark Jr
no flags
Radar WebKit Bug Importer
Comment 1 2021-02-03 17:33:58 PST
Ryan Haddad
Comment 2 2021-02-03 21:14:36 PST
This test was added with https://trac.webkit.org/changeset/272039/webkit and has been failing on Big Sur WK1 since introduction. Perhaps we need to just disable it there?
Peng Liu
Comment 3 2021-02-03 21:30:24 PST
(In reply to Ryan Haddad from comment #2) > This test was added with https://trac.webkit.org/changeset/272039/webkit and > has been failing on Big Sur WK1 since introduction. > > Perhaps we need to just disable it there? Agree!
Amir Mark Jr
Comment 4 2021-02-05 11:34:56 PST
Ryan Haddad
Comment 5 2021-02-05 12:45:38 PST
Comment on attachment 419439 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=419439&action=review > LayoutTests/ChangeLog:27 > + Looks like you ended up with extra ChangeLog entries. > LayoutTests/platform/mac-wk1/TestExpectations:1240 > +webkit.org/b/221369 [ BigSur ] media/media-source/media-source-webm-append-buffer-after-abort.html [ Skip ] Lets make this [ BigSur+ ] since presumably it would apply to future releases as well.
Amir Mark Jr
Comment 6 2021-02-05 13:08:47 PST
Created attachment 419450 [details] Update TestExpectations
Ryan Haddad
Comment 7 2021-02-05 13:16:40 PST
Comment on attachment 419450 [details] Update TestExpectations Clearing flags on attachment: 419450 Committed r272437: <https://trac.webkit.org/changeset/272437>
Jean-Yves Avenard [:jya]
Comment 8 2024-11-25 19:24:27 PST
fully fixed by bug 282163
Note You need to log in before you can comment on or make changes to this bug.