summaryrefslogtreecommitdiff
path: root/test/run.go
diff options
context:
space:
mode:
authorR?my Oudompheng <oudomphe@phare.normalesup.org>2012-10-07 18:37:05 +0200
committerR?my Oudompheng <oudomphe@phare.normalesup.org>2012-10-07 18:37:05 +0200
commit95d6c95c6b473015ba200bfd2a1083daf65bd21b (patch)
tree08f1c5ae578c9f62aa7dc6a940745a23ab7c62cb /test/run.go
parent6a8dd15db3b688d4a790bd24fe3537031d3a25ad (diff)
downloadgo-95d6c95c6b473015ba200bfd2a1083daf65bd21b.tar.gz
test: use rundir and errorcheckdir for a few more tests.
Update issue 4139. R=golang-dev, minux.ma CC=golang-dev http://codereview.appspot.com/6620070
Diffstat (limited to 'test/run.go')
-rw-r--r--test/run.go15
1 files changed, 4 insertions, 11 deletions
diff --git a/test/run.go b/test/run.go
index 49bcd96c9..c22bfb2ec 100644
--- a/test/run.go
+++ b/test/run.go
@@ -672,22 +672,15 @@ var skipOkay = map[string]bool{
"dwarf/z7.go": true,
"dwarf/z8.go": true,
"dwarf/z9.go": true,
- "fixedbugs/bug083.go": true,
- "fixedbugs/bug133.go": true,
- "fixedbugs/bug160.go": true,
"fixedbugs/bug191.go": true,
- "fixedbugs/bug248.go": true,
- "fixedbugs/bug302.go": true,
- "fixedbugs/bug313.go": true,
- "fixedbugs/bug322.go": true,
- "fixedbugs/bug324.go": true,
- "fixedbugs/bug345.go": true,
- "fixedbugs/bug367.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,
"fixedbugs/bug382.go": true,
"fixedbugs/bug385_32.go": true,
"fixedbugs/bug385_64.go": true,
- "fixedbugs/bug414.go": true,
"fixedbugs/bug424.go": true,
"fixedbugs/bug429.go": true,
"fixedbugs/bug437.go": true,