Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions bad-ranges.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -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
Expand Down