summaryrefslogtreecommitdiff
path: root/test/run.go
diff options
context:
space:
mode:
authorR?my Oudompheng <oudomphe@phare.normalesup.org>2013-01-11 22:42:55 +0100
committerR?my Oudompheng <oudomphe@phare.normalesup.org>2013-01-11 22:42:55 +0100
commit829d91fb72cc4875e180f2640acc6f1718fe2f4b (patch)
tree1fbe0c1c0bf6c701fb96a2b63bc3483de122f4d7 /test/run.go
parent910a0e0c24e512fb1fa5840c31004a0967d65ce2 (diff)
downloadgo-829d91fb72cc4875e180f2640acc6f1718fe2f4b.tar.gz
test: add rotate.go and fixedbugs/bug313
Update issue 4139. R=golang-dev, iant CC=golang-dev https://codereview.appspot.com/7094047
Diffstat (limited to 'test/run.go')
-rw-r--r--test/run.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/run.go b/test/run.go
index c870e7957..c7305d30b 100644
--- a/test/run.go
+++ b/test/run.go
@@ -724,12 +724,10 @@ func (t *test) wantedErrors(file, short string) (errs []wantedError) {
var skipOkay = map[string]bool{
"linkx.go": true,
- "rotate.go": true,
"sigchld.go": true,
"sinit.go": true,
"fixedbugs/bug248.go": true, // combines errorcheckdir and rundir in the same dir.
"fixedbugs/bug302.go": true, // tests both .$O and .a imports.
- "fixedbugs/bug313.go": true, // errorcheckdir with failures in the middle.
"fixedbugs/bug345.go": true, // needs the appropriate flags in gc invocation.
"fixedbugs/bug369.go": true, // needs compiler flags.
"fixedbugs/bug385_32.go": true, // arch-specific errors.