Revision: 22523
Author: [email protected]
Date: Tue Jul 22 12:27:59 2014 UTC
Log: Update ICU to 5.2 (matching chromium)
BUG=v8:3452
[email protected]
LOG=y
Review URL: https://codereview.chromium.org/411493002
http://code.google.com/p/v8/source/detail?r=22523
Modified:
/branches/bleeding_edge/.DEPS.git
/branches/bleeding_edge/DEPS
/branches/bleeding_edge/Makefile
/branches/bleeding_edge/test/intl/intl.status
/branches/bleeding_edge/test/test262/test262.status
=======================================
--- /branches/bleeding_edge/.DEPS.git Thu Jun 26 10:49:27 2014 UTC
+++ /branches/bleeding_edge/.DEPS.git Tue Jul 22 12:27:59 2014 UTC
@@ -16,7 +16,7 @@
'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 = {
=======================================
--- /branches/bleeding_edge/DEPS Thu Jun 26 10:49:27 2014 UTC
+++ /branches/bleeding_edge/DEPS Tue Jul 22 12:27:59 2014 UTC
@@ -14,7 +14,7 @@
"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@" +
=======================================
--- /branches/bleeding_edge/Makefile Mon Jul 21 15:25:50 2014 UTC
+++ /branches/bleeding_edge/Makefile Tue Jul 22 12:27:59 2014 UTC
@@ -473,9 +473,15 @@
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 icu46 ; 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.
=======================================
--- /branches/bleeding_edge/test/intl/intl.status Wed Feb 12 09:19:30 2014
UTC
+++ /branches/bleeding_edge/test/intl/intl.status Tue Jul 22 12:27:59 2014
UTC
@@ -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
]
=======================================
--- /branches/bleeding_edge/test/test262/test262.status Wed Jul 9 11:08:26
2014 UTC
+++ /branches/bleeding_edge/test/test262/test262.status Tue Jul 22 12:27:59
2014 UTC
@@ -31,6 +31,10 @@
'15.5.4.9_CE': [['no_i18n', SKIP]],
+ # BUG(v8:3455)
+ '11.2.3_b': [FAIL],
+ '12.2.3_b': [FAIL],
+
######################## NEEDS INVESTIGATION ###########################
# These test failures are specific to the intl402 suite and need
investigation
@@ -38,7 +42,6 @@
# incompatibilities if the test cases turn out to be broken or ambiguous.
'6.2.3': [FAIL],
'9.2.1_2': [FAIL],
- '9.2.5_11_g_ii_2': [FAIL],
'9.2.6_2': [FAIL],
'10.1.1_a': [FAIL],
'10.1.1_19_c': [PASS, FAIL],
@@ -52,7 +55,6 @@
'11.1.2.1_4': [FAIL],
'11.3.2_FN_2': [PASS, FAIL],
'11.3.2_TRF': [PASS, FAIL],
- '11.3.2_TRP': [FAIL],
'11.3_a': [FAIL],
'12.1.1_a': [FAIL],
'12.1.2.1_4': [FAIL],
--
--
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.