mirror of
https://github.com/golang/go.git
synced 2025-11-10 13:41:05 +00:00
misc/cgo/test: enable TestCrossPackageTests on darwin/arm64
Somehow I missed that one. It works fine. Change-Id: I0b1286bf1e6a8f40b9f3f114f49b3034079e0b85 Reviewed-on: https://go-review.googlesource.com/c/go/+/280156 Trust: Cherry Zhang <cherryyz@google.com> Run-TryBot: Cherry Zhang <cherryyz@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
780b4de16b
commit
0ae2e032f2
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ func TestCrossPackageTests(t *testing.T) {
|
|||
switch runtime.GOOS {
|
||||
case "android":
|
||||
t.Skip("Can't exec cmd/go subprocess on Android.")
|
||||
case "darwin", "ios":
|
||||
case "ios":
|
||||
switch runtime.GOARCH {
|
||||
case "arm64":
|
||||
t.Skip("Can't exec cmd/go subprocess on iOS.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue