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
8 changes: 4 additions & 4 deletions test262-baseline.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"comment": "Regression baseline — CI fails if passed count drops below these minimums",
"updated": "2026-04-12",
"updated": "2026-06-26",
"test262_commit": "2b2ecead6e82",
"non-strict": {
"passed_min": 23520
"passed_min": 27650
},
"strict": {
"passed_min": 22450
"passed_min": 25800
},
"combined": {
"passed_min": 45990
"passed_min": 53550

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Raise the combined baseline above the per-mode floor

With these new per-mode minima, any run that passes both mode gates must have at least 27,650 + 26,900 = 54,550 passes, but this combined threshold is 53,550. The regression workflow checks the mode thresholds first and then compares total_passed to baseline["combined"]["passed_min"] (.github/workflows/test262.yml lines 489-514), so the combined gate can no longer fail independently and will report a +1,000 combined delta even when both modes only meet their minima. If the combined row is intended to guard aggregate regressions, set it to at least 54,550 or remove the redundant combined baseline.

Useful? React with 👍 / 👎.

}
}