summaryrefslogtreecommitdiff
path: root/test/mallocrand.go
AgeCommit message (Collapse)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-5/+5
2010-03-24delete all uses of panicln by rewriting them using panic or,Rob Pike1-2/+4
in the tests, println+panic. gofmt some tests too. R=rsc CC=golang-dev http://codereview.appspot.com/741041
2010-02-03finalizers; merge package malloc into package runtimeRuss Cox1-39/+43
R=r, cw CC=golang-dev http://codereview.appspot.com/198085
2009-10-09time tests; sort -nr times.out | sed 10q is illuminating.Russ Cox1-1/+1
cut the slowest tests down from a few seconds to under half a second. R=r DELTA=21 (6 added, 1 deleted, 14 changed) OCL=35509 CL=35519
2009-06-05fix 386 malloc tests,Russ Cox1-7/+7
detect 386 darwin breakpoint line. R=r DELTA=22 (4 added, 0 deleted, 18 changed) OCL=29929 CL=29944
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-1/+1
plus significant hand editing. Back to T{x} for composite literals. R=r OCL=25612 CL=25632
2009-01-20delete exportRuss Cox1-1/+1
TBR=r OCL=23121 CL=23127
2009-01-16convert tests; nothing interesting.Russ Cox1-3/+3
R=r OCL=23012 CL=23014
2009-01-09simplify flag interface. no more BVal etc. you just get a pointer.Rob Pike1-4/+3
fixed everything except the tutorial. R=rsc DELTA=404 (94 added, 139 deleted, 171 changed) OCL=22414 CL=22422
2008-12-18malloc in runtime (not used by default)Russ Cox1-0/+86
R=r DELTA=1551 (1550 added, 0 deleted, 1 changed) OCL=21404 CL=21538