go/test/bugs
Ian Lance Taylor 3dbf65871c test: adjust bug324 to expect run-time failure, not compile-time.
Failing at compile time requires that for each conversion
between two interface types the compiler compare the sets of
unexported methods to see if they come from different
packages.  Since this test will fail approximately never on
real code, and since it can't catch all cases of the problem,
I don't think it's worth testing in the compiler.  This CL
changes this test to look for a run-time panic rather than a
compile-time error.

R=gri, rsc1, iant2, rsc
CC=golang-dev
https://golang.org/cl/4332041
2011-03-29 15:03:09 -07:00
..
bug322.dir test: adjust bugs/bug322 to match current spec. 2011-03-29 06:49:21 -07:00
bug324.dir test: adjust bug324 to expect run-time failure, not compile-time. 2011-03-29 15:03:09 -07:00
bug322.go issue 1402: added test case 2011-02-03 20:35:14 -08:00
bug324.go test: adjust bug324 to expect run-time failure, not compile-time. 2011-03-29 15:03:09 -07:00
placeholder address bug193 and add note to spec about it. 2009-10-20 08:27:14 -07:00