]> Cypherpunks repositories - gostls13.git/commit
testing: remove stale builder names from windows tests
authorThan McIntosh <thanm@google.com>
Wed, 23 Nov 2022 11:47:14 +0000 (06:47 -0500)
committerThan McIntosh <thanm@google.com>
Tue, 29 Nov 2022 01:18:35 +0000 (01:18 +0000)
commit0fd7be7ee5f36215b5d6b8f23f35d60bf749805a
tree259c6cd01c71523a47b87065851973977493c96c
parenta4772376af5821c5c341ce9de49628d10d60971b
testing: remove stale builder names from windows tests

A couple of the windows runtime tests were being gated by "if
testenv.Builder() == ..." guards that referred to builders that have
long since been obsoleted (e.g. "windows-amd64-gce"). Use a more
generic guard instead, checking for windows-<goarch> prefix.

Change-Id: Ibdb9ce2b0cfe10bba986bd210a5b8ce5c1b1d675
Reviewed-on: https://go-review.googlesource.com/c/go/+/453035
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/runtime/syscall_windows_test.go