From: Ian Lance Taylor 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-Tag: releases/gcc-4.7.0~447 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=14e50d352e7a701905c895d1b77130d970a9444c;p=thirdparty%2Fgcc.git sync/atomic: Disable tests which can't run based on pointer size. From-SVN: r184136 --- 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 } }