RESOLVED FIXED 97746
[Chromium-Android] Push more fonts for layout tests to match chromium-linux
https://bugs.webkit.org/show_bug.cgi?id=97746
Summary [Chromium-Android] Push more fonts for layout tests to match chromium-linux
Xianzhu Wang
Reported 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.
Attachments
Patch (360.40 KB, patch)
2012-09-26 18:30 PDT, Xianzhu Wang
no flags
Patch (360.73 KB, patch)
2012-09-27 09:18 PDT, Xianzhu Wang
no flags
Patch for landing. (361.31 KB, patch)
2012-09-27 09:59 PDT, Xianzhu Wang
no flags
Rebased (25.45 KB, patch)
2012-09-27 11:19 PDT, Xianzhu Wang
no flags
Xianzhu Wang
Comment 1 2012-09-26 18:30:57 PDT
Dirk Pranke
Comment 2 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'.
Xianzhu Wang
Comment 3 2012-09-27 09:18:40 PDT
Xianzhu Wang
Comment 4 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.
WebKit Review Bot
Comment 5 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
Xianzhu Wang
Comment 6 2012-09-27 09:59:35 PDT
Created attachment 166025 [details] Patch for landing.
WebKit Review Bot
Comment 7 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
WebKit Review Bot
Comment 8 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
Xianzhu Wang
Comment 9 2012-09-27 11:19:13 PDT
WebKit Review Bot
Comment 10 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>
WebKit Review Bot
Comment 11 2012-09-27 11:47:32 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.