]> Cypherpunks repositories - gostls13.git/commit
syscall: enable TestSyscallNoError on all Linux 32-bit architectures
authorTobias Klauser <tklauser@distanz.ch>
Mon, 17 Sep 2018 15:22:48 +0000 (17:22 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Mon, 17 Sep 2018 16:22:04 +0000 (16:22 +0000)
commit5eec2373e492081132cf374daa494264df923c98
tree7575c24508047e86cb50e8c36c1342a9b65ffb94
parent623c772814cdae562afb4c63c62d51a228bc672e
syscall: enable TestSyscallNoError on all Linux 32-bit architectures

Check the size of uintptr instead of listing GOARCHes explicitly. This
will make the test also run on linux/mips{,le}.

Change-Id: I649f15d293002afc1360b1913910202c3e5188b7
Reviewed-on: https://go-review.googlesource.com/135715
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/syscall/syscall_linux_test.go