[webkit-changes] [WebKit/WebKit] 6cd43a: REGRESSION(iOS17): [ iOS17 wk2 ] fast/dom/collecti...

Chris Dumez noreply at github.com
Thu Oct 12 12:55:45 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6cd43ab65889ec5dd3f309bdf3a12f9a1e791a5e
      https://github.com/WebKit/WebKit/commit/6cd43ab65889ec5dd3f309bdf3a12f9a1e791a5e
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2023-10-12 (Thu, 12 Oct 2023)

  Changed paths:
    M LayoutTests/fast/dom/collection-iterators.html
    M LayoutTests/platform/ios-wk2/TestExpectations
    M LayoutTests/platform/ios/fast/dom/collection-iterators-expected.txt

  Log Message:
  -----------
  REGRESSION(iOS17): [ iOS17 wk2 ] fast/dom/collection-iterators.html is a constant failure.
https://bugs.webkit.org/show_bug.cgi?id=263050
rdar://116838330

Reviewed by Jer Noble.

SourceBufferList is exposed on iOS 17 iPhone Simulator but not MediaSource, which
was causing the test to fail. Update the test to use ManagedMediaSource to get a
SourceBufferList instead of MediaSource, if MediaSource is unavailable.

* LayoutTests/fast/dom/collection-iterators.html:
* LayoutTests/platform/ios-wk2/TestExpectations:

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




More information about the webkit-changes mailing list