Bug 142861 - [Mac] svg/text/non-bmp-positioning-lists.svg fails when MS Office is installed
Summary: [Mac] svg/text/non-bmp-positioning-lists.svg fails when MS Office is installed
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-18 23:26 PDT by Alexey Proskuryakov
Modified: 2015-03-20 09:53 PDT (History)
6 users (show)

See Also:


Attachments
proposed fix (20.15 KB, patch)
2015-03-18 23:36 PDT, Alexey Proskuryakov
buildbot: commit-queue-
Details | Formatted Diff | Diff
Archive of layout-test-results from ews100 for mac-mavericks (543.18 KB, application/zip)
2015-03-19 00:22 PDT, Build Bot
no flags Details
Archive of layout-test-results from ews104 for mac-mavericks-wk2 (624.73 KB, application/zip)
2015-03-19 00:34 PDT, Build Bot
no flags Details
proposed fix (20.23 KB, patch)
2015-03-19 23:03 PDT, Alexey Proskuryakov
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2015-03-18 23:26:16 PDT
We get a fallback from Arial to Cambria Math instead of STIXGeneral.
Comment 1 Alexey Proskuryakov 2015-03-18 23:36:06 PDT
Created attachment 249019 [details]
proposed fix
Comment 2 Build Bot 2015-03-19 00:22:35 PDT
Comment on attachment 249019 [details]
proposed fix

Attachment 249019 [details] did not pass mac-ews (mac):
Output: http://webkit-queues.appspot.com/results/5346070540320768

Number of test failures exceeded the failure limit.
Comment 3 Build Bot 2015-03-19 00:22:39 PDT
Created attachment 249022 [details]
Archive of layout-test-results from ews100 for mac-mavericks

The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: ews100  Port: mac-mavericks  Platform: Mac OS X 10.9.5
Comment 4 Build Bot 2015-03-19 00:34:07 PDT
Comment on attachment 249019 [details]
proposed fix

Attachment 249019 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.appspot.com/results/5265602180546560

Number of test failures exceeded the failure limit.
Comment 5 Build Bot 2015-03-19 00:34:11 PDT
Created attachment 249023 [details]
Archive of layout-test-results from ews104 for mac-mavericks-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews104  Port: mac-mavericks-wk2  Platform: Mac OS X 10.9.5
Comment 6 Alexey Proskuryakov 2015-03-19 11:00:41 PDT
So there are many timeouts on the tests. I cannot reproduce this locally - even on Mavericks - as font registration takes 1-2 seconds at most.
Comment 7 Alexey Proskuryakov 2015-03-19 23:03:55 PDT
Created attachment 249088 [details]
proposed fix

Only fixing this test.
Comment 8 Myles C. Maxfield 2015-03-20 07:33:17 PDT
Comment on attachment 249088 [details]
proposed fix

View in context: https://bugs.webkit.org/attachment.cgi?id=249088&action=review

I don't see any source changes?

> LayoutTests/platform/gtk/svg/text/non-bmp-positioning-lists-expected.png:-1
> -PNG

:|
Comment 9 Alexey Proskuryakov 2015-03-20 09:53:52 PDT
Committed <http://trac.webkit.org/r181802>.

> I don't see any source changes?

There aren't any, the fix was to make it a reftest, so it's no longer important which font is used. We don't have a general fix for the issue at the time, but we don't have any other affected tests.

rdar://problem/20178234 and rdar://problem/19553550 track making a general fix possible.