go/src/cmd/cgo
Austin Clements 8f1031df77 cmd/cgo/internal/testcarchive: fix nocgo and no-c-archive builds
CL 495918 enabled testcarchive much more widely and added many dynamic
test skips. CL 495855 added TestDeepStack before these dynamic skips
were in. Unfortunately, the two CLs don't logically commute, so when
CL 495918 landed, it broke at least nocgo builders and platforms that
don't support c-archive builds. Fix this by adding the necessary skips
to TestDeepStack.

Change-Id: I3d352f731fe67a01c7b96871fde772db8eb21b5d
Reviewed-on: https://go-review.googlesource.com/c/go/+/496376
Auto-Submit: Austin Clements <austin@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
2023-05-19 02:15:30 +00:00
..
internal cmd/cgo/internal/testcarchive: fix nocgo and no-c-archive builds 2023-05-19 02:15:30 +00:00
ast.go cmd/cgo: reject attempts to declare methods on C types 2023-05-02 12:55:28 +00:00
ast_go1.go cmd/cgo: walk {FuncType,TypeSpec}.TypeParams fields 2022-11-30 21:45:10 +00:00
ast_go118.go cmd/cgo: walk {FuncType,TypeSpec}.TypeParams fields 2022-11-30 21:45:10 +00:00
doc.go misc/cgo: move easy tests to cmd/cgo/internal 2023-05-12 11:59:56 +00:00
gcc.go all: add missing periods in comments 2022-11-18 17:59:44 +00:00
godefs.go cmd/cgo: use strings.Builder 2022-09-08 14:33:35 +00:00
main.go cmd/go, cmd/cgo: support older versions of gccgo that lack cgo.Incomplete 2022-10-29 00:40:18 +00:00
out.go cmd/go, cmd/cgo: support older versions of gccgo that lack cgo.Incomplete 2022-10-29 00:40:18 +00:00
util.go cmd/cgo: delete unused code 2022-09-29 09:05:04 +00:00