]> Cypherpunks repositories - gostls13.git/commit
drop output from nilptr tests;
authorRuss Cox <rsc@golang.org>
Tue, 10 Nov 2009 07:11:36 +0000 (23:11 -0800)
committerRuss Cox <rsc@golang.org>
Tue, 10 Nov 2009 07:11:36 +0000 (23:11 -0800)
commitda776791c4f45331b5cd14385e4b0afb28827191
tree16d18e0a6b14ae5e420bd9faf76031a7574293e6
parent3d668c1b5dbd6c693ed1db56b3d156184d9dc5d9
drop output from nilptr tests;
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
13 files changed:
src/run.bash
test/golden.out
test/nilptr/arrayindex.go
test/nilptr/arrayindex1.go
test/nilptr/arraytoslice.go
test/nilptr/arraytoslice1.go
test/nilptr/arraytoslice2.go
test/nilptr/slicearray.go
test/nilptr/structfield.go
test/nilptr/structfield1.go
test/nilptr/structfield2.go
test/nilptr/structfieldaddr.go
test/run