]> Cypherpunks repositories - gostls13.git/commit
syscall: do not load native libraries on non-native powershell on arm
authorJason A. Donenfeld <Jason@zx2c4.com>
Fri, 11 Jun 2021 15:36:50 +0000 (17:36 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 11 Jun 2021 20:31:30 +0000 (20:31 +0000)
commit16b5d766d8af8bc348f93e6cb2b53a4e2d5d72ca
tree8242b9211dcfc8e3cb5fc453d1cf4d7ba5d2d8cd
parent77aa209b386a184e7f4b44938f2a05a1b5c5a3cf
syscall: do not load native libraries on non-native powershell on arm

The powershell that currently ships on ARM Windows isn't native, so it
won't load native DLLs. So just skip the tests for now, and reenable it
if this ever changes.

Updates #46701.

Change-Id: I2559fdf13cb65d3ecdc4c6f6df7dec1b490b9651
Reviewed-on: https://go-review.googlesource.com/c/go/+/327210
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Jason A. Donenfeld <Jason@zx2c4.com>
Run-TryBot: Jason A. Donenfeld <Jason@zx2c4.com>
src/syscall/syscall_windows_test.go