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
This commit is contained in:
ulan@chromium.org 2013-09-24 11:49:33 +00:00
parent b077828732
commit 9de5748460
2 changed files with 3 additions and 2 deletions

View File

@ -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)

View File

@ -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