1
0
mirror of https://github.com/golang/go synced 2024-09-29 08:24:36 -06:00
go/misc/cgo/testcarchive
Elias Naur 95add73abf misc/cgo/testcarchive: fix build
I failed to rebase (and re-test) CL 21102 before submit, which meant
that two extra tests sneaked into testcarchive that still referenced
runtime.GOOS and runtime.GOARCH.

Convert the new tests.

While we're here, make sure pending tasks are flushed before running
the host tests. If not, the "##### misc/cgo/testcarchive" banner
and "PASS" won't show up in the all.bash output.

Change-Id: I41fc4ec9515f9a193fa052f7c31fac452153c897
Reviewed-on: https://go-review.googlesource.com/21106
Run-TryBot: Elias Naur <elias.naur@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-03-25 00:55:07 +00:00
..
src runtime: preserve signal stack when calling Go on C thread 2016-01-06 23:11:42 +00:00
carchive_test.go misc/cgo/testcarchive: fix build 2016-03-25 00:55:07 +00:00
main2.c misc/cgo/testcarchive,testcshared: deflake tests 2016-01-07 01:32:29 +00:00
main3.c misc/cgo/testcarchive,testcshared: deflake tests 2016-01-07 01:32:29 +00:00
main4.c misc/cgo/testcarchive,testcshared: deflake tests 2016-01-07 01:32:29 +00:00
main5.c runtime: improve last ditch signal forwarding for Unix libraries 2016-03-24 19:34:17 +00:00
main.c runtime: for c-archive/c-shared, install signal handlers synchronously 2016-01-09 00:58:38 +00:00