Bug 97746 - [Chromium-Android] Push more fonts for layout tests to match chromium-linux
Summary: [Chromium-Android] Push more fonts for layout tests to match chromium-linux
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: Xianzhu Wang
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-26 17:52 PDT by Xianzhu Wang
Modified: 2012-09-27 11:47 PDT (History)
5 users (show)

See Also:


Attachments
Patch (360.40 KB, patch)
2012-09-26 18:30 PDT, Xianzhu Wang
no flags Details | Formatted Diff | Diff
Patch (360.73 KB, patch)
2012-09-27 09:18 PDT, Xianzhu Wang
no flags Details | Formatted Diff | Diff
Patch for landing. (361.31 KB, patch)
2012-09-27 09:59 PDT, Xianzhu Wang
no flags Details | Formatted Diff | Diff
Rebased (25.45 KB, patch)
2012-09-27 11:19 PDT, Xianzhu Wang
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Xianzhu Wang 2012-09-26 17:52:43 PDT
Currently we don't push all fonts listed in TestShellX11.cpp because we had been unable to override the fallback fonts of Android before until we had fallback_fonts.xml on Android. And also at that time some font files were too big for devices. Now Android has fallback font configuration mechanism, so we can push more fonts to better match chromium-linux expectations.
Comment 1 Xianzhu Wang 2012-09-26 18:30:57 PDT
Created attachment 165911 [details]
Patch
Comment 2 Dirk Pranke 2012-09-26 19:11:17 PDT
Comment on attachment 165911 [details]
Patch

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

looks reasonable.

> Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py:207
> +        result = self._check_file_exists(self._path_to_md5sum(), 'md5sum unitily') and result

Nit: typo 'unitily'.
Comment 3 Xianzhu Wang 2012-09-27 09:18:40 PDT
Created attachment 166016 [details]
Patch
Comment 4 Xianzhu Wang 2012-09-27 09:19:08 PDT
(In reply to comment #2)
> (From update of attachment 165911 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=165911&action=review
> 
> looks reasonable.
> 
> > Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py:207
> > +        result = self._check_file_exists(self._path_to_md5sum(), 'md5sum unitily') and result
> 
> Nit: typo 'unitily'.

Done.
Comment 5 WebKit Review Bot 2012-09-27 09:42:18 PDT
Comment on attachment 166016 [details]
Patch

Rejecting attachment 166016 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2

Last 500 characters of output:
59019.

________ running '/usr/bin/python tools/clang/scripts/update.py --mac-only' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium'

________ running '/usr/bin/python gyp_webkit' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium'
Updating webkit projects from gyp files...
LayoutTests/platform/chromium-android/TestExpectations:1:  No port uses path LayoutTests/platform/chromium-android/TestExpectations for test_expectations  [test/expectations] [5]
Total errors found: 1 in 1 files

Full output: http://queues.webkit.org/results/14032880
Comment 6 Xianzhu Wang 2012-09-27 09:59:35 PDT
Created attachment 166025 [details]
Patch for landing.
Comment 7 WebKit Review Bot 2012-09-27 10:31:34 PDT
Comment on attachment 166025 [details]
Patch for landing.

Rejecting attachment 166025 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2

Last 500 characters of output:
flict in Source/WebCore/ChangeLog
Failed to merge in the changes.
Patch failed at 0001 Web Inspector: [REGRESSION] Breakpoints are not always shown in breakpoints sidebar pane.

When you have resolved this problem run "git rebase --continue".
If you would prefer to skip this patch, instead run "git rebase --skip".
To restore the original branch and stop rebasing run "git rebase --abort".

rebase refs/remotes/origin/master: command returned error: 1

Died at Tools/Scripts/update-webkit line 164.

Full output: http://queues.webkit.org/results/14027991
Comment 8 WebKit Review Bot 2012-09-27 11:09:39 PDT
Comment on attachment 166025 [details]
Patch for landing.

Rejecting attachment 166025 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2

Last 500 characters of output:
Kit/chromium/third_party/yasm/source/patched-yasm --revision 154708 --non-interactive --force --accept theirs-conflict --ignore-externals' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium'
51>At revision 154708.

________ running '/usr/bin/python tools/clang/scripts/update.py --mac-only' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium'

________ running '/usr/bin/python gyp_webkit' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium'
Updating webkit projects from gyp files...

Full output: http://queues.webkit.org/results/14037869
Comment 9 Xianzhu Wang 2012-09-27 11:19:13 PDT
Created attachment 166034 [details]
Rebased
Comment 10 WebKit Review Bot 2012-09-27 11:47:28 PDT
Comment on attachment 166034 [details]
Rebased

Clearing flags on attachment: 166034

Committed r129783: <http://trac.webkit.org/changeset/129783>
Comment 11 WebKit Review Bot 2012-09-27 11:47:32 PDT
All reviewed patches have been landed.  Closing bug.