Bug 156884 - LayoutTest media/media-fragments/TC0079.html is flaky on mac
Summary: LayoutTest media/media-fragments/TC0079.html is flaky on mac
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-21 17:23 PDT by Ryan Haddad
Modified: 2023-10-14 08:28 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2016-04-21 17:23:35 PDT
Most recent failure:
<https://build.webkit.org/builders/Apple%20El%20Capitan%20Debug%20WK1%20(Tests)/builds/4602>

Flakiness dashboard:
<https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=media%2Fmedia-fragments%2FTC0079.html>

--- /Volumes/Data/slave/elcapitan-debug-tests-wk1/build/layout-test-results/media/media-fragments/TC0079-expected.txt
+++ /Volumes/Data/slave/elcapitan-debug-tests-wk1/build/layout-test-results/media/media-fragments/TC0079-actual.txt
@@ -7,6 +7,6 @@
 EXPECTED (video.currentTime == '3') OK
 RUN(video.play())
 EVENT(pause)
-EXPECTED (video.currentTime - fragmentEndTime <= '0.5') OK
+EXPECTED (video.currentTime - fragmentEndTime <= '0.5'), OBSERVED '0.55' FAIL
 END OF TEST
Comment 1 Ahmad Saleem 2023-10-14 08:28:38 PDT
It has platform specific expectation on mac-wk1 [Debug] and iOS:
https://searchfox.org/wubkat/source/LayoutTests/platform/mac-wk1/TestExpectations#1753

and


webkit.org/b/187557 media/media-fragments/TC0079.html [ Pass Failure ]

Both are tracked via separate bug.

Closing this as 'RESOLVED CONFIGURATION CHANGED', since tracked in separate anyway.