]> Cypherpunks repositories - gostls13.git/commitdiff
test: fix 386 build (missing complex)
authorRuss Cox <rsc@golang.org>
Wed, 3 Mar 2010 02:53:25 +0000 (18:53 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 3 Mar 2010 02:53:25 +0000 (18:53 -0800)
R=ken2
CC=golang-dev
https://golang.org/cl/223106

test/golden.out
test/ken/cplx0.go
test/ken/cplx1.go
test/ken/cplx2.go

index 448a1043774a9f914efaef3b22424767a2aace73..cf2297e1a73e4715517199946c8d2bf5c288017c 100644 (file)
@@ -56,12 +56,6 @@ Hello World!
 
 == ken/
 
-=========== ken/cplx0.go
-(+5.000000e+000,+6.000000e+000i)
-(+5.000000e+000,+6.000000e+000i)
-(+5.000000e+000,+6.000000e+000i)
-(+5.000000e+000,+6.000000e+000i)
-
 =========== ken/intervar.go
  print 1 bio 2 file 3 -- abc
 
index cf78e5719fb325a94409e4238ed00f336657e87a..b9de2292bb1eebd1fe11d723463cbabad8e88d09 100644 (file)
@@ -1,3 +1,5 @@
+// true  # disabled until 8g has complex
+
 // $G $D/$F.go && $L $F.$A && ./$A.out
 
 // Copyright 2009 The Go Authors. All rights reserved.
index 4686a4e52ae4e35ab51989e83a4d75e86d3e2f25..d2953fc2642b12a5e951b97fcf20b6dd0a1fb7cb 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// [ $GOARCH != amd64 ] || ($G $D/$F.go && $L $F.$A && ./$A.out)
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 06fd3812fe100b1512efbaff8b5e8127a4b532a2..684cc6537a1e327874011bcf04a6b8f6b4b912d9 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// [ $GOARCH != amd64 ] || ($G $D/$F.go && $L $F.$A && ./$A.out)
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style