mirror of
https://github.com/golang/go.git
synced 2025-05-05 23:53:05 +00:00
test: run some more tests by default
R=golang-dev, remyoudompheng, iant, rsc CC=golang-dev https://golang.org/cl/6833043
This commit is contained in:
parent
4e75d2c7d5
commit
6694f14b67
@ -1,7 +1,4 @@
|
|||||||
// $G $F.go && $L $F.$A && ./$A.out arg1 arg2
|
// run arg1 arg2
|
||||||
|
|
||||||
// NOTE: This test is not run by 'run.go' and so not run by all.bash.
|
|
||||||
// To run this test you must use the ./run shell script.
|
|
||||||
|
|
||||||
// Copyright 2009 The Go Authors. All rights reserved.
|
// Copyright 2009 The Go Authors. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
|
@ -1,10 +1,4 @@
|
|||||||
// [ "$GORUN" == "" ] || exit 0 # Android runner gets confused by the NUL output
|
// errorcheckoutput
|
||||||
// $G $D/$F.go && $L $F.$A && ./$A.out >tmp.go &&
|
|
||||||
// errchk $G -e tmp.go
|
|
||||||
// rm -f tmp.go
|
|
||||||
|
|
||||||
// NOTE: This test is not run by 'run.go' and so not run by all.bash.
|
|
||||||
// To run this test you must use the ./run shell script.
|
|
||||||
|
|
||||||
// Copyright 2009 The Go Authors. All rights reserved.
|
// Copyright 2009 The Go Authors. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
|
@ -676,10 +676,7 @@ func (t *test) wantedErrors(file, short string) (errs []wantedError) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var skipOkay = map[string]bool{
|
var skipOkay = map[string]bool{
|
||||||
"args.go": true,
|
|
||||||
"index.go": true,
|
|
||||||
"linkx.go": true,
|
"linkx.go": true,
|
||||||
"nul1.go": true,
|
|
||||||
"rotate.go": true,
|
"rotate.go": true,
|
||||||
"sigchld.go": true,
|
"sigchld.go": true,
|
||||||
"sinit.go": true,
|
"sinit.go": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user