<?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>258183</bug_id>
          
          <creation_ts>2023-06-15 20:14:31 -0700</creation_ts>
          <short_desc>ASSERTION FAILED: firstChild():[ macOS ] media/track/track-cues-missed.html is a flaky test.</short_desc>
          <delta_ts>2023-07-26 14:46:59 -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>New Bugs</component>
          <version>Other</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=258096</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="Bri Harris">bharris9</reporter>
          <assigned_to name="Eric Carlson">eric.carlson</assigned_to>
          <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>1961998</commentid>
    <comment_count>0</comment_count>
    <who name="Bri Harris">bharris9</who>
    <bug_when>2023-06-15 20:14:31 -0700</bug_when>
    <thetext>media/track/track-cues-missed.html


is a flaky crash on macOS Debug queues and a flaky text failure on Monterey release.


HISTORY:
https://results.webkit.org/?suite=layout-tests&amp;test=media%2Ftrack%2Ftrack-cues-missed.html


DIFF TEXT:
@@ -4,46 +4,6 @@
 EVENT(canplaythrough)
 EXPECTED (testTrack.track.cues.length == &apos;7&apos;) OK
 RUN(video.play())
-
-EVENT(enter)
-EXPECTED (testTrack.track.cues.getCueById(cueCount).text == &apos;I said Bear is coming now!!!!&apos;) OK
-EXPECTED (currentCue.id == &apos;3&apos;) OK
-
-EVENT(exit)
-EXPECTED (testTrack.track.cues.getCueById(cueCount).text == &apos;I said Bear is coming now!!!!&apos;) OK
-EXPECTED (currentCue.id == &apos;3&apos;) OK
-
-EVENT(enter)
-EXPECTED (testTrack.track.cues.getCueById(cueCount).text == &apos;This is the second missed cue in the test.&apos;) OK
-EXPECTED (currentCue.id == &apos;4&apos;) OK
-
-EVENT(exit)
-EXPECTED (testTrack.track.cues.getCueById(cueCount).text == &apos;This is the second missed cue in the test.&apos;) OK
-EXPECTED (currentCue.id == &apos;4&apos;) OK
-
-EVENT(enter)
-EXPECTED (testTrack.track.cues.getCueById(cueCount).text == &apos;Third missed cue - zero-length cue.&apos;) OK
-EXPECTED (currentCue.id == &apos;5&apos;) OK
-
-EVENT(exit)
-EXPECTED (testTrack.track.cues.getCueById(cueCount).text == &apos;Third missed cue - zero-length cue.&apos;) OK
-EXPECTED (currentCue.id == &apos;5&apos;) OK
-
-EVENT(enter)
-EXPECTED (testTrack.track.cues.getCueById(cueCount).text == &apos;Fourth missed cue.&apos;) OK
-EXPECTED (currentCue.id == &apos;6&apos;) OK
-
-EVENT(exit)
-EXPECTED (testTrack.track.cues.getCueById(cueCount).text == &apos;Fourth missed cue.&apos;) OK
-EXPECTED (currentCue.id == &apos;6&apos;) OK
-
-EVENT(enter)
-EXPECTED (testTrack.track.cues.getCueById(cueCount).text == &apos;Negative length cue. Should be treated correctly.&apos;) OK
-EXPECTED (currentCue.id == &apos;7&apos;) OK
-
-EVENT(exit)
-EXPECTED (testTrack.track.cues.getCueById(cueCount).text == &apos;Negative length cue. Should be treated correctly.&apos;) OK
-EXPECTED (currentCue.id == &apos;7&apos;) OK
 EVENT(ended)
 END OF TEST</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1961999</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2023-06-15 20:14:49 -0700</bug_when>
    <thetext>&lt;rdar://problem/110876540&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1962000</commentid>
    <comment_count>2</comment_count>
    <who name="Bri Harris">bharris9</who>
    <bug_when>2023-06-15 20:15:08 -0700</bug_when>
    <thetext>STDERR TEXT:

