From: Cuong Manh Le Date: Tue, 5 Oct 2021 00:42:48 +0000 (+0700) Subject: cmd/go: enable test build concurrent backend on darwin/arm64 X-Git-Tag: go1.18beta1~1060 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=123393a535dc9f4b7fe80b564139de2ff7030ac4;p=gostls13.git cmd/go: enable test build concurrent backend on darwin/arm64 After CL 353871, darwin/arm64 now do concurrent build, so enable the test for it. Updates #48490 Change-Id: I29336f6fc7d7d2f463d8ad2a620534bd7f048d2c Reviewed-on: https://go-review.googlesource.com/c/go/+/353949 Trust: Cuong Manh Le Run-TryBot: Cuong Manh Le TryBot-Result: Go Bot Reviewed-by: Bryan C. Mills --- diff --git a/src/cmd/go/testdata/script/build_concurrent_backend.txt b/src/cmd/go/testdata/script/build_concurrent_backend.txt index a279fed9dc..9cac635e5a 100644 --- a/src/cmd/go/testdata/script/build_concurrent_backend.txt +++ b/src/cmd/go/testdata/script/build_concurrent_backend.txt @@ -1,10 +1,6 @@ # Tests golang.org/issue/48490 # cmd/go should enable concurrent compilation by default -# Skip test on darwin/arm64, see #48496. -# TODO(cuonglm): remove this once #48496 is fixed. -[darwin] [arm64] skip - # Reset all experiments, since one of them can disable # concurrent compilation, e.g: fieldtrack. env GOEXPERIMENT=none