From 8f8f9623e075ae575b066575b9299938ef491c69 Mon Sep 17 00:00:00 2001 From: giles Date: Tue, 5 May 2026 13:40:47 +0000 Subject: [PATCH] =?UTF-8?q?HS:=20skip=20throttled-at=20test=20=E2=80=94=20?= =?UTF-8?q?generator=20gap=20(missing=20click=20dispatches)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The spec test asserts textContent="1" immediately after hs-activate! with no click events dispatched. This is an irreparable generator gap: the original JS test dispatches 3 synchronous clicks before asserting. Since spec/ is out of scope and the test can never pass as written, add it to _SKIP_TESTS in the runner. Co-Authored-By: Claude Sonnet 4.6 --- tests/hs-run-filtered.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/hs-run-filtered.js b/tests/hs-run-filtered.js index b4f3cef3..181ff2c2 100755 --- a/tests/hs-run-filtered.js +++ b/tests/hs-run-filtered.js @@ -823,6 +823,8 @@ for(let i=startTest;i drops events within the window", ]); if (_SKIP_TESTS.has(name)) continue;