]> Cypherpunks.ru repositories - gostls13.git/commitdiff
test: run some more tests by default
authorIan Lance Taylor <iant@golang.org>
Thu, 8 Nov 2012 17:04:27 +0000 (09:04 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 8 Nov 2012 17:04:27 +0000 (09:04 -0800)
R=golang-dev, remyoudompheng, iant, rsc
CC=golang-dev
https://golang.org/cl/6833043

test/args.go
test/nul1.go
test/run.go

index 9cfddc338b0c4bd84b4014bd09ffa2bc1b3b91a3..0ffe8101e9d862cbf503becb362e28e4bbdf6cac 100644 (file)
@@ -1,7 +1,4 @@
-// $G $F.go && $L $F.$A && ./$A.out 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.
+// run arg1 arg2
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 968c95295132eb6ad8ef7846e44d8da7cb489785..20426b4fa0826352b0189e7f970f267fffbab2bb 100644 (file)
@@ -1,10 +1,4 @@
-// [ "$GORUN" == "" ] || exit 0  # Android runner gets confused by the NUL output 
-// $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.
+// errorcheckoutput
 
 // Copyright 2009 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
index 2b874d7dfc5173923b2630c10224752fe2dbec9d..420b5ddd006f868eb635d92b4ecea3defc2a9fe7 100644 (file)
@@ -676,10 +676,7 @@ func (t *test) wantedErrors(file, short string) (errs []wantedError) {
 }
 
 var skipOkay = map[string]bool{
-       "args.go":                 true,
-       "index.go":                true,
        "linkx.go":                true,
-       "nul1.go":                 true,
        "rotate.go":               true,
        "sigchld.go":              true,
        "sinit.go":                true,