Bug 118685 - REGRESSION(r152607): WebCore::MediaControlTextTrackContainerElement::updateDisplay() sometimes ASSERTs
Summary: REGRESSION(r152607): WebCore::MediaControlTextTrackContainerElement::updateDi...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Eric Carlson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-15 14:34 PDT by Vicki Pfau
Modified: 2024-04-22 07:18 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vicki Pfau 2013-07-15 14:34:24 PDT
As of r152607, WebCore::MediaControlTextTrackContainerElement::updateDisplay() will occasionally ASSERT on a debug build. This usually happens two or so times on the test bots per run. See for example: http://build.webkit.org/results/Apple%20MountainLion%20Debug%20WK1%20(Tests)/r152607%20(8869)/media/track/track-remove-quickly-crash-log.txt
Comment 1 Ahmad Saleem 2024-04-22 07:18:19 PDT
This test got removed in favor of WPT with this:

https://github.com/WebKit/WebKit/commit/0f2d99d8d5683aa6c67bba585448331755dd9a68

* LayoutTests/media/track/track-remove-quickly.html: Same name on WPT
* LayoutTests/media/track/track-remove-quickly-expected.txt:

WPT test is passing since last four years (last changed by Darin - expected file).

https://searchfox.org/wubkat/search?q=track-remove-quickly&path=&case=false&regexp=false

Marking this 'RESOLVED CONFIGURATION CHANGED'.

@Eric - reopen if you think we need to do anything here.