Reviewers: Sven Panne,
Description:
Update ICU to 5.2 (matching chromium)
BUG=v8:3452
[email protected]
LOG=y
Please review this at https://codereview.chromium.org/411493002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+23, -5 lines):
M .DEPS.git
M DEPS
M Makefile
M test/intl/intl.status
M test/test262/test262.status
Index: .DEPS.git
diff --git a/.DEPS.git b/.DEPS.git
index
075e88d4cc1d28a132db14d83b946143db39df4e..ea29a42043faf62354b6e1d63a992c1bdfd2f9e8
100644
--- a/.DEPS.git
+++ b/.DEPS.git
@@ -16,7 +16,7 @@ deps = {
'v8/buildtools':
Var('git_url')
+ '/chromium/buildtools.git@fb782d4369d5ae04f17a2fceef7de5a63e50f07b',
'v8/third_party/icu':
- Var('git_url')
+ '/chromium/deps/icu46.git@7a1ec88f69e25b3efcf76196d07f7815255db025',
+ Var('git_url')
+ '/chromium/deps/icu52.git@26d8859357ac0bfb86b939bf21c087b8eae22494',
}
deps_os = {
Index: DEPS
diff --git a/DEPS b/DEPS
index
eb164c4c2dd487f29170205cb486346d70bf109a..b7064d480ab9608df594cd1f58cde5f36026d9a0
100644
--- a/DEPS
+++ b/DEPS
@@ -14,7 +14,7 @@ deps = {
"http://gyp.googlecode.com/svn/trunk@1831",
"v8/third_party/icu":
- Var("chromium_trunk") + "/deps/third_party/icu46@258359",
+ Var("chromium_trunk") + "/deps/third_party/icu52@277999",
"v8/buildtools":
"https://chromium.googlesource.com/chromium/buildtools.git@" +
Index: Makefile
diff --git a/Makefile b/Makefile
index
1ec36999ac7817415f3c23c53d50fba8d3141960..0d2824f30fed950f85d6c96546be034d6917e17e
100644
--- a/Makefile
+++ b/Makefile
@@ -473,9 +473,15 @@ gtags.clean:
builddeps:
svn checkout --force http://gyp.googlecode.com/svn/trunk build/gyp \
--revision 1831
- svn checkout --force \
- https://src.chromium.org/chrome/trunk/deps/third_party/icu46 \
- third_party/icu --revision 258359
+ if svn info third_party/icu |& grep -q icu42 ; then \
+ svn switch --force \
+ https://src.chromium.org/chrome/trunk/deps/third_party/icu52 \
+ third_party/icu --revision 277999 ; \
+ else \
+ svn checkout --force \
+ https://src.chromium.org/chrome/trunk/deps/third_party/icu52 \
+ third_party/icu --revision 277999 ; \
+ fi
dependencies: builddeps
# The spec is a copy of the hooks in v8's DEPS file.
Index: test/intl/intl.status
diff --git a/test/intl/intl.status b/test/intl/intl.status
index
4ecbf325ada948674dd731a0fb0d87ea8824fb74..007943a323c8cc7c763a590e1b454e8eb8e531b0
100644
--- a/test/intl/intl.status
+++ b/test/intl/intl.status
@@ -38,5 +38,11 @@
# BUG(2899): default locale for search fails on mac and on android.
'collator/default-locale': [['system == macos or arch == android_arm or
arch == android_ia32', FAIL]],
+
+ # BUG(v8:3454).
+ 'date-format/parse-MMMdy': [FAIL],
+ 'date-format/parse-mdyhms': [FAIL],
+ 'number-format/parse-decimal': [FAIL],
+ 'number-format/parse-percent': [FAIL],
}], # ALWAYS
]
Index: test/test262/test262.status
diff --git a/test/test262/test262.status b/test/test262/test262.status
index
448a81efd14059a60e5d3ad1dc0d5273a7dd66c8..d6f9a50121d1723645be0b72c68cec711117be3d
100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -31,6 +31,12 @@
'15.5.4.9_CE': [['no_i18n', SKIP]],
+ # BUG(v8:3455)
+ '9.2.5_11_g_ii_2': [FAIL],
+ '11.2.3_b': [FAIL],
+ '11.3.2_TRP': [FAIL],
+ '12.2.3_b': [FAIL],
+
######################## NEEDS INVESTIGATION ###########################
# These test failures are specific to the intl402 suite and need
investigation
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.