Skip to content
Merged
Show file tree
Hide file tree
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
9 changes: 9 additions & 0 deletions changelog.d/7010-corpus-duplicate-entry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
De-duplicated `test-parity/gc_repsel_corpus.txt`: `test_gap_repsel_proven_this_frozen`
was registered twice (#6977 added it in two places), so the file held 23 entries with
22 unique names.

The duplicate was not cosmetic — it ran the same file twice per arm, inflating every
`gc_repsel_matrix.sh` count by 20 cells (one per arm) and skewing the liveness
denominators the matrix reports ("collected N/23", "moved-objects N/23"). Conclusions
drawn from the affected runs were unaffected, but the totals were not comparable to
runs taken before the duplication.
6 changes: 0 additions & 6 deletions test-parity/gc_repsel_corpus.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,3 @@ test_gap_repsel_scalar_replaced_locals
# "collect" arms actually bite. Keep it registered and keep it collecting.
test_gap_repsel_gc_stress

# --- Phase 5a: Ptr<Shape> proven `this` in methods (#6925) -------------------
# Landed in 1a533a3a8 WITHOUT registering here, which made
# `gc_repsel_matrix.sh --arms all` refuse to run at all (the UNREGISTERED gate
# fires before any cell is evaluated). Registering it is the action that gate
# asks for.
test_gap_repsel_proven_this_frozen
Loading