1
0
mirror of https://github.com/golang/go synced 2024-10-05 04:21:22 -06:00
go/src/lib
Russ Cox be76898cb3 change time.Tick test to use 100ms intervals.
now passes even under loaded conditions on r45.

R=r
DELTA=2  (0 added, 0 deleted, 2 changed)
OCL=22019
CL=22022
2009-01-05 11:18:20 -08:00
..
container/array change *map to map; *chan to chan; new(T) to new(*T) 2008-12-19 03:05:37 -08:00
fmt put array test in table, with TODO to fix when arrays work in interfaces. 2008-12-23 09:34:38 -08:00
hash change *map to map; *chan to chan; new(T) to new(*T) 2008-12-19 03:05:37 -08:00
http change *map to map; *chan to chan; new(T) to new(*T) 2008-12-19 03:05:37 -08:00
io change *map to map; *chan to chan; new(T) to new(*T) 2008-12-19 03:05:37 -08:00
json change *map to map; *chan to chan; new(T) to new(*T) 2008-12-19 03:05:37 -08:00
math add author lines 2008-11-25 09:22:58 -08:00
net [] and struct in interfaces. 2008-12-19 17:11:54 -08:00
os convert *[] to []. 2008-12-18 22:37:22 -08:00
reflect [] and struct in interfaces. 2008-12-19 17:11:54 -08:00
regexp change *map to map; *chan to chan; new(T) to new(*T) 2008-12-19 03:05:37 -08:00
strconv change *map to map; *chan to chan; new(T) to new(*T) 2008-12-19 03:05:37 -08:00
sync change *map to map; *chan to chan; new(T) to new(*T) 2008-12-19 03:05:37 -08:00
syscall change *map to map; *chan to chan; new(T) to new(*T) 2008-12-19 03:05:37 -08:00
tabwriter change *map to map; *chan to chan; new(T) to new(*T) 2008-12-19 03:05:37 -08:00
time change time.Tick test to use 100ms intervals. 2009-01-05 11:18:20 -08:00
bignum_test.go one bignum test fails 2008-12-30 14:03:54 -08:00
bignum.go allow slices (open arrays) to be 2008-12-30 14:02:20 -08:00
bufio_test.go change *map to map; *chan to chan; new(T) to new(*T) 2008-12-19 03:05:37 -08:00
bufio.go change *map to map; *chan to chan; new(T) to new(*T) 2008-12-19 03:05:37 -08:00
flag.go change *map to map; *chan to chan; new(T) to new(*T) 2008-12-19 03:05:37 -08:00
Makefile update to new regime. 2008-12-20 17:25:43 -08:00
malloc.go malloc bug fixes. 2008-12-19 03:13:39 -08:00
once_test.go add test for once 2008-12-15 08:56:17 -08:00
once.go change *map to map; *chan to chan; new(T) to new(*T) 2008-12-19 03:05:37 -08:00
rand.go convert *[] to []. 2008-12-18 22:37:22 -08:00
sort_test.go convert *[] to []. 2008-12-18 22:37:22 -08:00
sort.go convert *[] to []. 2008-12-18 22:37:22 -08:00
strings_test.go convert *[] to []. 2008-12-18 22:37:22 -08:00
strings.go convert *[] to []. 2008-12-18 22:37:22 -08:00
testing.go change *map to map; *chan to chan; new(T) to new(*T) 2008-12-19 03:05:37 -08:00
utf8_test.go convert *[] to []. 2008-12-18 22:37:22 -08:00
utf8.go convert *[] to []. 2008-12-18 22:37:22 -08:00