Bug 63195
Summary: | REGRESSION (r89460): media/media-controls-clone.html failing on Windows 7 Release (Tests) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
Component: | Tools / Tests | Assignee: | Kent Tamura <tkent> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | dimich, tkent |
Priority: | P2 | Keywords: | LayoutTestFailure, MakingBotsRed, Regression |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows 7 | ||
URL: | http://build.webkit.org/results/Windows 7 Release (Tests)/r89462 (14031)/results.html |
Adam Roben (:aroben)
media/media-controls-clone.html has been failing on Windows 7 Release (Tests) since r89462.
http://build.webkit.org/results/Windows%207%20Release%20(Tests)/r89457%20(14030)/results.html passed
http://build.webkit.org/results/Windows%207%20Release%20(Tests)/r89462%20(14031)/results.html failed
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dmitry Titov
Likely a result of http://trac.webkit.org/changeset/89460
It was a revert of a series of patches that were changing this file in non-trivial ways (copying it from another etc). Likely should be restored with the right snapshot.
Kent Tamura
Fixed by http://trac.webkit.org/changeset/89519
It is basically a new test. So it's ok to land the current result.
On r89407, Windows had no expectation for media-contros-clone.html.
I mistakenly added it and corrected it in r89410 and r89411. r89460 removed it.
Adam Roben (:aroben)
Is this line of test output really what we want?
CONSOLE MESSAGE: line 3: ReferenceError: Can't find variable: run
Thanks for checking in new results!
Kent Tamura
(In reply to comment #3)
> CONSOLE MESSAGE: line 3: ReferenceError: Can't find variable: run
Oh, the test has unnecessary calls against non-existing function. I'll remove it and update expectations.