Bug 140592 - [SVG -> OTF Converter] Flip the switch on
Summary: [SVG -> OTF Converter] Flip the switch on
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Myles C. Maxfield
URL:
Keywords: InRadar
Depends on: 137095 140634
Blocks: 140681
  Show dependency treegraph
 
Reported: 2015-01-17 21:28 PST by Myles C. Maxfield
Modified: 2015-01-20 09:46 PST (History)
9 users (show)

See Also:


Attachments
Patch (356.10 KB, patch)
2015-01-17 21:32 PST, Myles C. Maxfield
no flags Details | Formatted Diff | Diff
Patch (356.42 KB, patch)
2015-01-18 18:45 PST, Myles C. Maxfield
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Myles C. Maxfield 2015-01-17 21:28:52 PST
[SVG -> OTF Converter] Flip the switch on
Comment 1 Myles C. Maxfield 2015-01-17 21:32:25 PST
Created attachment 244854 [details]
Patch
Comment 2 WebKit Commit Bot 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.
Comment 3 Myles C. Maxfield 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.
Comment 4 Myles C. Maxfield 2015-01-18 18:45:22 PST
Created attachment 244873 [details]
Patch
Comment 5 Antti Koivisto 2015-01-19 09:53:16 PST
Comment on attachment 244873 [details]
Patch

Lets do this. r=me
Comment 6 Radar WebKit Bug Importer 2015-01-19 09:58:02 PST
<rdar://problem/19518776>
Comment 7 WebKit Commit Bot 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>
Comment 8 WebKit Commit Bot 2015-01-19 10:37:22 PST
All reviewed patches have been landed.  Closing bug.
Comment 9 Alexey Proskuryakov 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.
Comment 10 WebKit Commit Bot 2015-01-19 12:11:01 PST
Re-opened since this is blocked by bug 140634
Comment 11 Myles C. Maxfield 2015-01-19 20:04:56 PST
Committed with additional Mountain Lion results in http://trac.webkit.org/changeset/178691
Comment 12 Csaba Osztrogonác 2015-01-20 01:33:49 PST
(In reply to comment #11)
> Committed with additional Mountain Lion results in
> http://trac.webkit.org/changeset/178691

It broke tests on Apple Windows bot too.
before: https://build.webkit.org/builders/Apple%20Win%207%20Release%20%28Tests%29/builds/49126
after: https://build.webkit.org/builders/Apple%20Win%207%20Release%20%28Tests%29/builds/49127
Comment 13 Myles C. Maxfield 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?
Comment 14 Csaba Osztrogonác 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.
Comment 15 Brent Fulgham 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).