test: use testlib in a few more cases.

R=golang-dev, rsc
CC=golang-dev, remy
https://golang.org/cl/5688057
This commit is contained in:
Rémy Oudompheng 2012-02-22 00:19:59 +01:00
parent 9a26a7822e
commit fc3797a491
7 changed files with 11 additions and 7 deletions

View 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

View 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

View 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

View 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

View 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

View 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

View 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