From: Russ Cox Date: Wed, 3 Mar 2010 02:53:25 +0000 (-0800) Subject: test: fix 386 build (missing complex) X-Git-Tag: weekly.2010-03-04~8 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=486d9eb48ef42d78d1673254a52275fc8ada9c0a;p=gostls13.git test: fix 386 build (missing complex) R=ken2 CC=golang-dev https://golang.org/cl/223106 --- diff --git a/test/golden.out b/test/golden.out index 448a104377..cf2297e1a7 100644 --- a/test/golden.out +++ b/test/golden.out @@ -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 diff --git a/test/ken/cplx0.go b/test/ken/cplx0.go index cf78e5719f..b9de2292bb 100644 --- a/test/ken/cplx0.go +++ b/test/ken/cplx0.go @@ -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. diff --git a/test/ken/cplx1.go b/test/ken/cplx1.go index 4686a4e52a..d2953fc264 100644 --- a/test/ken/cplx1.go +++ b/test/ken/cplx1.go @@ -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 diff --git a/test/ken/cplx2.go b/test/ken/cplx2.go index 06fd3812fe..684cc6537a 100644 --- a/test/ken/cplx2.go +++ b/test/ken/cplx2.go @@ -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