File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ const STABLE_BAD_RANGES = [
2525 // Safari got a lot of broken screenshots.
2626 // https://bugs.webkit.org/show_bug.cgi?id=262078
2727 [ moment ( '2023-09-20' ) , moment ( '2023-09-21' ) ] ,
28+ // macOS Tahoe upgrade caused a bunch of bogus reftest failures.
29+ [ moment ( '2025-09-20' ) , moment ( '2025-09-23' ) ] ,
2830] ;
2931
3032const EXPERIMENTAL_BAD_RANGES = [
@@ -50,6 +52,8 @@ const EXPERIMENTAL_BAD_RANGES = [
5052 [ moment ( '2023-09-20' ) , moment ( '2023-09-21' ) ] ,
5153 [ moment ( '2023-09-22' ) , moment ( '2023-09-23' ) ] ,
5254 [ moment ( '2024-01-29' ) , moment ( '2024-01-30' ) ] ,
55+ // macOS Tahoe upgrade caused a bunch of bogus reftest failures.
56+ [ moment ( '2025-09-20' ) , moment ( '2025-09-23' ) ] ,
5357] ;
5458
5559// Advances date to the end of a bad range if it's in a bad range, and otherwise
You can’t perform that action at this time.
0 commit comments