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 / TestsAssignee: Mihai Parparita <mihaip>
Status: RESOLVED FIXED    
Severity: Normal CC: jschuh, krit
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Mihai Parparita 2010-12-30 12:13:14 PST
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.
Comment 1 Mihai Parparita 2010-12-30 12:14:21 PST
Oh, I see that you just checked in r74803. Will close this bug if the test starts to pass.
Comment 2 Mihai Parparita 2010-12-30 12:16:41 PST
(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.
Comment 3 Mihai Parparita 2010-12-30 12:27:37 PST
Actually, I'll take care of this.
Comment 4 Mihai Parparita 2010-12-30 12:31:17 PST
Fixed with http://trac.webkit.org/changeset/74805
Comment 5 Justin Schuh 2010-12-30 16:39:10 PST
Thanks Mihai. I owe you one.