summaryrefslogtreecommitdiff
path: root/test/run.go
diff options
context:
space:
mode:
authorR?my Oudompheng <oudomphe@phare.normalesup.org>2012-10-07 23:22:01 +0200
committerR?my Oudompheng <oudomphe@phare.normalesup.org>2012-10-07 23:22:01 +0200
commitc6a943e3a4b19ecfb32317daadf113c1026f0af2 (patch)
tree0db80d967a5d42cfea0b2f355af50fa10349f5a0 /test/run.go
parent25657303b6d9a351354abf644053efe6c7c4f25e (diff)
downloadgo-c6a943e3a4b19ecfb32317daadf113c1026f0af2.tar.gz
test: convert more tests to rundir/compiledir conventions
Update issue 4139. R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/6609051
Diffstat (limited to 'test/run.go')
-rw-r--r--test/run.go12
1 files changed, 3 insertions, 9 deletions
diff --git a/test/run.go b/test/run.go
index a6464e380..b6437ee1d 100644
--- a/test/run.go
+++ b/test/run.go
@@ -639,11 +639,8 @@ func (t *test) wantedErrors(file, short string) (errs []wantedError) {
var skipOkay = map[string]bool{
"args.go": true,
"ddd3.go": true,
- "import3.go": true,
- "import4.go": true,
"index.go": true,
"linkx.go": true,
- "method4.go": true,
"nul1.go": true,
"rotate.go": true,
"sigchld.go": true,
@@ -672,16 +669,13 @@ var skipOkay = map[string]bool{
"dwarf/z7.go": true,
"dwarf/z8.go": true,
"dwarf/z9.go": true,
- "fixedbugs/bug191.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/bug424.go": true,
+ "fixedbugs/bug369.go": true, // needs compiler flags.
+ "fixedbugs/bug385_32.go": true, // arch-specific errors.
+ "fixedbugs/bug385_64.go": true, // arch-specific errors.
"fixedbugs/bug429.go": true,
"fixedbugs/bug437.go": true,
"bugs/bug395.go": true,