]> Cypherpunks repositories - gostls13.git/commit
os: enable TestMkdirAllWithSymlink on darwin/arm64
authorTobias Klauser <tklauser@distanz.ch>
Tue, 21 Dec 2021 12:20:20 +0000 (13:20 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Sun, 2 Jan 2022 14:27:32 +0000 (14:27 +0000)
commitd181885de8f718623b41d45f5cc8644bbd8ad318
treec21a5112a329db3bce557e6fcbe244e654b0ab7a
parent6178d25fc0b28724b1b5aec2b1b74fc06d9294c7
os: enable TestMkdirAllWithSymlink on darwin/arm64

Go 1.16 renamed the iOS port from darwin/arm64 to ios/arm64 and
darwin/arm64 was repurposed for the macOS ARM64 port (see
https://golang.org/doc/go1.16#darwin).

TestMkdirAllWithSymlink ought to run on darwin/arm64, so enable it on
that platform.

For #45696

Change-Id: I2cad6b1dfddf215e6b6cd262bbd22251f48f3d8c
Reviewed-on: https://go-review.googlesource.com/c/go/+/373359
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
src/os/path_test.go