v8/test/intl
Frank Tang e76e44f088 [Intl] Add "position" to the return of next()
Add position to the return of %SegmentIterator%.next()
which newly added to the spec in
https://github.com/tc39/proposal-intl-segmenter/pull/42

Bug: v8:8305
Cq-Include-Trybots: luci.v8.try:v8_linux_noi18n_rel_ng
Change-Id: I8de7102acb670a6c529ab3e35601c78a8dc7703c
Reviewed-on: https://chromium-review.googlesource.com/c/1278636
Reviewed-by: Sathya Gunasekaran <gsathya@chromium.org>
Reviewed-by: Daniel Ehrenberg <littledan@chromium.org>
Commit-Queue: Frank Tang <ftang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#56963}
2018-10-24 18:25:41 +00:00
..
break-iterator [Intl] Fix subclassing of V8BreakIterator 2018-09-06 07:10:10 +00:00
collator [Intl] Correctly pass usage option to Collator 2018-08-27 23:31:24 +00:00
date-format [Intl] move DateTimeFormat.prototype.resolvedOptions to c++ 2018-09-26 00:57:09 +00:00
general [Intl] Refactor LookupSupportedLocales 2018-10-08 20:36:48 +00:00
list-format [Intl] Clean up TODO(ftang) 2018-10-24 18:17:58 +00:00
locale [Intl] Use flags in Locale 2018-10-06 08:11:44 +00:00
number-format [intl] Bind NumberFormat.prototype.format to the proper receiver 2018-09-13 22:41:04 +00:00
overrides Revert "Make intl/overrides/caching.js more 'robust'" 2017-11-13 19:13:13 +00:00
plural-rules [intl] Port pluralrules#select to C++ 2018-09-13 02:32:45 +00:00
relative-time-format [Intl] Clean up TODO(ftang) 2018-10-24 18:17:58 +00:00
segmenter [Intl] Add "position" to the return of next() 2018-10-24 18:25:41 +00:00
string
assert.js [intl] Fix default Intl language tag handling 2018-04-21 13:16:20 +00:00
bad-target.js
BUILD.gn [build] Add data deps for d8 test suites 2018-03-26 13:44:58 +00:00
intl.status [Intl] Add Intl.Segmenter.prototype.segment 2018-10-18 08:08:37 +00:00
not-constructors.js
OWNERS Add COMPONENT tags to OWNERS files where appropriate 2017-05-22 10:15:28 +00:00
regexp-assert.js
regexp-prepare.js
regress-4870.js
regress-5179.js
regress-7982.js [Intl] Call uloc_forLanguageTag before morphing a language tag 2018-09-11 06:45:12 +00:00
regress-8030.js [Intl] fix Intl.ListFormat / RelativeTimeFormat subclassing bug 2018-08-23 01:45:33 +00:00
regress-8031.js [Intl] fix Intl.ListFormat / RelativeTimeFormat subclassing bug 2018-08-23 01:45:33 +00:00
regress-875643.js [Intl] Convert options arg to Object before processing it 2018-08-31 23:56:33 +00:00
regress-888299.js [Intl] Remove incorrect CHECK 2018-09-26 00:24:28 +00:00
regress-8725514.js [Intl] Use JSObject with null proto to prevent side effects 2018-08-10 18:37:41 +00:00
testcfg.py [test] Share resource-fetching logic with all d8 test cases 2018-08-29 17:51:43 +00:00
toStringTag.js
utils.js