From 64cf2f67b737e08ab828da6cd5367ecf1c5cb561 Mon Sep 17 00:00:00 2001 From: Tim Nguyen Date: Fri, 3 Oct 2025 15:57:07 -0700 Subject: [PATCH] Add bad range for Safari --- bad-ranges.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bad-ranges.js b/bad-ranges.js index 926f21c2e..7b9437adc 100644 --- a/bad-ranges.js +++ b/bad-ranges.js @@ -25,6 +25,8 @@ const STABLE_BAD_RANGES = [ // Safari got a lot of broken screenshots. // https://bugs.webkit.org/show_bug.cgi?id=262078 [moment('2023-09-20'), moment('2023-09-21')], + // macOS Tahoe upgrade caused a bunch of bogus reftest failures. + [moment('2025-09-20'), moment('2025-09-23')], ]; const EXPERIMENTAL_BAD_RANGES = [ @@ -50,6 +52,8 @@ const EXPERIMENTAL_BAD_RANGES = [ [moment('2023-09-20'), moment('2023-09-21')], [moment('2023-09-22'), moment('2023-09-23')], [moment('2024-01-29'), moment('2024-01-30')], + // macOS Tahoe upgrade caused a bunch of bogus reftest failures. + [moment('2025-09-20'), moment('2025-09-23')], ]; // Advances date to the end of a bad range if it's in a bad range, and otherwise