]> Cypherpunks repositories - gostls13.git/commit
test: convert tests to run.go whenever possible.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Wed, 10 Oct 2012 20:35:27 +0000 (22:35 +0200)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Wed, 10 Oct 2012 20:35:27 +0000 (22:35 +0200)
commitdda1b560ec03e3c5da82bef67322f6f4d16cd7eb
tree06ad0b32d3edb70d8c93021e717406bcbdfc3f90
parentc12dab2aa606fda6b8ff54082de775bf7737c866
test: convert tests to run.go whenever possible.

The other tests either need a complex procedure
or are architecture- or OS-dependent.

Update #4139.

R=golang-dev, daniel.morsing, iant
CC=golang-dev
https://golang.org/cl/6618062
15 files changed:
test/ddd2.dir/ddd2.go [new file with mode: 0644]
test/ddd2.dir/ddd3.go [moved from test/ddd3.go with 75% similarity]
test/ddd2.go
test/fixedbugs/bug437.dir/x.go [new file with mode: 0644]
test/fixedbugs/bug437.go
test/interface/embed1.dir/embed0.go [moved from test/interface/embed0.go with 93% similarity]
test/interface/embed1.dir/embed1.go [new file with mode: 0644]
test/interface/embed1.go
test/interface/private.dir/private1.go [moved from test/interface/private1.go with 92% similarity]
test/interface/private.dir/prog.go [new file with mode: 0644]
test/interface/private.go
test/interface/recursive1.dir/recursive1.go [new file with mode: 0644]
test/interface/recursive1.dir/recursive2.go [moved from test/interface/recursive2.go with 72% similarity]
test/interface/recursive1.go
test/run.go