Bug 207143 - [ Mojave wk2 ] media/media-fragments/TC0087.html is flaky failing.
Summary: [ Mojave wk2 ] media/media-fragments/TC0087.html is flaky failing.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-02-03 13:51 PST by Jason Lawrence
Modified: 2020-04-08 23:01 PDT (History)
3 users (show)

See Also:


Attachments
Update Test Expectations (1.40 KB, patch)
2020-02-03 13:55 PST, Jason Lawrence
no flags Details | Formatted Diff | Diff
Update Test Expectations (1.43 KB, patch)
2020-02-03 14:18 PST, Jason Lawrence
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Lawrence 2020-02-03 13:51:38 PST
media/media-fragments/TC0087.html

Description:
This test is flaky failing on Mojave wk2.

History:
https://results.webkit.org/?suite=layout-tests&test=media%2Fmedia-fragments%2FTC0087.html&platform=mac&limit=50000

Diff:
--- /Volumes/Data/slave/mojave-debug-tests-wk2/build/layout-test-results/media/media-fragments/TC0087-expected.txt
+++ /Volumes/Data/slave/mojave-debug-tests-wk2/build/layout-test-results/media/media-fragments/TC0087-actual.txt
@@ -4,7 +4,7 @@
 Fragment: 't=3,7&foo'
 Comment: Rubbish after & is ignored.
 EVENT(canplaythrough)
-EXPECTED (video.currentTime == '3') OK
+EXPECTED (video.currentTime == '3'), OBSERVED '0' FAIL
 RUN(video.play())
 EVENT(pause)
 EXPECTED (video.currentTime - fragmentEndTime <= '0.75') OK
Comment 1 Radar WebKit Bug Importer 2020-02-03 13:52:06 PST
<rdar://problem/59124145>
Comment 2 Jason Lawrence 2020-02-03 13:55:57 PST
Created attachment 389562 [details]
Update Test Expectations
Comment 3 Jason Lawrence 2020-02-03 14:18:44 PST
Created attachment 389566 [details]
Update Test Expectations
Comment 4 Truitt Savell 2020-02-03 14:19:35 PST
Comment on attachment 389566 [details]
Update Test Expectations

Clearing flags on attachment: 389566

Committed r255594: <https://trac.webkit.org/changeset/255594>
Comment 5 Ryan Haddad 2020-04-08 23:01:47 PDT
The test is consistently passing now. Removed expectation in r259782.