1
0
mirror of https://github.com/golang/go synced 2024-11-26 13:48:05 -07:00
go/test
Ian Lance Taylor ce15158502 Test that a break statement inside a select statement breaks
out of the enclosing loop.

R=ken
DELTA=20  (20 added, 0 deleted, 0 changed)
OCL=18686
CL=18714
2008-11-06 15:24:10 -08:00
..
bugs Test that a break statement inside a select statement breaks 2008-11-06 15:24:10 -08:00
chan Fix powser1.go to compile with the current 6g, which doesn't 2008-11-05 12:06:48 -08:00
fixedbugs fixed tests 2008-11-03 15:52:34 -08:00
ken types 2008-10-29 14:09:32 -07:00
235.go
args.go
bignum_test.go - implemented String() and Format functionality in Bignum 2008-11-06 12:13:52 -08:00
bufiolib.go update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00
char_lit.go
complit.go rewrite &Point{1, 2} as allocation 2008-10-21 16:53:54 -07:00
const.go
convlit1.go Match error messages generated by gccgo: 2008-10-20 17:10:03 -07:00
convlit.go Match gccgo error messages. 2008-10-22 16:09:24 -07:00
dialgoogle.go update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00
empty.go test of new empty productions 2008-10-08 15:33:18 -07:00
env.go
errchk make sure errchk only prints BUG once. 2008-10-30 12:43:32 -07:00
export.go diagnose export of incomplete type 2008-10-15 17:51:23 -07:00
float_lit.go minor int/float fixes 2008-10-29 13:58:12 -07:00
fmt_test.go update Fmt interface: d=int, ud=uint, d32=int32, d64=int64, etc. 2008-10-29 14:28:19 -07:00
for.go
func1.go
func2.go
func3.go
func.go
golden.out Test that a break statement inside a select statement breaks 2008-11-06 15:24:10 -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 allow trailing comma in braced initialized list 2008-10-14 17:10:39 -07:00
int_lit.go
interface1.go Recognize gccgo error message: 2008-10-31 14:55:57 -07:00
interface2.go more interface checks: 2008-10-08 09:21:57 -07:00
interface3.go do not set t->recur on basic types. 2008-10-17 17:51:29 -07:00
interface.go test that mutually recursive interfaces compile 2008-10-07 12:36:39 -07:00
iota.go
literal.go
map.go
math.go
method1.go fix method function type compare bug (again) 2008-10-24 14:56:54 -07: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 update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00
run
sieve.go update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00
simassign.go
sorting.go
string_lit.go
stringslib.go add primitive ftoa, dtoa to strings library. 2008-10-20 13:53:20 -07:00
switch1.go
switch.go
tcpserver.go update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00
test0.go
timelib.go update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00
turing.go
utf.go minor int/float fixes 2008-10-29 13:58:12 -07:00
vectors.go