Fix failing embedder tests on Mac ARM64

The existing checked-in Mac Arm test values came from ARM Mac bots
running macOS 12. It was never possible to replicate those values
locally. Since then, the infrastructure team deployed some newer ARM
Macs running macOS 13. The test output on those bots match the results
from a local ARM Macbook. Given this match, update the checked-in
results.

Bug: 42270888
Change-Id: I800021cb281f6868188f1b7804b4b693eaf7b489
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/122110
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Reviewed-by: Tom Sepez <tsepez@google.com>
Commit-Queue: Lei Zhang <thestig@chromium.org>
diff --git a/fpdfsdk/fpdf_annot_embeddertest.cpp b/fpdfsdk/fpdf_annot_embeddertest.cpp
index 9dbdb41..d7c53da 100644
--- a/fpdfsdk/fpdf_annot_embeddertest.cpp
+++ b/fpdfsdk/fpdf_annot_embeddertest.cpp
@@ -1500,7 +1500,7 @@
 #endif
     }
 #if BUILDFLAG(IS_APPLE) && defined(ARCH_CPU_ARM64)
-    return "0c3448974a4e8da2395da917935e5de1";
+    return "8eabf79dcdcfc6474c593bc60d996def";
 #elif BUILDFLAG(IS_APPLE) && !defined(ARCH_CPU_ARM64)
     return "5d449d36926c9f212c6cdb6c276d18cc";
 #else
@@ -1518,7 +1518,7 @@
 #endif
     }
 #if BUILDFLAG(IS_APPLE) && defined(ARCH_CPU_ARM64)
-    return "9cf1c024a9d2d356bcdd14cb71a32324";
+    return "704f3eb56f82377753a816a43de250ea";
 #elif BUILDFLAG(IS_APPLE) && !defined(ARCH_CPU_ARM64)
     return "8c992808db99dbe3d74006358a671f05";
 #else
diff --git a/fpdfsdk/fpdf_edit_embeddertest.cpp b/fpdfsdk/fpdf_edit_embeddertest.cpp
index fc111ae..e6cfae0 100644
--- a/fpdfsdk/fpdf_edit_embeddertest.cpp
+++ b/fpdfsdk/fpdf_edit_embeddertest.cpp
@@ -1473,7 +1473,7 @@
       }
 #if BUILDFLAG(IS_APPLE)
 #ifdef ARCH_CPU_ARM64
-      return "cdc8e22cf1e7e06999dc456288672a3b";
+      return "401858d37db450bfd3f9458ac490eb08";
 #else
       return "966579fb98206858ce2f0a1f94a74d05";
 #endif  // ARCH_CPU_ARM64
@@ -1530,7 +1530,7 @@
     }
 #if BUILDFLAG(IS_APPLE)
 #ifdef ARCH_CPU_ARM64
-    return "23c4aec321547f51591fe7363a9ea2d6";
+    return "6a1e31ffe451997946e449250b97d5b2";
 #else
     return "6e19a4dd674b522cd39cf41956559bd6";
 #endif  // ARCH_CPU_ARM64
@@ -1550,7 +1550,7 @@
     }
 #if BUILDFLAG(IS_APPLE)
 #ifdef ARCH_CPU_ARM64
-    return "6bb1ea0d0a512f29edabda33064a0725";
+    return "d250bee3658c74e5d74729a09cbd80cd";
 #else
     return "3cb35c681f8fb5a43a49146ac7caa818";
 #endif  // ARCH_CPU_ARM64
@@ -2010,7 +2010,7 @@
     }
 #if BUILDFLAG(IS_APPLE)
 #if ARCH_CPU_ARM64
-    return "08505db7b598f7397a2260ecb1f6d86d";
+    return "a47297bbcfa01e27891eeb52375b6f9e";
 #else
     return "3cdc75af44c15bed80998facd6e674c9";
 #endif  // ARCH_CPU_ARM64