1
0
mirror of https://github.com/golang/go synced 2024-11-26 13:58:48 -07:00
go/test
Russ Cox 3935610e35 chans and maps of interfaces
R=r
DELTA=746  (729 added, 1 deleted, 16 changed)
OCL=20858
CL=20858
2008-12-09 16:16:07 -08:00
..
bugs Tweak comments so that this test passes with gccgo. 2008-12-08 11:31:55 -08:00
chan chans and maps of interfaces 2008-12-09 16:16:07 -08:00
fixedbugs bug128 is fixed 2008-12-04 20:51:47 -08:00
ken range statement 2008-12-05 18:24:05 -08:00
235.go
args.go
char_lit.go
complit.go rewrite &Point{1, 2} as allocation 2008-10-21 16:53:54 -07:00
const.go fix the easy parts of bug120 2008-11-17 13:58:45 -08:00
convlit1.go Match error messages generated by gccgo: 2008-10-20 17:10:03 -07:00
convlit.go fix the easy parts of bug120 2008-11-17 13:58:45 -08:00
dialgoogle.go change meaning of $GOMAXPROCS to number of cpus to use, 2008-11-25 16:48:10 -08:00
empty.go
env.go
errchk make sure errchk only prints BUG once. 2008-10-30 12:43:32 -07:00
export.go
float_lit.go minor int/float fixes 2008-10-29 13:58:12 -07:00
for.go
func1.go
func2.go
func3.go
func.go
golden.out bug128 is fixed 2008-12-04 20:51:47 -08:00
hashmap.go
helloworld.go
hilbert.go A recreational programming exercise: 2008-11-06 14:23:49 -08:00
if1.go
if.go
initcomma.go
int_lit.go
interface1.go Recognize gccgo error message: 2008-10-31 14:55:57 -07:00
interface2.go
interface3.go
interface.go
iota.go test pairwise iota assignment 2008-12-05 15:37:09 -08:00
literal.go
map.go
method1.go Recognize gccgo error messages. This uses GCCGO_ERROR, which 2008-11-11 18:18:34 -08:00
method2.go move invalid method uses to new test 2008-11-04 09:45:27 -08:00
method.go move invalid method uses to new test 2008-11-04 09:45:27 -08:00
newfn.go reject new of function type 2008-10-21 18:03:25 -07:00
nil.go
peano.go
printbig.go
readfile.go
run update golden.out. 2008-11-17 12:44:22 -08:00
sieve.go
sigchld.go preparation for exec. 2008-12-03 14:21:28 -08:00
simassign.go
string_lit.go
switch1.go
switch.go
tcpserver.go change meaning of $GOMAXPROCS to number of cpus to use, 2008-11-25 16:48:10 -08:00
test0.go
turing.go
utf.go minor int/float fixes 2008-10-29 13:58:12 -07:00
varinit.go The scope rules have been clarified to indicate that a 2008-11-17 12:19:02 -08:00
vectors.go - removed uses of vector in favor of array in a few places 2008-11-19 15:16:20 -08:00