Bug 51759
Summary: | [Chromium] svg/dom/length-list-parser.html fails on Chromium Linux after r74788 and r74803 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Mihai Parparita <mihaip> |
Component: | Tools / Tests | Assignee: | Mihai Parparita <mihaip> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | jschuh, krit |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Mihai Parparita
See http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&master=ChromiumWebkit&tests=svg%2Fdom%2Flength-list-parser.html
The diff appears to be a formatting difference:
-Parsed as 1 length(s) [ 8.62569e+06 ]:...
+Parsed as 1 length(s) [ 8.62569e+006 ]:...
I can rebaseline, but since I wasn't sure what r74788 was trying to fix (can't see bug 51692), it seems like Justin to weigh in first.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mihai Parparita
Oh, I see that you just checked in r74803. Will close this bug if the test starts to pass.
Mihai Parparita
(In reply to comment #1)
> Oh, I see that you just checked in r74803. Will close this bug if the test starts to pass.
It looks like Linux now fails, since it picks up the chromium-win expectations that you added in r74803 (but it should use the base one). You'll need to add chromium-linux baselines too.
Mihai Parparita
Actually, I'll take care of this.
Mihai Parparita
Fixed with http://trac.webkit.org/changeset/74805
Justin Schuh
Thanks Mihai. I owe you one.