From: ian Date: Sun, 12 Feb 2012 05:57:02 +0000 (+0000) Subject: sync/atomic: Disable tests which can't run based on pointer size. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fb9fa0d76ee4f089d598fa78b6adcd1fbc6e37fc;p=thirdparty%2Fgcc.git sync/atomic: Disable tests which can't run based on pointer size. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184136 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libgo/go/sync/atomic/atomic_test.go b/libgo/go/sync/atomic/atomic_test.go index ad7557650f60..a06c85c3a9e5 100644 --- a/libgo/go/sync/atomic/atomic_test.go +++ b/libgo/go/sync/atomic/atomic_test.go @@ -636,6 +636,7 @@ func init() { // 64-bit system; clear uintptr tests hammer32[2].f = nil hammer32[5].f = nil + hammer32[6].f = nil } } @@ -760,6 +761,7 @@ func init() { // 32-bit system; clear uintptr tests hammer64[2].f = nil hammer64[5].f = nil + hammer64[6].f = nil } }