]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo/internal/testerrors: unskip TestPointerChecks on Windows
authorqmuntal <quimmuntal@gmail.com>
Mon, 31 Jul 2023 14:56:01 +0000 (16:56 +0200)
committerQuim Muntal <quimmuntal@gmail.com>
Thu, 3 Aug 2023 16:07:49 +0000 (16:07 +0000)
commitd50272a8c17920d0eac2d765194d4cd0355a1d34
treec2635d71faad06cc0b3bb6a698100f6f0403986c
parente4aec1fa8a9c57672b783d16dd122cb4e6708089
cmd/cgo/internal/testerrors: unskip TestPointerChecks on Windows

All TestPointerChecks cases can be executed on Windows with some minor
tweaks.

It seems that the skip has been cargo-culted from when cgo error tests
were first added in https://codereview.appspot.com/13498046.

Change-Id: I39cd05f4c90965b669d2b403f7fcd9dd9c69016c
Reviewed-on: https://go-review.googlesource.com/c/go/+/514296
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Quim Muntal <quimmuntal@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/cgo/internal/testerrors/ptr_test.go