RESOLVED FIXED 140592
[SVG -> OTF Converter] Flip the switch on
https://bugs.webkit.org/show_bug.cgi?id=140592
Summary [SVG -> OTF Converter] Flip the switch on
Myles C. Maxfield
Reported 2015-01-17 21:28:52 PST
[SVG -> OTF Converter] Flip the switch on
Attachments
Patch (356.10 KB, patch)
2015-01-17 21:32 PST, Myles C. Maxfield
no flags
Patch (356.42 KB, patch)
2015-01-18 18:45 PST, Myles C. Maxfield
no flags
Myles C. Maxfield
Comment 1 2015-01-17 21:32:25 PST
WebKit Commit Bot
Comment 2 2015-01-17 21:35:25 PST
Attachment 244854 [details] did not pass style-queue: ERROR: Source/WebCore/ChangeLog:8: You should remove the 'No new tests' and either add and list tests, or explain why no new tests were possible. [changelog/nonewtests] [5] Total errors found: 1 in 62 files If any of these errors are false positives, please file a bug against check-webkit-style.
Myles C. Maxfield
Comment 3 2015-01-18 16:55:41 PST
Comment on attachment 244854 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=244854&action=review > Source/JavaScriptCore/ChangeLog:1 > +2015-01-17 Myles C. Maxfield <litherum@gmail.com> Wrong email.
Myles C. Maxfield
Comment 4 2015-01-18 18:45:22 PST
Antti Koivisto
Comment 5 2015-01-19 09:53:16 PST
Comment on attachment 244873 [details] Patch Lets do this. r=me
Radar WebKit Bug Importer
Comment 6 2015-01-19 09:58:02 PST
WebKit Commit Bot
Comment 7 2015-01-19 10:37:18 PST
Comment on attachment 244873 [details] Patch Clearing flags on attachment: 244873 Committed r178653: <http://trac.webkit.org/changeset/178653>
WebKit Commit Bot
Comment 8 2015-01-19 10:37:22 PST
All reviewed patches have been landed. Closing bug.
Alexey Proskuryakov
Comment 9 2015-01-19 12:08:26 PST
This broke a number of tests on Mountain Lion: <https://build.webkit.org/results/Apple%20MountainLion%20Release%20WK2%20(Tests)/r178654%20(23639)/results.html> As discussed in person, will roll out for now.
WebKit Commit Bot
Comment 10 2015-01-19 12:11:01 PST
Re-opened since this is blocked by bug 140634
Myles C. Maxfield
Comment 11 2015-01-19 20:04:56 PST
Committed with additional Mountain Lion results in http://trac.webkit.org/changeset/178691
Csaba Osztrogonác
Comment 12 2015-01-20 01:33:49 PST
Myles C. Maxfield
Comment 13 2015-01-20 08:28:23 PST
bfulgham: Do you know why this is? The patch only touches LayoutTests/platform/mac* and FeatureDefines.xcconfig files. Does windows use xcconfig files somehow?
Csaba Osztrogonác
Comment 14 2015-01-20 08:32:00 PST
(In reply to comment #13) > bfulgham: Do you know why this is? The patch only touches > LayoutTests/platform/mac* and FeatureDefines.xcconfig files. Does windows > use xcconfig files somehow? Ah, I think I got the problem: "Baseline search path: win -> mac-mountainlion -> mac -> generic" Windows use Mac results as fallback. It seems only the old results should be checked in to platform/win.
Brent Fulgham
Comment 15 2015-01-20 08:55:58 PST
(In reply to comment #14) > (In reply to comment #13) > > bfulgham: Do you know why this is? The patch only touches > > LayoutTests/platform/mac* and FeatureDefines.xcconfig files. Does windows > > use xcconfig files somehow? > > Ah, I think I got the problem: > "Baseline search path: win -> mac-mountainlion -> mac -> generic" > > Windows use Mac results as fallback. It seems only the > old results should be checked in to platform/win. Yes -- this is true. We try to reuse as much of the mac results as possible. Are these changes being made to mac-mountainlion, too? If so, I guess we need to land new baselines (i.e., copy the old mac results to win).
Note You need to log in before you can comment on or make changes to this bug.