Bug 147254
Summary: | REGRESSION (r186569): media/restore-from-page-cache.html is very flaky | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
Component: | Media | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | darin, ddkilzer, jonlee, kling, rniwa, ryanhaddad, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=147020 https://bugs.webkit.org/show_bug.cgi?id=146766 https://bugs.webkit.org/show_bug.cgi?id=124321 |
Alexey Proskuryakov
media/restore-from-page-cache.html has become very flaky on July 8th.
There was a fix for flakiness in <http://trac.webkit.org/changeset/186998>, but the test still fails a lot, in both debug and release:
http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=media%2Frestore-from-page-cache.html&showExpectations=true&revision=186712
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
> There was a fix for flakiness in <http://trac.webkit.org/changeset/186998>
Correction: r186998 and 186999 were TestExpectations updates for certain platforms, but the test seems flaky everywhere.
Alexey Proskuryakov
Updated the expectations to include all Mac builds in r187399, as this is not only Mavericks Debug.
Andreas, do you plan to look into this soon?
Andreas Kling
(In reply to comment #2)
> Updated the expectations to include all Mac builds in r187399, as this is
> not only Mavericks Debug.
>
> Andreas, do you plan to look into this soon?
Yes, soonish.
Alexey Proskuryakov
Andreas, please do.
Jon Lee
rdar://problem/23338041
Ryosuke Niwa
It looks like the test is always passing now. Maybe we just want to remove the test expectation.
Ryosuke Niwa
Committed r201100: <http://trac.webkit.org/changeset/201100>