summaryrefslogtreecommitdiff
path: root/test/nilptr/arraytoslice.go
AgeCommit message (Collapse)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-6/+5
2010-04-22runtime: closures, defer bug fix for Native ClientRuss Cox1-0/+1
Enable package tests for Native Client build. R=r CC=golang-dev http://codereview.appspot.com/957042
2009-11-09drop output from nilptr tests;Russ Cox1-1/+2
too hard to make it the same everywhere. still checking for non-zero exit status though. disable core files while running tests R=r http://go/go-review/1026037
2009-10-20bug162, over and overRuss Cox1-0/+35
R=ken OCL=35919 CL=35919