]> Cypherpunks repositories - gostls13.git/commit
doc/progs: disable cgo tests that use C.Stdout on Solaris
authorAram Hăvărneanu <aram@mgk.ro>
Mon, 30 Mar 2015 21:12:04 +0000 (23:12 +0200)
committerAram Hăvărneanu <aram@mgk.ro>
Wed, 6 May 2015 11:38:22 +0000 (11:38 +0000)
commit2d18ab75e6f828811ff205b4bf968809e2d8fdb2
tree721bb9ab514af62fdd65a82002575d292e069046
parent2230e9d24bc4a6241e2eb2603ebc151e1167a5bb
doc/progs: disable cgo tests that use C.Stdout on Solaris

Solaris, like Windows, NetBSD and OpenBSD, uses macros for stdin, stdout,
and stderr. Cgo can't access them without getters/setters written in
C. Because of this we disable affected tests like for the other platforms.

Updates #10715.

Change-Id: I3d33a5554b5ba209273dbdff992925a38a281b42
Reviewed-on: https://go-review.googlesource.com/8264
Reviewed-by: Minux Ma <minux@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
doc/progs/run.go