summaryrefslogtreecommitdiff
path: root/libgo/go/sync
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2012-02-12 05:57:02 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2012-02-12 05:57:02 +0000
commit14e50d352e7a701905c895d1b77130d970a9444c (patch)
tree53067a7d1c5071b86e0e22f4c9ebcbc49e68ede8 /libgo/go/sync
parent56c534c50dab473813b5f2bbdbec907999193654 (diff)
sync/atomic: Disable tests which can't run based on pointer size.
From-SVN: r184136
Diffstat (limited to 'libgo/go/sync')
-rw-r--r--libgo/go/sync/atomic/atomic_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgo/go/sync/atomic/atomic_test.go b/libgo/go/sync/atomic/atomic_test.go
index ad7557650f6..a06c85c3a9e 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
}
}