Import intl test suite from v8-i18n project
authorjochen@chromium.org <jochen@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 10 Jul 2013 10:49:04 +0000 (10:49 +0000)
committerjochen@chromium.org <jochen@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 10 Jul 2013 10:49:04 +0000 (10:49 +0000)
commitc61c74d24fc72ec98464fd95ccd594df3882cf78
treecc8c09885e32d875e24b1588421d11119a730d15
parent7c8883f3cef61642faea6057250b6fdb37a647a4
Import intl test suite from v8-i18n project

BUG=v8:2745
R=jkummerow@chromium.org

Review URL: https://codereview.chromium.org/18687003

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15584 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
55 files changed:
test/intl/assert.js [new file with mode: 0644]
test/intl/break-iterator/default-locale.js [new file with mode: 0644]
test/intl/break-iterator/en-break.js [new file with mode: 0644]
test/intl/break-iterator/property-override.js [new file with mode: 0644]
test/intl/break-iterator/protected-icu-internals.js [new file with mode: 0644]
test/intl/break-iterator/resolved-options-is-method.js [new file with mode: 0644]
test/intl/break-iterator/wellformed-unsupported-locale.js [new file with mode: 0644]
test/intl/break-iterator/zh-break.js [new file with mode: 0644]
test/intl/collator/de-sort.js [new file with mode: 0644]
test/intl/collator/default-locale.js [new file with mode: 0644]
test/intl/collator/en-sort.js [new file with mode: 0644]
test/intl/collator/normalization.js [new file with mode: 0644]
test/intl/collator/property-override.js [new file with mode: 0644]
test/intl/collator/protected-icu-internals.js [new file with mode: 0644]
test/intl/collator/resolved-options-is-method.js [new file with mode: 0644]
test/intl/collator/sr-sort.js [new file with mode: 0644]
test/intl/collator/wellformed-unsupported-locale.js [new file with mode: 0644]
test/intl/date-format/default-locale.js [new file with mode: 0644]
test/intl/date-format/format-is-bound.js [new file with mode: 0644]
test/intl/date-format/format-test.js [new file with mode: 0644]
test/intl/date-format/parse-MMMdy.js [new file with mode: 0644]
test/intl/date-format/parse-invalid-input.js [new file with mode: 0644]
test/intl/date-format/parse-mdy.js [new file with mode: 0644]
test/intl/date-format/parse-mdyhms.js [new file with mode: 0644]
test/intl/date-format/property-override.js [new file with mode: 0644]
test/intl/date-format/protected-icu-internals.js [new file with mode: 0644]
test/intl/date-format/resolved-options-is-method.js [new file with mode: 0644]
test/intl/date-format/resolved-options.js [new file with mode: 0644]
test/intl/date-format/timezone.js [new file with mode: 0644]
test/intl/date-format/utils.js [new file with mode: 0644]
test/intl/date-format/wellformed-unsupported-locale.js [new file with mode: 0644]
test/intl/general/empty-handle.js [new file with mode: 0644]
test/intl/general/mapped-locale.js [new file with mode: 0644]
test/intl/general/supported-locales-of.js [new file with mode: 0644]
test/intl/general/v8Intl-exists.js [new file with mode: 0644]
test/intl/intl.status [new file with mode: 0644]
test/intl/number-format/check-digit-ranges.js [new file with mode: 0644]
test/intl/number-format/default-locale.js [new file with mode: 0644]
test/intl/number-format/format-is-bound.js [new file with mode: 0644]
test/intl/number-format/parse-currency.js [new file with mode: 0644]
test/intl/number-format/parse-decimal.js [new file with mode: 0644]
test/intl/number-format/parse-invalid-input.js [new file with mode: 0644]
test/intl/number-format/parse-percent.js [new file with mode: 0644]
test/intl/number-format/property-override.js [new file with mode: 0644]
test/intl/number-format/protected-icu-internals.js [new file with mode: 0644]
test/intl/number-format/resolved-options-is-method.js [new file with mode: 0644]
test/intl/number-format/wellformed-unsupported-locale.js [new file with mode: 0644]
test/intl/overrides/caching.js [new file with mode: 0644]
test/intl/overrides/date.js [new file with mode: 0644]
test/intl/overrides/number.js [new file with mode: 0644]
test/intl/overrides/security.js [new file with mode: 0644]
test/intl/overrides/string.js [new file with mode: 0644]
test/intl/overrides/webkit-tests.js [new file with mode: 0644]
test/intl/testcfg.py [new file with mode: 0644]
test/intl/utils.js [new file with mode: 0644]