]> Cypherpunks repositories - gostls13.git/commit
[dev.simd] go/types: exclude simd/_gen module from TestStdlib
authorAustin Clements <austin@google.com>
Wed, 13 Aug 2025 19:47:38 +0000 (15:47 -0400)
committerAustin Clements <austin@google.com>
Wed, 13 Aug 2025 20:56:13 +0000 (13:56 -0700)
commit257c1356ecd7a15830eabe17a6d42878a8538cfd
treeb2bd8209211abf5c5a99795a39adb6bb71bff67a
parent858a8d2276ee00d5f04258f406a13fc6f86386cd
[dev.simd] go/types: exclude simd/_gen module from TestStdlib

We're about to add a small simd/_gen submodule that imports external
dependencies. Exclude it from TestStdlib since it won't be able to
follow those dependencies.

Change-Id: I29a1adc98d141b9c511aa29e1992fab2248747d5
Reviewed-on: https://go-review.googlesource.com/c/go/+/695976
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/types2/stdlib_test.go
src/go/types/stdlib_test.go