]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/test: add test that gccgo fails
authorXia Bin <snyh@snyh.org>
Sun, 24 Jan 2016 06:22:54 +0000 (14:22 +0800)
committerRuss Cox <rsc@golang.org>
Thu, 13 Oct 2016 00:03:57 +0000 (00:03 +0000)
commit347259cbae30f876be11fe5e71710969afa24374
treee1cff8500c0dccaa744b117f5f2de2c90e5b0776
parent90a750857c6146ce5d8d24cda5a1e70aa3d4cc58
misc/cgo/test: add test that gccgo fails

Gccgo isn't locking the OS thread properly during calls.

Change-Id: Idb2475291405e390cbb83abb27a402fd0381d0c4
Reviewed-on: https://go-review.googlesource.com/18882
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
misc/cgo/test/basic.go
misc/cgo/test/cgo_test.go
misc/cgo/test/cgo_thread_lock.go [new file with mode: 0644]