]> Cypherpunks repositories - gostls13.git/commit
go/internal/gcimport: unskip Windows tests
authorqmuntal <quimmuntal@gmail.com>
Thu, 30 Mar 2023 08:08:15 +0000 (10:08 +0200)
committerGopher Robot <gobot@golang.org>
Fri, 31 Mar 2023 22:22:05 +0000 (22:22 +0000)
commit3b956dc2d96e02c7d58a3c1fd00ba466b27315e3
treefaf22e251d0a0f6211b4d19fc08772ff4997c975
parent99159cda330e8f71b9e7e5a5287d0f8395836d4c
go/internal/gcimport: unskip Windows tests

There are many tests in internal/gcimporter that are skipped on
Windows because they build a test program that needs the -D flag
when invoking the Go compiler.

This flag is already passed since CL 442303, so there is no need to
skip those tests.

Change-Id: I877e670194048bda9a52ad2568650cf33eacfb5a
Reviewed-on: https://go-review.googlesource.com/c/go/+/480415
Run-TryBot: Quim Muntal <quimmuntal@gmail.com>
Auto-Submit: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/importer/gcimporter_test.go
src/go/internal/gcimporter/gcimporter_test.go