1
0
mirror of https://github.com/golang/go synced 2024-10-01 04:08:32 -06:00
go/misc/cgo
Shenghou Ma 018bcc3535 runtime, misc/cgo/test: fix build for Linux/ARM
1. In CL 5989057, I made a mistake in the last minute change.
"MOVW.W R4, -4(SP)" should really be "MOVW.W R4, -4(R13)",
as 5l will rewrite offset for SP.
2. misc/cgo/test/issue1560.go tests for parallel sleep of 1s,
but on ARM, the deadline is frequently missed, so change sleep
time to 2s on ARM.

R=golang-dev, dave, rsc
CC=golang-dev
https://golang.org/cl/6202043
2012-05-05 01:35:13 +08:00
..
gmp misc/cgo/gmp: update for Go 1 2012-03-21 00:51:48 +08:00
life misc/cgo: re-enable some tests 2012-03-06 23:27:30 -05:00
stdio misc/cgo: re-enable some tests 2012-03-06 23:27:30 -05:00
test runtime, misc/cgo/test: fix build for Linux/ARM 2012-05-05 01:35:13 +08:00
testso cmd/go: add env command, use to fix misc/cgo/testso 2012-03-08 14:28:44 -05:00