]> Cypherpunks repositories - gostls13.git/commitdiff
more simple test fixes
authorRuss Cox <rsc@golang.org>
Wed, 29 Oct 2008 21:09:48 +0000 (14:09 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 29 Oct 2008 21:09:48 +0000 (14:09 -0700)
R=r
OCL=18035
CL=18035

test/fixedbugs/bug056.go
test/golden.out

index 44473191fc436eaebf6faba11fa17f2a59911beb..d816b7468609a2d92745059eb99196420e4643d6 100644 (file)
@@ -6,7 +6,7 @@
 
 package main
 
-func frexp() (a int, b double) {
+func frexp() (a int, b float64) {
        return 1, 2.0
 }
 
index 7fc4ac72296931d17474915090de3a9393a3b240..b144e0d2fdf0c8e455b3ef257918ec2c3e1a7582 100644 (file)
@@ -145,17 +145,6 @@ BUG: should compile
 bugs/bug108.go:4: stupid shift: 1025
 BUG: errchk: command succeeded unexpectedly:  6g bugs/bug108.go
 
-=========== bugs/bug109.go
-bugs/bug109.go:5: illegal types for operand: MUL
-       float64
-       float32
-bugs/bug109.go:5: illegal types for operand: AS
-       float64
-bugs/bug109.go:6: illegal types for operand: RETURN
-       float32
-       float64
-BUG: should compile
-
 =========== bugs/bug113.go
 BUG: should not succeed
 
@@ -163,6 +152,7 @@ BUG: should not succeed
 (-1) & ((1<<32) - 1) is 1073741823 should be 4294967295
 
 panic on line 78 PC=xxx
+BUG: bug114 failed
 
 =========== fixedbugs/bug016.go
 fixedbugs/bug016.go:7: overflow converting constant to uint