1
0
mirror of https://github.com/golang/go synced 2024-10-03 02:41:23 -06:00
go/misc/cgo/test
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
..
backdoor all: gofmt -w -s src misc 2012-03-08 10:48:51 -08:00
align.go test: Add the usual Copyright notice. 2012-01-24 14:48:15 -05:00
basic.go misc/cgo: re-enable some tests 2012-03-06 23:27:30 -05:00
callback_c.c misc/cgo: re-enable some tests 2012-03-06 23:27:30 -05:00
callback.go misc/cgo: re-enable some tests 2012-03-06 23:27:30 -05:00
cgo_test.go cgo: fix GoBytes 2011-08-30 14:33:16 -03:00
duplicate_symbol.go cgo: omit duplicate symbols in writeDefs 2011-08-16 14:56:23 -04:00
env.go misc/cgo/test: make tests run on windows 2012-01-20 12:59:44 +11:00
exports.go cgo: add missing semicolon in generated struct 2011-07-18 07:23:52 -07:00
helpers.go cgo: fix incorrect print found by govet 2011-11-29 14:40:34 +11:00
issue1222.go runtime: scheduler, cgo reorganization 2011-03-07 10:37:42 -05:00
issue1328.go misc/cgo: re-enable some tests 2012-03-06 23:27:30 -05:00
issue1560.go runtime, misc/cgo/test: fix build for Linux/ARM 2012-05-05 01:35:13 +08:00
issue2462.go cgo: support export for built-in types 2011-12-20 09:28:45 -08:00
Makefile go: move compilers into the go-tool directory 2012-01-30 14:46:31 -08:00
sleep_windows.go misc/cgo/test: make tests run on windows 2012-01-20 12:59:44 +11:00