]> Cypherpunks repositories - gostls13.git/commit
[dev.cc] test: disable syntax error tests
authorRuss Cox <rsc@golang.org>
Mon, 23 Feb 2015 19:00:51 +0000 (14:00 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 23 Feb 2015 19:56:11 +0000 (19:56 +0000)
commit5b94a47b7f1ddfa975ffd9fc48f61dac2d47699b
tree14c6a826383343b450a6b73acf35c3c8539f1c34
parent9d6ed4af66e588cf7e9b45e397b53c80bacdc951
[dev.cc] test: disable syntax error tests

These don't work with the new compiler, because the
new compiler doesn't have the custom syntax errors
that I built for the old compiler. It will, just not yet.
(Issue #9968.)

Change-Id: I658f7dab2c7f855340a501f9ae4479c097b28cd3
Reviewed-on: https://go-review.googlesource.com/5632
Reviewed-by: Rob Pike <r@golang.org>
test/fixedbugs/bug121.go
test/fixedbugs/bug349.go
test/fixedbugs/bug388.go
test/fixedbugs/bug435.go
test/fixedbugs/issue4468.go
test/run.go