aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-01-08 20:06:37 -0800
committerRuss Cox <rsc@golang.org>2009-01-08 20:06:37 -0800
commit51c3ac7e3fabaaeb551bb1d287c840d5208e5be4 (patch)
tree3419d852bbc874cbdfb5198494eaeb1d93e5b33b
parente512481b17d240d20f2800189ca5f22ea012906b (diff)
downloadgo-51c3ac7e3fabaaeb551bb1d287c840d5208e5be4.tar.xz
bug046 and bug080 are fixed
R=r DELTA=72 (30 added, 42 deleted, 0 changed) OCL=22373 CL=22378
-rw-r--r--test/fixedbugs/bug046.go (renamed from test/bugs/bug046.go)0
-rw-r--r--test/fixedbugs/bug080.go (renamed from test/bugs/bug080.go)0
-rw-r--r--test/golden.out12
3 files changed, 0 insertions, 12 deletions
diff --git a/test/bugs/bug046.go b/test/fixedbugs/bug046.go
index 8a9b797074..8a9b797074 100644
--- a/test/bugs/bug046.go
+++ b/test/fixedbugs/bug046.go
diff --git a/test/bugs/bug080.go b/test/fixedbugs/bug080.go
index 319eb91c71..319eb91c71 100644
--- a/test/bugs/bug080.go
+++ b/test/fixedbugs/bug080.go
diff --git a/test/golden.out b/test/golden.out
index 8ee55ef353..132286615f 100644
--- a/test/golden.out
+++ b/test/golden.out
@@ -34,9 +34,6 @@ Faulting address: 0x0
pc: xxx
-=========== ./method2.go
-BUG: errchk: command succeeded unexpectedly: 6g ./method2.go
-
=========== ./peano.go
0! = 1
1! = 1
@@ -87,21 +84,12 @@ PASS
=========== bugs/bug041.go
BUG: compilation succeeds incorrectly
-=========== bugs/bug046.go
-BUG: errchk: command succeeded unexpectedly: 6g bugs/bug046.go
-
=========== bugs/bug064.go
bugs/bug064.go:15: illegal types for operand: CALL
int
struct { u int; v int }
BUG: compilation should succeed
-=========== bugs/bug080.go
-bugs/bug080.go:12: illegal types for operand: CALL
- int
- struct { x int; y float }
-BUG: fails incorrectly
-
=========== bugs/bug085.go
bugs/bug085.go:8: P: undefined
BUG: fails incorrectly