Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(568)

Issue 18687003: Import intl test suite from v8-i18n project (Closed)

Created:
7 years, 5 months ago by jochen (gone - plz use gerrit)
Modified:
7 years, 5 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev, Michael Achenbach
Visibility:
Public.

Description

Import intl test suite from v8-i18n project BUG=v8:2745 R=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=15584

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+1263 lines, -793 lines) Patch
A test/intl/assert.js View 1 chunk +185 lines, -0 lines 0 comments Download
A + test/intl/break-iterator/default-locale.js View 1 chunk +15 lines, -17 lines 0 comments Download
A + test/intl/break-iterator/en-break.js View 1 chunk +34 lines, -23 lines 0 comments Download
A + test/intl/break-iterator/property-override.js View 1 chunk +31 lines, -17 lines 0 comments Download
A + test/intl/break-iterator/protected-icu-internals.js View 1 chunk +17 lines, -18 lines 0 comments Download
A + test/intl/break-iterator/resolved-options-is-method.js View 1 chunk +10 lines, -10 lines 0 comments Download
A + test/intl/break-iterator/wellformed-unsupported-locale.js View 1 chunk +4 lines, -11 lines 0 comments Download
A + test/intl/break-iterator/zh-break.js View 1 chunk +29 lines, -21 lines 0 comments Download
A + test/intl/collator/de-sort.js View 1 chunk +14 lines, -10 lines 0 comments Download
A + test/intl/collator/default-locale.js View 1 chunk +18 lines, -16 lines 0 comments Download
A + test/intl/collator/en-sort.js View 1 chunk +9 lines, -10 lines 0 comments Download
A + test/intl/collator/normalization.js View 1 chunk +29 lines, -40 lines 0 comments Download
A + test/intl/collator/property-override.js View 1 chunk +32 lines, -17 lines 0 comments Download
A + test/intl/collator/protected-icu-internals.js View 1 chunk +17 lines, -18 lines 0 comments Download
A + test/intl/collator/resolved-options-is-method.js View 1 chunk +10 lines, -10 lines 0 comments Download
A + test/intl/collator/sr-sort.js View 1 chunk +15 lines, -19 lines 0 comments Download
A + test/intl/collator/wellformed-unsupported-locale.js View 1 chunk +4 lines, -7 lines 0 comments Download
A + test/intl/date-format/default-locale.js View 1 chunk +12 lines, -18 lines 0 comments Download
A + test/intl/date-format/format-is-bound.js View 1 chunk +9 lines, -10 lines 0 comments Download
A + test/intl/date-format/format-test.js View 1 chunk +15 lines, -19 lines 0 comments Download
A + test/intl/date-format/parse-MMMdy.js View 1 chunk +15 lines, -17 lines 0 comments Download
A + test/intl/date-format/parse-invalid-input.js View 1 chunk +7 lines, -11 lines 0 comments Download
A + test/intl/date-format/parse-mdy.js View 1 chunk +17 lines, -18 lines 0 comments Download
A + test/intl/date-format/parse-mdyhms.js View 1 chunk +17 lines, -16 lines 0 comments Download
A + test/intl/date-format/property-override.js View 1 chunk +36 lines, -33 lines 0 comments Download
A + test/intl/date-format/protected-icu-internals.js View 1 chunk +17 lines, -18 lines 0 comments Download
A test/intl/date-format/resolved-options.js View 1 chunk +108 lines, -0 lines 0 comments Download
A + test/intl/date-format/resolved-options-is-method.js View 1 chunk +10 lines, -10 lines 0 comments Download
A test/intl/date-format/timezone.js View 1 chunk +66 lines, -0 lines 0 comments Download
A + test/intl/date-format/utils.js View 1 chunk +8 lines, -8 lines 1 comment Download
A + test/intl/date-format/wellformed-unsupported-locale.js View 1 chunk +4 lines, -7 lines 0 comments Download
A + test/intl/general/empty-handle.js View 1 chunk +19 lines, -10 lines 0 comments Download
A + test/intl/general/mapped-locale.js View 1 chunk +17 lines, -15 lines 0 comments Download
A + test/intl/general/supported-locales-of.js View 1 chunk +12 lines, -19 lines 0 comments Download
A + test/intl/general/v8Intl-exists.js View 1 chunk +7 lines, -11 lines 0 comments Download
A + test/intl/intl.status View 1 chunk +14 lines, -5 lines 0 comments Download
A + test/intl/number-format/check-digit-ranges.js View 1 chunk +29 lines, -41 lines 0 comments Download
A + test/intl/number-format/default-locale.js View 1 chunk +12 lines, -18 lines 0 comments Download
A + test/intl/number-format/format-is-bound.js View 1 chunk +9 lines, -10 lines 0 comments Download
A + test/intl/number-format/parse-currency.js View 1 chunk +5 lines, -15 lines 0 comments Download
A + test/intl/number-format/parse-decimal.js View 1 chunk +10 lines, -10 lines 0 comments Download
A + test/intl/number-format/parse-invalid-input.js View 1 chunk +9 lines, -11 lines 0 comments Download
A + test/intl/number-format/parse-percent.js View 1 chunk +8 lines, -12 lines 0 comments Download
A test/intl/number-format/property-override.js View 1 chunk +79 lines, -0 lines 0 comments Download
A + test/intl/number-format/protected-icu-internals.js View 1 chunk +17 lines, -18 lines 0 comments Download
A + test/intl/number-format/resolved-options-is-method.js View 1 chunk +10 lines, -10 lines 0 comments Download
A + test/intl/number-format/wellformed-unsupported-locale.js View 1 chunk +4 lines, -7 lines 0 comments Download
A + test/intl/overrides/caching.js View 1 chunk +26 lines, -17 lines 0 comments Download
A test/intl/overrides/date.js View 1 chunk +66 lines, -0 lines 0 comments Download
A + test/intl/overrides/number.js View 1 chunk +19 lines, -16 lines 0 comments Download
A + test/intl/overrides/security.js View 1 chunk +18 lines, -18 lines 0 comments Download
A + test/intl/overrides/string.js View 1 chunk +32 lines, -30 lines 0 comments Download
A + test/intl/overrides/webkit-tests.js View 1 chunk +5 lines, -4 lines 0 comments Download
A + test/intl/testcfg.py View 4 chunks +11 lines, -36 lines 0 comments Download
A + test/intl/utils.js View 1 chunk +11 lines, -11 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jochen (gone - plz use gerrit)
7 years, 5 months ago (2013-07-10 06:54:55 UTC) #1
Jakob Kummerow
LGTM. +machenbach: FYI. I've reviewed testcfg.py and intl.status in detail; rubber-stamping the individual test cases. ...
7 years, 5 months ago (2013-07-10 09:31:51 UTC) #2
jochen (gone - plz use gerrit)
7 years, 5 months ago (2013-07-10 10:49:31 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r15584 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698