compiler, runtime: make slice lookup panics recoverable

This commit is contained in:
Ayke van Laethem
2025-02-26 12:38:06 +01:00
parent 88d273da97
commit 98d55ab070
5 changed files with 19 additions and 11 deletions
+2
View File
@@ -383,6 +383,7 @@ TEST_PACKAGES_LINUX := \
crypto/hmac \
debug/dwarf \
debug/plan9obj \
encoding/binary \
go/constant \
image \
io/ioutil \
@@ -406,6 +407,7 @@ TEST_PACKAGES_WINDOWS := \
compress/flate \
crypto/des \
crypto/hmac \
encoding/binary \
go/constant \
math/bits \
strconv \