From: Robert Griesemer Date: Sat, 7 Jun 2008 00:05:53 +0000 (-0700) Subject: - fixed test commands X-Git-Tag: weekly.2009-11-06~3739 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=938c5c5e2c155d32137b2230e65b95e7be52cae7;p=gostls13.git - fixed test commands SVN=121551 --- diff --git a/test/bugs/bug032.go b/test/bugs/bug032.go index 1e080bae43..fb11fdfbe9 100644 --- a/test/bugs/bug032.go +++ b/test/bugs/bug032.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 $F.go && echo BUG: compilation succeeds incorrectly +// $G $D/$F.go && echo BUG: compilation succeeds incorrectly package main diff --git a/test/bugs/bug033.go b/test/bugs/bug033.go index 9dad4075b3..603a4aa915 100644 --- a/test/bugs/bug033.go +++ b/test/bugs/bug033.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 $F.go && echo BUG: compilation succeeds incorrectly +// $G $D/$F.go && echo BUG: compilation succeeds incorrectly package main diff --git a/test/bugs/bug034.go b/test/bugs/bug034.go index 6c48851d0e..fabd5c4816 100644 --- a/test/bugs/bug034.go +++ b/test/bugs/bug034.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 $F.go && echo BUG: compilation succeeds incorrectly +// $G $D/$F.go && echo BUG: compilation succeeds incorrectly package main diff --git a/test/golden.out b/test/golden.out index 1ae34df1fd..269a08c46e 100644 --- a/test/golden.out +++ b/test/golden.out @@ -240,31 +240,31 @@ BUG: known to succeed incorrectly BUG: known to succeed incorrectly =========== bugs/bug032.go -bug032.go:0: fatal error: cant open: bug032.go +BUG: compilation succeeds incorrectly =========== bugs/bug033.go -bug033.go:0: fatal error: cant open: bug033.go +BUG: compilation succeeds incorrectly =========== bugs/bug034.go -bug034.go:0: fatal error: cant open: bug034.go +BUG: compilation succeeds incorrectly =========== bugs/bug035.go -bug035.go:0: fatal error: cant open: bug035.go +BUG: compilation succeeds incorrectly =========== bugs/bug036.go -bug036.go:0: fatal error: cant open: bug036.go +BUG: compilation succeeds incorrectly =========== bugs/bug037.go -bug037.go:0: fatal error: cant open: bug037.go +BUG: compilation succeeds incorrectly =========== bugs/bug038.go -bug038.go:0: fatal error: cant open: bug038.go +BUG: compilation succeeds incorrectly =========== bugs/bug039.go -bug039.go:0: fatal error: cant open: bug039.go +BUG: compilation succeeds incorrectly =========== bugs/bug040.go -bug040.go:0: fatal error: cant open: bug040.go +BUG: compilation succeeds incorrectly =========== fixedbugs/bug000.go