summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2012-02-07 15:50:26 -0500
committerRuss Cox <rsc@golang.org>2012-02-07 15:50:26 -0500
commit0af512893240b410ff0032495a66e83aa24218be (patch)
tree2a4a5b8dd07bd84abdde392081ec2d57736dfba5 /test
parent6f3cd9aa9017a38bbf2172d6f24e808ec8b20b5c (diff)
downloadgo-0af512893240b410ff0032495a66e83aa24218be.tar.gz
test: disable bug408
Fixes issue 2902. TBR=golang-dev CC=golang-dev http://codereview.appspot.com/5641047
Diffstat (limited to 'test')
-rw-r--r--test/fixedbugs/bug408.go6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/fixedbugs/bug408.go b/test/fixedbugs/bug408.go
index 421b80d4b..65e5497ed 100644
--- a/test/fixedbugs/bug408.go
+++ b/test/fixedbugs/bug408.go
@@ -1,4 +1,8 @@
-// errchk cgo $D/$F.go
+// true
+
+// WAS: errchk cgo $D/$F.go
+// but this fails (cgo succeeds) on OS X Snow Leopard
+// with Xcode 4.2 and gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00).
// Copyright 2012 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style