]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: run TestCgoSigfwd on all Unix platforms
authorAustin Clements <austin@google.com>
Fri, 14 Oct 2022 19:31:42 +0000 (15:31 -0400)
committerAustin Clements <austin@google.com>
Mon, 17 Oct 2022 15:15:36 +0000 (15:15 +0000)
commit03272d14edc48783581058f06b6c17855cb5bd90
tree46d44efbfa1f7daa0167ef072255c22b64514a52
parenta81da928b4891f111e40dfca677d3c90d1411f0d
runtime: run TestCgoSigfwd on all Unix platforms

This test was originally Linux-only, but there doesn't seem to be
anything Linux-specific in it.

Change-Id: I0f8519eff5dbed97f5e21e1c8e5ab0d747d51df3
Reviewed-on: https://go-review.googlesource.com/c/go/+/443073
Reviewed-by: Bryan Mills <bcmills@google.com>
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/internal/goos/nonunix.go [new file with mode: 0644]
src/internal/goos/unix.go [new file with mode: 0644]
src/runtime/crash_cgo_test.go
src/runtime/testdata/testprogcgo/sigfwd.go