]> Cypherpunks.ru repositories - gostls13.git/commitdiff
test: use testlib in a few more cases.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Tue, 21 Feb 2012 23:19:59 +0000 (00:19 +0100)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Tue, 21 Feb 2012 23:19:59 +0000 (00:19 +0100)
R=golang-dev, rsc
CC=golang-dev, remy
https://golang.org/cl/5688057

test/fixedbugs/bug110.go
test/fixedbugs/bug114.go
test/fixedbugs/bug155.go
test/fixedbugs/bug167.go
test/fixedbugs/bug183.go
test/sieve.go
test/solitaire.go

index 4e43d1c01b8051a450e9cd90b2d836322042ab9a..5528ba3f16d39b40b72b858c7ef1d37eedfa897f 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A || echo BUG: const bug
+// build
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 974b7cf26e5841bf9966528174a8e70c5c93ca47..99e66a2ddc1154b0737664ba0c1cc74b5f676ec0 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && (./$A.out || echo BUG: bug114 failed)
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 312c8e6a963bf4a8b296f44096310595ed3cb924..8872e978daae6d605b01541ca04a549e6c46bc98 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A || echo BUG: bug155
+// build
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 33eb3cb1a955c0d35115bc107afe2cae88b4fdca..3a50e6ff0c12730e398601eb470971b24496af00 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A || echo BUG: bug167
+// build
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 7fd6e4942f643cf8e6338e0dbf6f06efb91cf099..dc9f5356e03c1801334bc416812c78f041096dd7 100644 (file)
@@ -1,4 +1,4 @@
-//errchk $G $D/$F.go
+// errorcheck
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 4fa1115824fb4e63f70bbad389a44f40e12a9cf7..31c4ed5c05edfc96be23b5a50fccd11c7d4fe5ff 100644 (file)
@@ -1,4 +1,6 @@
-// $G $F.go && $L $F.$A  # don't run it - goes forever
+// build
+
+// don't run it - goes forever
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 473a1d12d7d7f25eff50f7e21b1de78a0c40af60..99c194f5bbac29b0b330633cf7738fb14c786b56 100644 (file)
@@ -1,4 +1,6 @@
-// $G $F.go && $L $F.$A  # don't run it - produces too much output
+// build
+
+// don't run it - produces too much output
 
 // Copyright 2010 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style