1
0
mirror of https://github.com/golang/go synced 2024-10-05 02:21:22 -06:00
go/src/pkg/sync/atomic
Dave Cheney 6a9e956f19 all: use t.Skip{,f}
Replace various t.Log{,f} ; return checks with t.Skip{,f}.

R=golang-dev, n13m3y3r, bradfitz, adg, mikioh.mikioh
CC=golang-dev
https://golang.org/cl/7193044
2013-01-24 17:32:10 +11:00
..
64bit_arm.go sync/atomic: FreeBSD/ARM support 2012-10-17 14:27:58 +08:00
asm_386.s race: sync/atomic changes 2012-10-07 22:07:32 +04:00
asm_amd64.s race: sync/atomic changes 2012-10-07 22:07:32 +04:00
asm_arm.s race: sync/atomic changes 2012-10-07 22:07:32 +04:00
asm_freebsd_arm.s sync/atomic: FreeBSD/ARM support 2012-10-17 14:27:58 +08:00
asm_linux_arm.s race: sync/atomic changes 2012-10-07 22:07:32 +04:00
atomic_test.go all: use t.Skip{,f} 2013-01-24 17:32:10 +11:00
doc.go sync/atomic: document that users must deal with 64-bit alignment 2013-01-02 15:44:00 -05:00
race.go sync/atomic: fix race instrumentation 2012-11-15 21:30:24 +04:00