From: Rob Pike Date: Tue, 8 Jul 2008 18:30:20 +0000 (-0700) Subject: test update. some tests now run; no change to output X-Git-Tag: weekly.2009-11-06~3547 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c38391ad7b326ea5d572df26e6e98c149a3b85bd;p=gostls13.git test update. some tests now run; no change to output SVN=126328 --- diff --git a/test/ken/mfunc.go b/test/ken/mfunc.go index 5a4e795340..032f75679e 100644 --- a/test/ken/mfunc.go +++ b/test/ken/mfunc.go @@ -4,7 +4,6 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. - package main func simple(ia,ib,ic int) (oa,ob int); diff --git a/test/ken/rob1.go b/test/ken/rob1.go index 74405e5e8d..eeae961d24 100644 --- a/test/ken/rob1.go +++ b/test/ken/rob1.go @@ -74,7 +74,7 @@ main() for i := 0; i < 10; i = i + 1 { integer := new(Integer); integer.Init_BUG(i); - list.Insert(integer); + list.Insert(integer); //BUG: this is the failing line } list.Print(); diff --git a/test/ken/robliteral.go b/test/ken/robliteral.go index da41377462..2a21a6beea 100644 --- a/test/ken/robliteral.go +++ b/test/ken/robliteral.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// $G $D/$F.go || echo BUG: known to fail incorrectly +// $G $D/$F.go && $L $F.$A && ./$A.out package main