Skip to content

test(parity): bisect #1635 gap-bisect bundles — 3 pass, 2 split into #2277/#2278#2279

Merged
proggeramlug merged 1 commit into
mainfrom
fix/1635-bisect-array-methods
May 28, 2026
Merged

test(parity): bisect #1635 gap-bisect bundles — 3 pass, 2 split into #2277/#2278#2279
proggeramlug merged 1 commit into
mainfrom
fix/1635-bisect-array-methods

Conversation

@proggeramlug
Copy link
Copy Markdown
Contributor

Summary

Bisected the 5 gap-bisect bundles filed against #1635:

Bundle Verdict Action
test_edge_regression now byte-identical to Node removed from skip-list
test_gap_array_methods now byte-identical to Node removed from skip-list
test_jsruntime_mixed_async_ordering_matrix source file no longer exists in test-files/ removed from skip-list
test_edge_type_narrowing single residual sub-case retargeted to #2277
test_gap_class_advanced single residual sub-case retargeted to #2278

Residuals

Net effect: three bundles cleared, two bundle entries downgraded from "fan-out gap-bisect" to "focused per-feature bug" (category bug-open).

Test plan

Refs #1635.

Five `test-parity/known_failures.json` entries were filed against #1635
("gap-bisect backlog: pin failing sub-cases in 5 bundle probes"). Result:

- `test_edge_regression` — now byte-identical, REMOVED.
- `test_gap_array_methods` — now byte-identical, REMOVED.
- `test_jsruntime_mixed_async_ordering_matrix` — source file no longer
  exists in `test-files/`, REMOVED.
- `test_edge_type_narrowing` — single residual: `typeof === "string"`
  narrowing on `string | number[]` leaves the else-branch mis-typed as
  string so `.join` throws. Repointed to #2277.
- `test_gap_class_advanced` — single residual: static class block
  assigning `true` to a declared `static initialized: boolean` field
  reads back `0`. Repointed to #2278.

Three of the five bundles silently passed on intervening parity work; the
two residuals are now scoped down to one specific failing sub-case each,
which #2277 / #2278 track with focused repros.

Refs #1635.
@proggeramlug proggeramlug merged commit a44bc60 into main May 28, 2026
11 checks passed
@proggeramlug proggeramlug deleted the fix/1635-bisect-array-methods branch May 28, 2026 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant