<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>263050</bug_id>
          
          <creation_ts>2023-10-11 17:38:51 -0700</creation_ts>
          <short_desc>REGRESSION(iOS17): [ iOS17 wk2 ] fast/dom/collection-iterators.html is a constant failure.</short_desc>
          <delta_ts>2023-10-24 13:42:47 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>DOM</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=262489</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Ben Schwartz">ben_schwartz</reporter>
          <assigned_to name="Chris Dumez">cdumez</assigned_to>
          <cc>cdumez</cc>
    
    <cc>webkit-bot-watchers-bugzilla</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1984479</commentid>
    <comment_count>0</comment_count>
    <who name="Ben Schwartz">ben_schwartz</who>
    <bug_when>2023-10-11 17:38:51 -0700</bug_when>
    <thetext>fast/dom/collection-iterators.html

This test is constantly failing on iOS17 wk2.

HISTORY:

https://results.webkit.org/?suite=layout-tests&amp;test=accessibility%2Fios-simulator%2Finput-type-time.html

TEXT DIFF:

+CONSOLE MESSAGE: ReferenceError: Can&apos;t find variable: MediaSource
 Tests that interfaces with an indexed getter and an integer-type length attribute get an iterator.
 
 On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
@@ -138,51 +139,7 @@
 PASS &apos;forEach&apos; in obj is false
 PASS &apos;values&apos; in obj is false
 
-* StyleSheetList
-PASS obj.__proto__ is StyleSheetList.prototype
-PASS Symbol.iterator in obj is true
-PASS for..of did not throw an exception
-PASS &apos;entries&apos; in obj is false
-PASS &apos;keys&apos; in obj is false
-PASS &apos;forEach&apos; in obj is false
-PASS &apos;values&apos; in obj is false
-
-* TextTrackCueList
-PASS obj.__proto__ is TextTrackCueList.prototype
-PASS Symbol.iterator in obj is true
-PASS for..of did not throw an exception
-PASS &apos;entries&apos; in obj is false
-PASS &apos;keys&apos; in obj is false
-PASS &apos;forEach&apos; in obj is false
-PASS &apos;values&apos; in obj is false
-
-* TextTrackList
-PASS obj.__proto__ is TextTrackList.prototype
-PASS Symbol.iterator in obj is true
-PASS for..of did not throw an exception
-PASS &apos;entries&apos; in obj is false
-PASS &apos;keys&apos; in obj is false
-PASS &apos;forEach&apos; in obj is false
-PASS &apos;values&apos; in obj is false
-
-* VideoTrackList
-PASS obj.__proto__ is VideoTrackList.prototype
-PASS Symbol.iterator in obj is true
-PASS for..of did not throw an exception
-PASS &apos;entries&apos; in obj is false
-PASS &apos;keys&apos; in obj is false
-PASS &apos;forEach&apos; in obj is false
-PASS &apos;values&apos; in obj is false
-
-* VTTRegionList
-PASS Symbol.iterator in obj is true
-PASS for..of did not throw an exception
-PASS &apos;entries&apos; in obj is false
-PASS &apos;keys&apos; in obj is false
-PASS &apos;forEach&apos; in obj is false
-PASS &apos;values&apos; in obj is false
-
-PASS successfullyParsed is true
+FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined).
 
 TEST COMPLETE

DIFF URL:

https://build.webkit.org/results/Apple-iOS-17-Simulator-Debug-WK2-Tests/269213@main%20(113)/fast/dom/collection-iterators-pretty-diff.html

REPRODUCIBILITY:

I was able to reproduce this issue on the iPhone 12 simulator (17.0.1) ToT using the following command:

run-webkit-tests --clobber-old-results --verbose --ios-simulator fast/dom/collection-iterators.html

REGRESSION:

This test has been constantly failing since the bring-up of iOS 17 testers at 268517@main.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1984480</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2023-10-11 17:39:13 -0700</bug_when>
    <thetext>&lt;rdar://problem/116838330&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1984483</commentid>
    <comment_count>2</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2023-10-11 17:47:04 -0700</bug_when>
    <thetext>Test gardening commit 269231@main (f0e87effdad9): &lt;https://commits.webkit.org/269231@main&gt;

Reviewed commits have been landed. Closing PR #18969 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1984595</commentid>
    <comment_count>3</comment_count>
    <who name="Chris Dumez">cdumez</who>
    <bug_when>2023-10-12 08:03:09 -0700</bug_when>
    <thetext>According to this:
```
#if ENABLE(MEDIA_SOURCE)

bool defaultMediaSourceEnabled()
{
    return !PAL::deviceClassIsSmallScreen();
}

#endif
```

MediaSource is disabled on small screens (iPhones) so it is expected I believe.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1984597</commentid>
    <comment_count>4</comment_count>
    <who name="Chris Dumez">cdumez</who>
    <bug_when>2023-10-12 08:17:05 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/18997</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1984678</commentid>
    <comment_count>5</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2023-10-12 12:55:37 -0700</bug_when>
    <thetext>Committed 269268@main (6cd43ab65889): &lt;https://commits.webkit.org/269268@main&gt;

Reviewed commits have been landed. Closing PR #18997 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1987225</commentid>
    <comment_count>6</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2023-10-24 13:42:47 -0700</bug_when>
    <thetext>Committed 267815.422@safari-7617-branch (6fdf71cdf6db): &lt;https://commits.webkit.org/267815.422@safari-7617-branch&gt;

Reviewed commits have been landed. Closing PR #871 and removing active labels.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>