Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Issue 2182043002: Set correct default icu data file for big endian (Closed)

Created:
4 years, 4 months ago by miran.karic
Modified:
4 years, 4 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Set correct default icu data file for big endian Default icu data file for all architectures was set to icudtl.dat, for big endian this should be icudtb.dat. This will fix intl tests for big endian once v8 rolls to a newer version of icu that supports big endian. BUG= TEST=intl/* Committed: https://crrev.com/9a1832a829f2eba3fb9c55daec6021518eb8c558 Cr-Commit-Position: refs/heads/master@{#38102}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Adjust code for consistency #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -1 line) Patch
M src/icu_util.h View 1 chunk +1 line, -1 line 0 comments Download
M src/icu_util.cc View 1 2 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
miran.karic
PTAL
4 years, 4 months ago (2016-07-26 09:19:40 UTC) #2
ivica.bogosavljevic
Can please someone take a look ?
4 years, 4 months ago (2016-07-27 08:50:53 UTC) #4
Michael Achenbach
lgtm ~ comment https://codereview.chromium.org/2182043002/diff/1/src/icu_util.cc File src/icu_util.cc (right): https://codereview.chromium.org/2182043002/diff/1/src/icu_util.cc#newcode53 src/icu_util.cc:53: #if __BYTE_ORDER == __LITTLE_ENDIAN nit: Maybe ...
4 years, 4 months ago (2016-07-27 08:58:03 UTC) #5
miran.karic
https://codereview.chromium.org/2182043002/diff/1/src/icu_util.cc File src/icu_util.cc (right): https://codereview.chromium.org/2182043002/diff/1/src/icu_util.cc#newcode53 src/icu_util.cc:53: #if __BYTE_ORDER == __LITTLE_ENDIAN After including "src/base/build_config.h" this works, ...
4 years, 4 months ago (2016-07-27 13:32:16 UTC) #6
Michael Achenbach
lgtm
4 years, 4 months ago (2016-07-27 14:00:29 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2182043002/20001
4 years, 4 months ago (2016-07-27 14:14:42 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-07-27 14:37:13 UTC) #10
commit-bot: I haz the power
4 years, 4 months ago (2016-07-27 14:39:07 UTC) #12
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/9a1832a829f2eba3fb9c55daec6021518eb8c558
Cr-Commit-Position: refs/heads/master@{#38102}

Powered by Google App Engine
This is Rietveld 408576698