You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
conformance: test_gap_6301_event_target_subclass regressed on main (untriaged, inside required conformance-smoke-complete) — fixed 07-13, red again by 07-31 #7178
test_gap_6301_event_target_subclass is failing on main (pass -> parity_fail per the harness log) and is not in test-parity/known_failures.json — an untriaged regression of a test that was fixed on 2026-07-13 by 81ab8e5d6 (issue #6301, native-base EventTarget subclassing).
Why it matters more than a normal red
It fails inside conformance-smoke (4), which feeds conformance-smoke-complete — a required status check. An untriaged regression in a required context blocks every PR (or trains people to admin-bypass, which is worse).
Bisect between 81ab8e5d6 (fix landed, green) and ff85fd483 (confirmed red) — the window is ~2.5 weeks of merges.
Native-base subclassing is a documented weak family (5 defects, keyed on literal extends names) — the regression likely rode in on one of the globalThis/proto/builtin-install changes in that window.
test_gap_6301_event_target_subclassis failing onmain(pass -> parity_failper the harness log) and is not intest-parity/known_failures.json— an untriaged regression of a test that was fixed on 2026-07-13 by81ab8e5d6(issue #6301, native-base EventTarget subclassing).Why it matters more than a normal red
It fails inside
conformance-smoke (4), which feedsconformance-smoke-complete— a required status check. An untriaged regression in a required context blocks every PR (or trains people to admin-bypass, which is worse).Independent confirmations
ff85fd483) — i.e. it pre-dates all of the 2026-07-31/08-01 merges.conformance-smoke (4)runs (disjoint diffs — inherited by construction).What's needed
81ab8e5d6(fix landed, green) andff85fd483(confirmed red) — the window is ~2.5 weeks of merges.extendsnames) — the regression likely rode in on one of the globalThis/proto/builtin-install changes in that window.known_failures.jsonwith provenance (issue # + date, per the test-parity: audit known_failures.json — every entry needs an issue # and date #797 skip-list policy) to unblock the required context honestly, or fix it. Leaving it untriaged-and-red in a required context is the worst of both.