From 7b157b0695327d7e743e270e7064486064ac88f8 Mon Sep 17 00:00:00 2001 From: Chrome Release Autoroll Date: Fri, 9 Jun 2023 17:25:52 +0000 Subject: [PATCH] Roll v8 11.5 from 7b650dab3643 to 6cdd546a3979 (2 revisions) https://chromium.googlesource.com/v8/v8.git/+log/7b650dab3643..6cdd546a3979 2023-06-09 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Version 11.5.150.5 2023-06-09 syg@chromium.org Merged: Check for encoding when appending in string builder If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/v8-11-5-chromium-m115 Please CC liviurau@google.com,v8-waterfall-sheriff@grotations.appspotmail.com,vahl@google.com on the revert to ensure that a human is aware of the problem. To file a bug in v8 11.5: https://bugs.chromium.org/p/v8/issues/entry To file a bug in Chromium m115: https://bugs.chromium.org/p/chromium/issues/entry To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Bug: None Tbr: v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I36989faf9ddce5483d9ab5815398e1365cba199f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4604991 Bot-Commit: Chrome Release Autoroll Commit-Queue: Chrome Release Autoroll Cr-Commit-Position: refs/branch-heads/5790@{#540} Cr-Branched-From: 1d71a337b1f6e707a13ae074dca1e2c34905eb9f-refs/heads/main@{#1148114} --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 3df2f9f132896..1c4166e4ba8cf 100644 --- a/DEPS +++ b/DEPS @@ -304,7 +304,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling V8 # and whatever else without interference from each other. - 'v8_revision': '7b650dab3643292bd27ad423d228b7cae9b7fc2e', + 'v8_revision': '6cdd546a3979404e85e8c57c705359f8c50db293', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling ANGLE # and whatever else without interference from each other.