From 9de57484603726becd68b5a5630409aacb471702 Mon Sep 17 00:00:00 2001 From: "ulan@chromium.org" Date: Tue, 24 Sep 2013 11:49:33 +0000 Subject: [PATCH] Android: sync test/intl to device and disable default-locale.js test. R=jochen@chromium.org Review URL: https://chromiumcodereview.appspot.com/24031008 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16918 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- test/intl/intl.status | 4 ++-- tools/android-sync.sh | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/test/intl/intl.status b/test/intl/intl.status index ad23784..4967eb0 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) diff --git a/tools/android-sync.sh b/tools/android-sync.sh index 183b111..f172754 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 -- 2.7.4