From b25781392672e4e64c37a81f0ff7c70d2971f4dc Mon Sep 17 00:00:00 2001 From: giles Date: Wed, 10 Jun 2026 23:05:35 +0000 Subject: [PATCH] events: sync scoreboard to 391/391 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Scoreboard artifact for the southern-hemisphere DST commits (78b45a33, 6716af69) — timezone 17->25, ical 56->63, total 376->391. Was left out of those commits; committing now to keep the tracked scoreboard in sync. Co-Authored-By: Claude Opus 4.8 (1M context) --- lib/events/scoreboard.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/events/scoreboard.json b/lib/events/scoreboard.json index 7a46ffe2..35fc4bbb 100644 --- a/lib/events/scoreboard.json +++ b/lib/events/scoreboard.json @@ -1,12 +1,12 @@ { "lang": "events", - "total_passed": 376, + "total_passed": 391, "total_failed": 0, - "total": 376, + "total": 391, "suites": [ {"name":"calendar","passed":51,"failed":0,"total":51}, - {"name":"timezone","passed":17,"failed":0,"total":17}, - {"name":"ical","passed":56,"failed":0,"total":56}, + {"name":"timezone","passed":25,"failed":0,"total":25}, + {"name":"ical","passed":63,"failed":0,"total":63}, {"name":"availability","passed":22,"failed":0,"total":22}, {"name":"api","passed":41,"failed":0,"total":41}, {"name":"booking","passed":82,"failed":0,"total":82}, @@ -17,5 +17,5 @@ {"name":"federation","passed":29,"failed":0,"total":29}, {"name":"integration","passed":8,"failed":0,"total":8} ], - "generated": "2026-06-07T20:02:48+00:00" + "generated": "2026-06-10T22:03:34+00:00" }