1
0
mirror of https://github.com/golang/go synced 2024-11-19 15:44:44 -07:00
go/test/ken
Ian Lance Taylor 450c955bd9 test: test slice beyond len
When slicing a slice, the bounds may be > len as long as they
are <= cap.  Interestingly, gccgo got that wrong and still
passed the testsuite and all the library tests.

R=golang-dev, rsc, iant
CC=golang-dev
https://golang.org/cl/5622053
2012-02-03 06:29:30 -08:00
..
array.go test: test slice beyond len 2012-02-03 06:29:30 -08:00
chan1.go
chan.go
complit.go
convert.go test/ken/convert.go: add conversion torture test 2010-11-01 17:49:06 -07:00
cplx0.go test: split golden.out into expected output per test 2012-01-18 16:12:24 -08:00
cplx0.out test: split golden.out into expected output per test 2012-01-18 16:12:24 -08:00
cplx1.go delete float, complex - code changes 2011-01-19 23:09:00 -05:00
cplx2.go gc: handle complex CONVNOP 2011-09-19 11:50:53 -04:00
cplx3.go test: split golden.out into expected output per test 2012-01-18 16:12:24 -08:00
cplx4.go test: change several tests to not print 2012-01-18 14:31:31 -08:00
cplx5.go test: split golden.out into expected output per test 2012-01-18 16:12:24 -08:00
divconst.go renaming_4: gofix -r everything/but/src/pkg 2011-11-08 15:43:02 -08:00
divmod.go
embed.go
for.go
interbasic.go
interfun.go
intervar.go test: split golden.out into expected output per test 2012-01-18 16:12:24 -08:00
label.go test: change several tests to not print 2012-01-18 14:31:31 -08:00
litfun.go
mfunc.go
modconst.go renaming_4: gofix -r everything/but/src/pkg 2011-11-08 15:43:02 -08:00
ptrfun.go
ptrvar.go
range.go
rob1.go test: change several tests to not print 2012-01-18 14:31:31 -08:00
rob2.go test: change several tests to not print 2012-01-18 14:31:31 -08:00
robfor.go
robfunc.go delete float, complex - code changes 2011-01-19 23:09:00 -05:00
shift.go
simparray.go
simpbool.go
simpconv.go delete float, complex - code changes 2011-01-19 23:09:00 -05:00
simpfun.go
simpswitch.go test: change several tests to not print 2012-01-18 14:31:31 -08:00
simpvar.go
slicearray.go delete float, complex - code changes 2011-01-19 23:09:00 -05:00
sliceslice.go delete float, complex - code changes 2011-01-19 23:09:00 -05:00
string.go test: split golden.out into expected output per test 2012-01-18 16:12:24 -08:00
string.out test: split golden.out into expected output per test 2012-01-18 16:12:24 -08:00
strvar.go