Roll v8/ c25a4438c..cc4c908ee (289 commits)

https://chromium.googlesource.com/v8/v8.git/+log/c25a4438c6ac..cc4c908ee670

Version 10.2.56

This DEPS roll triggers a non-critical regression. Suppress the test
failure temporarily while the bug gets fixed.

Created with:
  roll-dep v8

Bug: v8:12806
Change-Id: I623c8b977ca08a2e6d374be3115039d58d9c15b5
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/93314
Reviewed-by: Nigi <nigi@chromium.org>
Commit-Queue: Nigi <nigi@chromium.org>
diff --git a/DEPS b/DEPS
index f4254cf..69b1af0 100644
--- a/DEPS
+++ b/DEPS
@@ -139,7 +139,7 @@
   # 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': 'c25a4438c6ac726f8d381a0b02dfe2468410e9ac',
+  'v8_revision': 'cc4c908ee670daeec24f961cb0dc179ff1c941f5',
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling zlib
   # and whatever else without interference from each other.
diff --git a/testing/SUPPRESSIONS b/testing/SUPPRESSIONS
index d476965..72f3c77 100644
--- a/testing/SUPPRESSIONS
+++ b/testing/SUPPRESSIONS
@@ -314,6 +314,9 @@
 bug_679643.in * * noxfa *
 bug_735912.in * * noxfa *
 
+# TODO(v8:12806) Fix regression and remove this suppression.
+globals.in * * * *
+
 # xfa_specific
 
 # TODO(pdfium:1106): Remove after associated bug is fixed