Bug 221369 - [BigSur WK1] media/media-source/media-source-webm-append-buffer-after-abort.html is consistently failing
Summary: [BigSur WK1] media/media-source/media-source-webm-append-buffer-after-abort.h...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Peng Liu
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-02-03 17:32 PST by Amir Mark Jr
Modified: 2021-02-10 13:28 PST (History)
4 users (show)

See Also:


Attachments
Patch (2.46 KB, patch)
2021-02-05 11:34 PST, Amir Mark Jr
no flags Details | Formatted Diff | Diff
Update TestExpectations (1.84 KB, patch)
2021-02-05 13:08 PST, Amir Mark Jr
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Amir Mark Jr 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
Comment 1 Radar WebKit Bug Importer 2021-02-03 17:33:58 PST
<rdar://problem/73957676>
Comment 2 Ryan Haddad 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?
Comment 3 Peng Liu 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!
Comment 4 Amir Mark Jr 2021-02-05 11:34:56 PST
Created attachment 419439 [details]
Patch
Comment 5 Ryan Haddad 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.
Comment 6 Amir Mark Jr 2021-02-05 13:08:47 PST
Created attachment 419450 [details]
Update TestExpectations
Comment 7 Ryan Haddad 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>