From 3554d6de85401c614fdceadb398345536567529e Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 2 Mar 2010 18:53:25 -0800 Subject: test: fix 386 build (missing complex) R=ken2 CC=golang-dev http://codereview.appspot.com/223106 --- test/ken/cplx0.go | 2 ++ test/ken/cplx1.go | 2 +- test/ken/cplx2.go | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) (limited to 'test/ken') diff --git a/test/ken/cplx0.go b/test/ken/cplx0.go index cf78e5719..b9de2292b 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 4686a4e52..d2953fc26 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 06fd3812f..684cc6537 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 -- cgit v1.2.1