]> Cypherpunks repositories - gostls13.git/commit
test: migrate remaining tests to run.go
authorJosh Bleecher Snyder <josharian@gmail.com>
Thu, 18 Dec 2014 18:34:12 +0000 (10:34 -0800)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 22 Dec 2014 22:41:34 +0000 (22:41 +0000)
commite7173dfdfd1c74b1d301da9b6f295ef99b9cc11c
treebb0cd0dd647d8e2e306266ef57804c30abb5bdc1
parent11779ef420a78e4b4ea5d585577b83d4b8e60854
test: migrate remaining tests to run.go

* bug248, bug345, bug369, and bug429 were ported from bash commands to run scripts. bug369 remains disabled.
* bug395 is a test for issue 1909, which is still open. It is marked as skip now and will be usable with compile with run.go when issue 1909 is fixed.

Fixes #4139

Updates #1909

Change-Id: Ibb5fbfb5cf72ddc285829245318eeacd3fb5a636
Reviewed-on: https://go-review.googlesource.com/1774
Reviewed-by: Russ Cox <rsc@golang.org>
test/bugs/bug395.go
test/fixedbugs/bug248.go
test/fixedbugs/bug345.go
test/fixedbugs/bug369.dir/main.go [new file with mode: 0644]
test/fixedbugs/bug369.go
test/fixedbugs/bug429.go
test/fixedbugs/bug429_run.go [new file with mode: 0644]
test/golden.out [deleted file]
test/run [deleted file]
test/run.go