summaryrefslogtreecommitdiff
path: root/test/run.go
diff options
context:
space:
mode:
authorJosh Bleecher Snyder <josharian@gmail.com>2014-11-06 15:14:08 -0500
committerJosh Bleecher Snyder <josharian@gmail.com>2014-11-06 15:14:08 -0500
commit352fa16f7b273709aa31813cc85a191e5dae560e (patch)
treedfac6d91c4e218c28296376348fa515ddb280f59 /test/run.go
parent3ff86789aef0118f29d9767720997ee292dfd19c (diff)
downloadgo-352fa16f7b273709aa31813cc85a191e5dae560e.tar.gz
test: move linkx and sinit to run.go
The remaining run-only tests will be migrated to run.go in another CL. This CL will break the build due to issues 8746 and 8806. Update issue 4139 Update issue 8746 Update issue 8806 LGTM=rsc R=rsc, bradfitz, iant CC=golang-codereviews https://codereview.appspot.com/144630044 Committer: Russ Cox <rsc@golang.org>
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 28882cf54..e8ec2df9c 100644
--- a/test/run.go
+++ b/test/run.go
@@ -907,8 +907,6 @@ func (t *test) wantedErrors(file, short string) (errs []wantedError) {
}
var skipOkay = map[string]bool{
- "linkx.go": true, // like "run" but wants linker flags
- "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/bug345.go": true, // needs the appropriate flags in gc invocation.