Reviewers: jochen,
Message:
PTAL
Description:
Android: sync test/intl to device and disable default-locale.js test.
[email protected]
Please review this at https://chromiumcodereview.appspot.com/24031008/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+3, -2 lines):
M test/intl/intl.status
M tools/android-sync.sh
Index: test/intl/intl.status
diff --git a/test/intl/intl.status b/test/intl/intl.status
index
ad23784d8a3f42e85b2ece37044ef51c2b08904d..4967eb08e1f87f09af5b193734681408102fb6c4
100644
--- a/test/intl/intl.status
+++ b/test/intl/intl.status
@@ -35,5 +35,5 @@ general/v8Intl-exists: FAIL
# TODO(jochen): The following test is flaky.
overrides/caching: PASS || FAIL
-# BUG(2899): default locale for search fails on mac.
-collator/default-locale: FAIL if $system == macos
+# BUG(2899): default locale for search fails on mac and on android.
+collator/default-locale: FAIL if ($system == macos || $arch == android_arm
|| $arch == android_ia32)
Index: tools/android-sync.sh
diff --git a/tools/android-sync.sh b/tools/android-sync.sh
index
183b1116c7f3b4b48fb0820704245c581108f7c1..f1727544c6050f8be9d428ba9c5a8d6bbf06bc94
100755
--- a/tools/android-sync.sh
+++ b/tools/android-sync.sh
@@ -101,6 +101,7 @@ sync_file tools/logreader.js
sync_file tools/tickprocessor.js
echo ""
sync_dir tools/profviz
+sync_dir test/intl
sync_dir test/message
sync_dir test/mjsunit
sync_dir test/preparser
--
--
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/groups/opt_out.