summaryrefslogtreecommitdiff
path: root/test/golden.out
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-11-09 23:11:36 -0800
committerRuss Cox <rsc@golang.org>2009-11-09 23:11:36 -0800
commit6fda1ef4f802ebde3a0e83da65b2c74a32d4ade2 (patch)
tree471b972d63d558ce8c5a4f1b4666bdb880d80f52 /test/golden.out
parenta030176bd97d7f1eb92cd13e04a3a23a9e7b7dc9 (diff)
downloadgo-6fda1ef4f802ebde3a0e83da65b2c74a32d4ade2.tar.gz
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
Diffstat (limited to 'test/golden.out')
-rw-r--r--test/golden.out60
1 files changed, 0 insertions, 60 deletions
diff --git a/test/golden.out b/test/golden.out
index a7dcd090a..7a752e0a5 100644
--- a/test/golden.out
+++ b/test/golden.out
@@ -94,66 +94,6 @@ panic PC=xxx
== nilptr/
-=========== nilptr/arrayindex.go
-SIGSEGV: segmentation violation
-Faulting address: 0x0
-pc: xxx
-
-
-=========== nilptr/arrayindex1.go
-SIGSEGV: segmentation violation
-Faulting address: 0x0
-pc: xxx
-
-
-=========== nilptr/arraytoslice.go
-SIGSEGV: segmentation violation
-Faulting address: 0x0
-pc: xxx
-
-
-=========== nilptr/arraytoslice1.go
-SIGSEGV: segmentation violation
-Faulting address: 0x0
-pc: xxx
-
-
-=========== nilptr/arraytoslice2.go
-SIGSEGV: segmentation violation
-Faulting address: 0x0
-pc: xxx
-
-
-=========== nilptr/slicearray.go
-SIGSEGV: segmentation violation
-Faulting address: 0x0
-pc: xxx
-
-
-=========== nilptr/structfield.go
-SIGSEGV: segmentation violation
-Faulting address: 0x0
-pc: xxx
-
-
-=========== nilptr/structfield1.go
-SIGSEGV: segmentation violation
-Faulting address: 0x0
-pc: xxx
-
-
-=========== nilptr/structfield2.go
-SIGSEGV: segmentation violation
-Faulting address: 0x0
-pc: xxx
-
-
-=========== nilptr/structfieldaddr.go
-SIGSEGV: segmentation violation
-Faulting address: 0x0
-pc: xxx
-
-
== fixedbugs/
=========== fixedbugs/bug016.go