Skip to content

Commit 4efefe0

Browse files
targosrichardlau
authored andcommitted
deps: V8: backport ae7bfb3f03b3
Original commit message: Change test expectation per tz2020b https://mm.icann.org/pipermail/tz-announce/2020-October/000059.html Revised predictions for Morocco's changes starting in 2023. Canada's Yukon changes to -07 on 2020-11-01, not 2020-03-08. Macquarie Island has stayed in sync with Tasmania since 2011. Casey, Antarctica is at +08 in winter and +11 in summer. zic no longer supports -y, nor the TYPE field of Rules. Bug: chromium:1137864, chromium:1138117 Change-Id: I6076a993fcd755074ddcfa5321b78aa5f043337b Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2476681 Commit-Queue: Frank Tang <[email protected]> Reviewed-by: Michael Achenbach <[email protected]> Cr-Commit-Position: refs/heads/master@{#70553} Refs: v8/v8@ae7bfb3 PR-URL: #39051 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 5039f21 commit 4efefe0

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

common.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
# Reset this number to 0 on major V8 upgrades.
3838
# Increment by one for each non-official patch applied to deps/v8.
39-
'v8_embedder_string': '-node.75',
39+
'v8_embedder_string': '-node.76',
4040

4141
##### V8 defaults for Node.js #####
4242

deps/v8/test/intl/regress-1074578.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ const df2 = new Intl.DateTimeFormat(
3030
const d3 = new Date("2020-03-09T00:00Z");
3131
const d4 = new Date("2021-03-09T00:00Z");
3232

33-
// Before tz202a change will get "March 8, 2020 at 5:00:00 PM PDT"
34-
assertEquals("March 8, 2020 at 5:00:00 PM MST", df2.format(d3));
33+
// Before tz2020a change will get "March 8, 2020 at 5:00:00 PM PDT"
34+
// In tz2020a it should be "March 8, 2020 at 5:00:00 PM MST"
35+
// but tz2020b roll this back.
36+
assertEquals("March 8, 2020 at 5:00:00 PM PDT", df2.format(d3));
3537

36-
// Before tz202a change will get "March 8, 2021 at 4:00:00 PM PST"
38+
// Before tz2020a change will get "March 8, 2021 at 4:00:00 PM PST"
3739
assertEquals("March 8, 2021 at 5:00:00 PM MST", df2.format(d4));
3840

3941
// C. Test America/Nuuk renamed from America/Godthab.

0 commit comments

Comments
 (0)