go/test/fixedbugs/bug248.dir
Yury Smolsky cb80c28961 test: eliminate use of Perl in test/fixedbugs/bug248.go
This change enables bug248 to be tested with Go code.
For that, it adds a flag -1 to error check and run directory
with one package failing compilation prior the last package
which should be run.

Specifically, the "p" package in bug1.go file was renamed into "q"
to compile them in separate steps,
bug2.go and bug3.go files were reordered,
bug2.go was changed into non-main package.

Updates #25586.

Change-Id: Ie47aacd56ebb2ce4eac66c792d1a53e1e30e637c
Reviewed-on: https://go-review.googlesource.com/114818
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-05-26 15:20:42 +00:00
..
bug0.go test: Add the usual Copyright notice. 2012-01-24 14:48:15 -05:00
bug1.go test: eliminate use of Perl in test/fixedbugs/bug248.go 2018-05-26 15:20:42 +00:00
bug2.go test: eliminate use of Perl in test/fixedbugs/bug248.go 2018-05-26 15:20:42 +00:00
bug3.go test: eliminate use of Perl in test/fixedbugs/bug248.go 2018-05-26 15:20:42 +00:00