fix bounds panic messages#1901
Conversation
|
PR #1901 follow-up for head b072c41. Root cause: the failing Fix: updated the Local tests run:
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Index0 follow-up for 525647b:
Local commands run:
|
|
Update for issue15002 bounds load ordering coverage:
Additional local results: go test ./test/go -count=1 PASS; go test ./ssa -count=1 PASS; go test ./cl -count=1 PASS; direct go test ./runtime/internal/runtime is not applicable in this module layout. |
Summary
GOROOT note
Full GOROOT CI is slow/disabled locally, so I ran targeted fixedbugs cases only. Machine GOROOT: /opt/homebrew/Cellar/go@1.24/1.24.11/libexec (go1.24.11 darwin/arm64). Normal PR CI should run from the fork branch.
Test/go coverage
Added test/go/bounds_panic_text_test.go covering runtime.Error panic text for signed/unsigned index checks, slice/string/array slicing, len vs capacity wording, and full slice max bounds.
Targeted commands run
go test ./runtime/internal/runtime -count=1is not applicable in this module layout; that runtime path is validated through LLGotest/go, SSA/CL checks, and the targeted GOROOT run.2026-05-24 issue15002 update
Additional commands run: