]> Cypherpunks repositories - gostls13.git/commitdiff
test: use testlib (another bunch).
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Sat, 18 Feb 2012 21:15:42 +0000 (22:15 +0100)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Sat, 18 Feb 2012 21:15:42 +0000 (22:15 +0100)
Apply sed with:

1s,^// $G $D/$F.go && $L $F.$A && ./$A.out || echo.*,// run,
1s,^// $G $D/$F.go || echo.*,// compile,

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5656099

107 files changed:
test/compos.go
test/fixedbugs/bug020.go
test/fixedbugs/bug064.go
test/fixedbugs/bug071.go
test/fixedbugs/bug077.go
test/fixedbugs/bug080.go
test/fixedbugs/bug087.go
test/fixedbugs/bug093.go
test/fixedbugs/bug094.go
test/fixedbugs/bug096.go
test/fixedbugs/bug097.go
test/fixedbugs/bug098.go
test/fixedbugs/bug099.go
test/fixedbugs/bug102.go
test/fixedbugs/bug109.go
test/fixedbugs/bug111.go
test/fixedbugs/bug112.go
test/fixedbugs/bug115.go
test/fixedbugs/bug116.go
test/fixedbugs/bug118.go
test/fixedbugs/bug119.go
test/fixedbugs/bug120.go
test/fixedbugs/bug128.go
test/fixedbugs/bug129.go
test/fixedbugs/bug130.go
test/fixedbugs/bug135.go
test/fixedbugs/bug137.go
test/fixedbugs/bug139.go
test/fixedbugs/bug140.go
test/fixedbugs/bug141.go
test/fixedbugs/bug142.go
test/fixedbugs/bug143.go
test/fixedbugs/bug144.go
test/fixedbugs/bug145.go
test/fixedbugs/bug147.go
test/fixedbugs/bug149.go
test/fixedbugs/bug150.go
test/fixedbugs/bug151.go
test/fixedbugs/bug154.go
test/fixedbugs/bug156.go
test/fixedbugs/bug157.go
test/fixedbugs/bug158.go
test/fixedbugs/bug159.go
test/fixedbugs/bug161.go
test/fixedbugs/bug168.go
test/fixedbugs/bug173.go
test/fixedbugs/bug174.go
test/fixedbugs/bug190.go
test/fixedbugs/bug194.go
test/fixedbugs/bug196.go
test/fixedbugs/bug202.go
test/fixedbugs/bug214.go
test/fixedbugs/bug216.go
test/fixedbugs/bug218.go
test/fixedbugs/bug219.go
test/fixedbugs/bug239.go
test/fixedbugs/bug242.go
test/fixedbugs/bug245.go
test/fixedbugs/bug246.go
test/fixedbugs/bug247.go
test/fixedbugs/bug250.go
test/fixedbugs/bug253.go
test/fixedbugs/bug254.go
test/fixedbugs/bug257.go
test/fixedbugs/bug260.go
test/fixedbugs/bug264.go
test/fixedbugs/bug265.go
test/fixedbugs/bug266.go
test/fixedbugs/bug267.go
test/fixedbugs/bug275.go
test/fixedbugs/bug276.go
test/fixedbugs/bug277.go
test/fixedbugs/bug283.go
test/fixedbugs/bug285.go
test/fixedbugs/bug286.go
test/fixedbugs/bug301.go
test/fixedbugs/bug314.go
test/fixedbugs/bug315.go
test/fixedbugs/bug316.go
test/fixedbugs/bug317.go
test/fixedbugs/bug321.go
test/fixedbugs/bug331.go
test/fixedbugs/bug334.go
test/fixedbugs/bug341.go
test/fixedbugs/bug343.go
test/fixedbugs/bug346.go
test/fixedbugs/bug352.go
test/fixedbugs/bug354.go
test/fixedbugs/bug356.go
test/fixedbugs/bug361.go
test/fixedbugs/bug372.go
test/fixedbugs/bug375.go
test/fixedbugs/bug378.go
test/fixedbugs/bug387.go
test/fixedbugs/bug391.go
test/fixedbugs/bug393.go
test/fixedbugs/bug399.go
test/fixedbugs/bug401.go
test/fixedbugs/bug406.go
test/fixedbugs/bug417.go
test/indirect.go
test/interface/noeq.go
test/interface/recursive.go
test/interface/struct.go
test/method3.go
test/shift2.go
test/varinit.go

index 70f90f37945a3047084a095b6f3ccfabee714ef8..65aca4f1e04596f7f7e3132a59579eb10a96f928 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: compos
+// run
 
 // Copyright 2009 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 896bf5707c04342b6d34d702eac2f2ed5887cef4..cde3f8679bea9f1cfc7d029c0aa5b508b4aef260 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG should compile
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 92d2154236fe890a7b103e10c39c798c4158139d..d8b3bea9a60874cbc3f4a9ea51e07de382031f89 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: compilation should succeed
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 9f2932c7a92d11b308c82e58ce6ff2ad7911432a..ec38f7a9799cdc052aac3039e52ecf919fd228f0 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: compiler crashes
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 2cbf96d98fe8c70a71be8a123643bbd37a91a96c..80581a8a3b6ccec380c6401596364ef4e0134ccb 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: should compile
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index bae16cdb2e90cae4c7b3296ddba2b69c916b85a5..32b2c53b9e76e32067716dcb3bca3f487d9f2f3b 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: fails incorrectly
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 4af8d976f876f18942645cc72194fc4b1087f0e0..67e7210cdb38ba6b09d9979d1b8c5aa24299755d 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: fails incorrectly
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 52d92c7e3d4c668414ac3cf97a742ae5e8c6461a..acd94466f599f43abcc61ec0b66833c8108753a2 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: fails incorrectly
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 2953eb28d370be8084ce401cea88ee3c1c24defe..3ef11da3d3a24212de57cd972197482a7be0f1a4 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: fails incorrectly
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 9be687a7bb4004aa22dde076b224d2d2a5bb240b..411ba74e0caedfa078acdf6e68eb53d7f22d8e90 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG should compile
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index ec3c21543d336b2120932053b88fd510dce08256..a067e0f57aa08e4c64652e7ec3035c19f1d25061 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG wrong result
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 1dad4d502aa17e0dd172c0f009db1d863a38c15e..eb4ee4de03fef25f13e47ccc84b0727253e9deaf 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG should compile
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index f76f0e873cf8d1f81ca0c175c14815a89e2cd5b7..03a5c454b0b17191129d1d7b256ac8cbb590fbed 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG should not crash
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 1d97eb4a8d34b7a62a4d640693df1a84d7f1a501..f1c2324b783ea26bc0ae33605eddfd70313e4b11 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: should not crash
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 459c29ff2d3c852d0001b765c585cbac2b50de7b..556dc34dde70769affa31744ba73ebcb611ba249 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: should compile
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index e72b343ae3da482965d236b24d766bdd585e2705..d977bd54fb1248e9e4ed7fd140b08f01a20901ce 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG should compile and run
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 3c932843c7de9c7aaab951676792e4ee052e576c..e2ed5c0d41e54538e6db3522e30eaffa6ec4af75 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG should compile
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 16b22d7079a38cc098c69c98d71262dff127c34f..7cc3dc40a604bc8e824061df132c424397148d04 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: bug115 should compile
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 42ca8034323bac8b58825940c83cf6188f8935bc..5d8e52031509b969464199a70c38c8ac158f50c8 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: bug116
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 84006816fde986f356549a658551a621cf39a889..198b8ff2801d76f86549f082c4535de0bd403a3d 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG should compile
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 750507891ccb07f311a354fb5552d46bb068f45d..6f2514c24ec750336cb785fe58961821c38c2232 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: should not fail
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index bf401bf3048275994c2519f89b9f1929e57b3ff7..58355e53de951479be053f51811be84e68540a38 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: bug120
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 3fd647c004d7e8dc9180c348af6c570f74050ecf..e8cbea079feb912611468dbe35aaa65714dd761c 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: should compile
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index d1e2d8b5631cf7ddbc838815f883b5ecc310959d..157ce78ff729b7573387f5e5e85668b4a06bd0f6 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG129
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 855c7072bc52f89709e39daf42b71650c93b1e38..16b029af34ff78fa1b44e6194f9ceaae26f5b2b1 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: should run
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 470135ed43b39914660405adaeff1ec485daa47f..34d234e2247955f3bef76a37678610aef657d3a1 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: should compile
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 9d43f431be83164beba1a0e464f545a8278113cd..48368177a2395a8f6c482f67e05a34963ebb84c7 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG should compile
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 2bdbef1c0f075d886911fe6f152f41f903aca1eb..095e5c93cc36ebc987e6690b044bf22a415d9594 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG should compile
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 441c57a4855dc56fd41d013247c69c3f002545e6..8caf1d7d9f05a8ada9779b09715ed94673a2f4ce 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG should compile
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 1b125e5d1ee4bd265e7921b3a7a1e78c8a35d5ba..81ba6f1b561e64dfc370c9da63de4be9584b1fe0 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: should run
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index e54458baf45b445a09bbb5d59999651076e35533..e28d889a93d1308f5f07ca6355d554a740219cf8 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: bug142
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 2f575fcfed1b6ad90caef6a9224c0aa166a89aa4..a43e406676aa3a20f02256b5e38c48091092b656 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG should compile
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index bab9a44029d7938de754ce7f53a79e68e2984ac9..9f8ec7667ccecbaceafb69fc8c1ea800ee5d6d22 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG should compile
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index c59bcebd6ef383bb2ce026b0b3275c438c89157a..602fe7426df2f7c3089b0bb0df20cc1ef12416d5 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG should compile
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index a16630b871601f81e14cbd429bba0c4a1b838972..e8b3d243949f2c09b0976edf1da5b4c433bfa5b1 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: bug147
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index a40403b7d74095ecbf2ea79294901cd784935f30..78b687e9718cf72fd716a43f7fdf2ae2e7d4299f 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: should compile
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 017cabdf8ad414be5c94dea7d4598fc06a86ee10..b565ef73dd8b823aea9f48b0c3d56ee875f01ba8 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: bug150 
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index b240677373379b0892e978422781d4e4a38849a0..d9f5e021c974f60362e9e3ae4a9b5e5912eff570 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: bug151
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 4371cc5ce9e5def2c53603e5c110a177a458f7e0..a2cfd4accdbc128cea1c75098eceff4be7999620 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: should not panic
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 0b77a72d9166454693b90df9ce823ac66aa1f6ba..f26658729f82e455098ddacec3c6c6fee32ffba0 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: bug156
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 9bf68f7a475a629236d947b7ad02a786b698ad9c..1072d7df49808bfd1ea9150261c207be96b7cf37 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: should compile
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index cdf3195feb3bcaa8022a401e8b846e9d4a858fd6..496d7e0db00b2ca11b7cc0aecb7bd6018eaea41c 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: should compile
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 1aa64433a70bf0f1708509c3043fb98c1cf59e7d..92d5345635d7a4a8ee631883d5da286016680de9 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: bug159
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index e5f25f746db34dd03298ee6979550cff843f9ec3..aab58ee895344ae7b0f27c0c53444aeb7e9754cd 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: should compile
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index e25eb56b0b3259d8f0f98a4d8695da94531bd640..53301fa81ef4d689b1cf2c82f94fb7690b851c59 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: bug168
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 898b8400ba47f949c4d057ea00a510b370523ffc..6479bb2531b26880f6a4bb02d66bf8831e086707 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: bug173
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 7ff865513268bc0d2cd00bce54a5e48db96fa136..448f630867cf5af19a3a672263010427af56596c 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: bug174
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index da0bfde0fc5b59f0b9897ea51fbdba2069ed5f01..bb2d81cbb9abd88dd8bc2a06fdeb277e5374f654 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: should compile
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index dcd633ddefa892c732b0b870cf20c53b058bde89..2976529031140b62e0de2e5ee6913dcb509b8e81 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG should compile and run
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index ea8ab0dc193c71e82686a814d0c8fbd11e36b2bb..5255de1892e680fbb8f1065e33e1c660c5891843 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: bug196
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 2fc91b5208b24b283e16fc0ee6030b28fab5aa0d..49871e3e06151c4dce1f1202cf494108c90014b0 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG should run
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 502e69826a8453a8856179b0319a0d1108e106f9..5420058c46dc9ea920e9a6e8ce202cd3ab4c2289 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: bug214
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 76f85464af80b175156044cee3755b45a974790d..c83a522bf914b1b8026d47f54579497f5bcd7506 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: bug216
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index b2c9ede75023bb2553797cc58b4f90dcdcc084e6..0e008db17f228a2f4ef010f24c71d2dd2193cc63 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: bug218
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index f7eba81a8185a259a3f34cef2e8e51cc937b3df3..290c691eabe63e6d8fc0943e17abcdcca5bfcd98 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: bug219
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 32c3d7e1c1d87e76be29ec1f2230b80e0caf7b42..e4902527db39d20f18f4ff4525d85c165cbf8d36 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: bug239
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index d80ae76a215ba32443b07c9f2e104f97af3f0fef..4791ae485f69e35ad6c6fba0270ee9b33e7116ec 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: tuple evaluation order
+// run
 
 // Copyright 2010 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 6e5a8b344f778c7d8756f8534cdc92229f43a041..c607a6dc33ca5e3daa5cd4b49bf5feeb5d6176b0 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: bug245
+// compile
 
 // Copyright 2010 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 12041eb1d4174ddb27d02eda3a6765a2fdec846a..e506f8c0dc3a9dd2c9b0a44c9f642be7b45cd2e2 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: bug246
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 2f56b88d4739b9cd8c82999865398a48b6994c65..b6851e1bca041f91e06a59d06532ce1aad068c9c 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: bug247
+// run
 
 // Copyright 2010 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index a3a52d2457b7033eeb86a505076541533e5f467f..5140f3e29daf8c087dc75780076e8a3fd8c1ad90 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: bug250
+// compile
 
 // Copyright 2010 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index bb5b770f51a2211a187551ac94520d8060f90cd9..f6ab712ef212bbd1cc3dc06604682029b8b57f1a 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: bug253
+// run
 
 // Copyright 2010 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index c0c7f249ede82db2ce625a205371d8da8b74ee8a..9b1c81911b2a61aa51b2ff6f7f7c9d8754a9ee17 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: bug254
+// run
 
 // Copyright 2010 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 1b32475003a80872c391510dfac2c1a75a8f069c..003f3ff94d40274850f3d3143330fba32566f93c 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: bugxxx
+// run
 
 // Copyright 2010 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 39d29b430c83a4abe0e91ee11ee98e35f3dd22f0..6211c4885ac616427aba093037d8f2a4fbd46b01 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: bug260 failed
+// run
 
 // Copyright 2010 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 6d86c6fe5bdddccabb875675dd847b74ceb7c09c..fcf373cce9894fc813afcfa6c687b6a0f5740177 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG
+// run
 
 // Copyright 2010 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 55f32ececc33a2bf65024c5e97fd8fd0538ab87c..7f06fced6041ae879db875ee296ce1cdeeff4fc2 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG
+// run
 
 // Copyright 2010 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 25c246f7df89841968118690f4ef8fb45e74cce0..d4da891d31e27a7aadff62f684e74696607ce893 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: bug266
+// run
 
 // Copyright 2010 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 06ebb89946f4c49ff28bd19541a0804f673a1555..cf8bf841f8b1da65e102fab82c413a54b868bb1b 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG
+// compile
 
 // Copyright 2010 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 2bbc807c599ba1cd21a5e8188d1c9e45860db688..f5f6b14f010eb7e4a1ff9599365b3cbb196d95d1 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG should compile
+// compile
 
 // Copyright 2010 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 844a6b2382c2b9561d5750ebb693af73e128d3b3..dc2308ea6b96456ab8d2329cea98005fb981e109 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG code should run
+// run
 
 // Copyright 2010 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 22b2908c985c786df7ec0561fdf27c97ac92a639..207556493e86d8e324927d2acca6ff74f4173303 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG should compile
+// compile
 
 // Copyright 2010 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 2bbc44a01105f98c1c7e57f699bc591f7bc02ce2..eefed0334b09f952df6b3030b8f635878f4bc7a0 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: should compile
+// compile
 
 // Copyright 2010 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 7eed8fb7abc2c0824b8ffdb57c33a17a5442afc9..0a8a0f09e60deb9c2a1b79e6b32f774d5b76406e 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: bug285
+// run
 
 // Copyright 2010 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index eb678385610ebb713e0f48c52df9c687ea4ae08e..44f05153f48e4b4922f8f4926284144e1da0159f 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: bug286 failed
+// run
 
 // Copyright 2010 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index a58f4e13b14815131ae7a25ab260381af9d798d2..572668f19118ede6672ca6ee6838bb3da7843125 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: bug301.go
+// compile
 
 // Copyright 2010 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 95d81d7951e6187cd514ba5d602ff54003c9d9cd..6e26d14e1f5447be1f3b81c94e965b32db7ea1e2 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: bug314
+// run
 
 // Copyright 2010 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index c59ef29e6c031356d0ea0af2c356282890adaac6..7b8a9e5701296acda09d6ee1ab13be6a62628acb 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: bug315
+// compile
 
 // Copyright 2010 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 2146408a1e285804126cb2301df57ee870b5ea80..e1374122d4673ec6f3d9a84149b62cb6faf78c80 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: bug316
+// compile
 
 // Copyright 2010 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 0cb26c29ba1154a67850b4c88283759183171783..3ff4dc4657eba9576b71bb34e6a9c1dcc0077a28 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: bug317
+// run
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index d0595ff59b60b26e66e78fd6dd50da6641a2fe35..7d018271fc3afa958d98211128277f9a44714434 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: bug321
+// run
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 6c5acd1f4d9bb0a8be2fe53bfd443850f58dcef0..fac0e36289493ddce6370fb84bd9d9e242e0b405 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: bug331
+// run
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 870c9ae24fb43af7752e88daf8ca4c8754f32f1e..bd671696ba6896de85ab8b688d58271fc602117a 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: bug334
+// compile
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 8ee52e1ef05409c76396f7f4da23b00eea2050df..db1af3eaa3839b7c1f03fc994df6c33468219cca 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: bug341
+// run
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index efc87e3d7a509ef6bc44e04f3d22dc7c6e4253b2..82201088b2887a35b4b6d5856085239984ed2079 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: bug343
+// run
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 31284c31a1d8368a2ac45d3e6071c208efcbbc54..d9203aa43530b5bc1dffcabf2bdd6a19489533ef 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: issue2056
+// run
 
 // Copyright 2011 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 62fd006c423e5797000bde0e3609bd7dff18839c..1ae2d6139b74413754cfcd6f80bb42f198db19bc 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: bug352
+// run
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 6a7dfca25f9ba9cb8c3fc94564c748b1e5562b1e..1245d91f5fde5cdfa6f952786fe543867434bc22 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: bug354
+// compile
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index d21f0cfac61f95339b38470814462a6e27ef121e..273c5b8efc9024400a51a6ef51e44e4587b435ec 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: bug344
+// run
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index d2a64bcef4744c479a24101b19e1c433e5d9138b..3e3b7c18187bfeb808db36c11faf93eac596173a 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: bug360
+// compile
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index a6f7208bbd54ab5a3a448deeeb9ea996acde408f..34578565afa04c55b40dd36c591249eb1f9f8a41 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: bug372
+// run
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 527358526375c779f2ebea4b873279a804823449..cb159b0d6be0a2aad5a7b2cae29f662ed6080736 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: bug375
+// run
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index b393b3dc1e9246d96f931047d495dfd357b49c0d..f3346c648dc6a480fe06026e18085824e6b34902 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: bug378
+// run
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index c9db4aea89fc6a8c5a142a23c456dd674d942044..59d5ef903845d49165e2babe4d4094464c2692b8 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo "Bug387"
+// compile
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 81507188b23439a8fed28eab37bf9b1f7a575bc4..07d129ddc4804ba002faebe938a19144c1b4f9b6 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo "Issue2576"
+// compile
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 45d80157902fac568facad76d034251c6ffe2512..f8a9c657819ddc37065ff595ac7c88c55febecb4 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: bug393
+// compile
 
 // Copyright 2012 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 25f6351e068585b4852844aa171291bb41390570..94852c9ee58c4b4b254d8cdd4a472c6adcf17345 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo "Bug399"
+// compile
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 553e217b7d48a380d840609bfe4c925f670206e8..5589b5b1bb0a7f560aba44dc127e28bb8ac3bf29 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo "Bug401"
+// run
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 9d755045b604502e65ef87235da3eb9ce556929c..c6f8534c9ba5da64ad72a12476111d3be1355596 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo "Bug406"
+// run
 
 // Copyright 2012 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 8cd3f5eb9286215a1aae829aab5e953cfad7c636..a9acb42386addd897a8528332210e4ab549972fe 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: should compile
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index cfddde9ce2bdac144408675c7fa55959994b6dbf..df8d3c7366145b1df4299120e2f2285892fd37c6 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG indirect
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 3c2ea5975a14286c334c66d5968384eeaa3ca00a..b89fd0e8248d2d2ef3b49903f4be334ffdc6159e 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG: interface/noeq
+// run
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index 77897704ad5dd0fcde95b4d61bf969d63976b86b..fcc88331e0b3e61e68ec55b5546899d3ae23c920 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: should compile
+// compile
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 40b7f4f9101d21121d430661ff1da628c4b85cf2..3c9d01da4a8288f61c6f58cb052fd5f2c648e82d 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG interface6
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 7946a87502b7fb0a28c410ae4cc48bdabdff6e99..5711ffd94ca14b24f3161739c231fda49e81fdce 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG method3
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index ec4c7addc2d733764deebcac5f69d13045cb1b74..cf0a45fdbfefebb93407d283f0b0a4388544256d 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go || echo BUG: shift2
+// compile
 
 // Copyright 2011 The Go Authors.  All rights reserved.
 // Use of this source code is governed by a BSD-style
index c768777932ac8b9bb80d1f4defa7c63473da7289..5614783e04ea1f867db0c8b88b149217f30813c6 100644 (file)
@@ -1,4 +1,4 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out || echo BUG wrong result
+// run
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style