go/src/runtime/debug
Benny Siegert d568e6e075 runtime/debug: skip TestPanicOnFault on netbsd/arm
This test has been failing since the builder was updated to
NetBSD 9. While the issue is under investigation, skip the test
so that we do not miss other breakage.

Update issue #45026

Change-Id: Id083901c517f3f88e6b4bc2b51208f65170d47a6
Reviewed-on: https://go-review.googlesource.com/c/go/+/335909
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
Trust: Benny Siegert <bsiegert@gmail.com>
Run-TryBot: Benny Siegert <bsiegert@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
2021-07-20 19:54:36 +00:00
..
debug.s
garbage.go runtime: improve error messages after allocating a stack that is too big 2020-09-20 09:54:44 +00:00
garbage_test.go
heapdump_test.go all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp 2020-12-09 19:12:23 +00:00
mod.go Revert "Revert "cmd/go/internal/modload: record the replacement for the module containing package main in BuildInfo"" 2020-02-25 15:43:19 +00:00
panic_test.go runtime/debug: skip TestPanicOnFault on netbsd/arm 2021-07-20 19:54:36 +00:00
stack.go
stack_test.go
stubs.go