ASSERTION FAILED: firstChild()
rendering/RenderVTTCue.cpp(79) : bool WebCore::RenderVTTCue::initializeLayoutParameters(WebCore::LayoutUnit &amp;, WebCore::LayoutUnit &amp;)
1   0x16bb34308 WTFCrash
2   0x10a9a0490 WTF::Ref&lt;WebCore::AudioWorkletThread, WTF::RawPtrTraits&lt;WebCore::AudioWorkletThread&gt; &gt;::operator-&gt;() const
3   0x10d7f4984 WebCore::RenderVTTCue::initializeLayoutParameters(WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;)
4   0x10d7f453c WebCore::RenderVTTCue::repositionCueSnapToLinesSet()
5   0x10d7f44c4 WebCore::RenderVTTCue::layout()
6   0x10c50ed1c WebCore::RenderElement::layoutIfNeeded()
7   0x10d539150 WebCore::RenderBlock::layoutPositionedObject(WebCore::RenderBox&amp;, bool, bool)
8   0x10d537ce8 WebCore::RenderBlock::layoutPositionedObjects(bool, bool)
9   0x10d53787c WebCore::RenderBlock::simplifiedLayout()
10  0x10d551bd0 WebCore::RenderBlockFlow::layoutBlock(bool, WebCore::LayoutUnit)
11  0x10d535f60 WebCore::RenderBlock::layout()
12  0x10c50ed1c WebCore::RenderElement::layoutIfNeeded()
13  0x10d539150 WebCore::RenderBlock::layoutPositionedObject(WebCore::RenderBox&amp;, bool, bool)
14  0x10d537ce8 WebCore::RenderBlock::layoutPositionedObjects(bool, bool)
15  0x10d552298 WebCore::RenderBlockFlow::layoutBlock(bool, WebCore::LayoutUnit)
16  0x10d535f60 WebCore::RenderBlock::layout()
17  0x10d668bf0 WebCore::RenderImage::layoutShadowContent(WebCore::LayoutSize const&amp;)
18  0x10d6687dc WebCore::RenderImage::layout()
19  0x10d72e1fc WebCore::RenderMedia::layout()
20  0x10d7f6a78 WebCore::RenderVideo::layout()
21  0x10c50ed1c WebCore::RenderElement::layoutIfNeeded()
22  0x10d556b64 WebCore::RenderBlockFlow::layoutModernLines(bool, WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;)
23  0x10d5545ec WebCore::RenderBlockFlow::layoutInlineChildren(bool, WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;)
24  0x10d552bc0 WebCore::RenderBlockFlow::layoutInFlowChildren(bool, WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;)
25  0x10d551df0 WebCore::RenderBlockFlow::layoutBlock(bool, WebCore::LayoutUnit)
26  0x10d535f60 WebCore::RenderBlock::layout()
27  0x10d5556d4 WebCore::RenderBlockFlow::layoutBlockChild(WebCore::RenderBox&amp;, WebCore::RenderBlockFlow::MarginInfo&amp;, WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;)
28  0x10d554934 WebCore::RenderBlockFlow::layoutBlockChildren(bool, WebCore::LayoutUnit&amp;)
29  0x10d552bfc WebCore::RenderBlockFlow::layoutInFlowChildren(bool, WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;, WebCore::LayoutUnit&amp;)
30  0x10d551df0 WebCore::RenderBlockFlow::layoutBlock(bool, WebCore::LayoutUnit)
31  0x10d535f60 WebCore::RenderBlock::layout()
com.apple.WebKit.WebContent.Development terminated (pid 87878) for reason: crash
LEAK: 1 WebPageProxy</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1963102</commentid>
    <comment_count>3</comment_count>
    <who name="Eric Carlson">eric.carlson</who>
    <bug_when>2023-06-22 11:36:37 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/15205</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1963115</commentid>
    <comment_count>4</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2023-06-22 12:39:06 -0700</bug_when>
    <thetext>Committed 265420@main (b33adedfb117): &lt;https://commits.webkit.org/265420@main&gt;

Reviewed commits have been landed. Closing PR #15205 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1968320</commentid>
    <comment_count>5</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2023-07-26 14:46:59 -0700</bug_when>
    <thetext>Test gardening commit 266332@main (934e4c3d038b): &lt;https://commits.webkit.org/266332@main&gt;

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

    </bug>

</bugzilla>