aboutsummaryrefslogtreecommitdiff
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
commit2cc58e93d6f663af52bcdd4974d319ebe843f764 (patch)
tree3762652bffb5b7b70245a759756566db112a5ac5
parent32ffc62348632898fa420aaea4f8b2f406979e7a (diff)
downloadgo-2cc58e93d6f663af52bcdd4974d319ebe843f764.tar.gz
go-2cc58e93d6f663af52bcdd4974d319ebe843f764.zip
test: disable bug408
Fixes #2902. TBR=golang-dev CC=golang-dev https://golang.org/cl/5641047
-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 421b80d4b0..65e5497ed0 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