]> Cypherpunks repositories - gostls13.git/commitdiff
bug046 and bug080 are fixed
authorRuss Cox <rsc@golang.org>
Fri, 9 Jan 2009 04:06:37 +0000 (20:06 -0800)
committerRuss Cox <rsc@golang.org>
Fri, 9 Jan 2009 04:06:37 +0000 (20:06 -0800)
R=r
DELTA=72  (30 added, 42 deleted, 0 changed)
OCL=22373
CL=22378

test/fixedbugs/bug046.go [moved from test/bugs/bug046.go with 100% similarity]
test/fixedbugs/bug080.go [moved from test/bugs/bug080.go with 100% similarity]
test/golden.out

similarity index 100%
rename from test/bugs/bug046.go
rename to test/fixedbugs/bug046.go
similarity index 100%
rename from test/bugs/bug080.go
rename to test/fixedbugs/bug080.go
index 8ee55ef353b0bb3b1e3c50814a2bc8afb809850c..132286615f27de462ac3deefd072759f83b56b26 100644 (file)
@@ -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