v8/test/unittests/api
Frank Tang 08c469719c [intl] Migrate to ICU 72
DEPS change in chromium is in
https://chromium-review.googlesource.com/c/chromium/src/+/3995549
and should be landed first.

This CL fix all the broken test in v8.

ICU72 release note https://icu.unicode.org/download/72
CLDR42 release note https://cldr.unicode.org/index/downloads/cldr-42

Key changes
1. Fix the test expectation for the formatted date string
a. use U+202f (narrow nbsp) before "PM" and "AM".
b. use U+200A (thin space) around U+2013 in date duration format.
2. Mark the test262 breakage.

Bug: chromium:1371208
Change-Id: I4e2ecc6330845a2bf86711bc4ee6fe6407f140c1
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4004606
Commit-Queue: Frank Tang <ftang@chromium.org>
Reviewed-by: Shu-yu Guo <syg@chromium.org>
Cr-Commit-Position: refs/heads/main@{#84374}
2022-11-21 07:04:20 +00:00
..
access-check-unittest.cc [test] Replace v8_str with NewString in unittests/ 2022-08-09 17:22:58 +00:00
accessor-unittest.cc [unittests] Use v8_flags for accessing flag values 2022-09-15 17:51:59 +00:00
api-icu-unittest.cc [intl] Migrate to ICU 72 2022-11-21 07:04:20 +00:00
api-wasm-unittest.cc [cleanup] Remove Wasm exception-handling runtime flag 2022-11-04 22:50:50 +00:00
context-unittest.cc [api] Implement v8::Context::HasTemplateLiteralObject 2022-09-22 09:47:56 +00:00
deserialize-unittest.cc [heap] Refactor the stack object 2022-11-16 16:21:50 +00:00
exception-unittest.cc [unittests] Use v8_flags for accessing flag values 2022-09-15 17:51:59 +00:00
gc-callbacks-unittest.cc [unittests] Use v8_flags for accessing flag values 2022-09-15 17:51:59 +00:00
interceptor-unittest.cc [runtime] Fix handling of interceptors 2022-03-24 17:50:12 +00:00
isolate-unittest.cc [execution] Report first old space page as CrashKey 2022-11-02 08:26:30 +00:00
remote-object-unittest.cc [test] Remove some unused includes (2) 2022-07-19 08:55:55 +00:00
resource-constraints-unittest.cc Reland "[include] Split out v8.h" 2021-08-24 13:08:55 +00:00
v8-maybe-unittest.cc api: Allow v8::Maybe<MovableType>. 2022-04-30 21:47:24 +00:00
v8-object-unittest.cc [unittests] Use v8_flags for accessing flag values 2022-09-15 17:51:59 +00:00
v8-script-unittest.cc [test] Replace v8_str with NewString in unittests/ 2022-08-09 17:22:58 +00:00