From: Rob Pike Date: Wed, 10 Dec 2008 22:59:43 +0000 (-0800) Subject: another bug cleanup. X-Git-Tag: weekly.2009-11-06~2535 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=77fbc310e4d9a44dc0c98561709793a2a0a59a15;p=gostls13.git another bug cleanup. R=rsc DELTA=117 (54 added, 62 deleted, 1 changed) OCL=20924 CL=20927 --- diff --git a/test/bugs/bug120.go b/test/fixedbugs/bug120.go similarity index 100% rename from test/bugs/bug120.go rename to test/fixedbugs/bug120.go diff --git a/test/golden.out b/test/golden.out index 0e8aca4735..5ed3174070 100644 --- a/test/golden.out +++ b/test/golden.out @@ -152,12 +152,6 @@ BUG: should compile panic PC=xxx BUG: should not fail -=========== bugs/bug120.go -Bad float64 const: 1e23+1 want 1.0000000000000001e+23 got 1e+23 - want exact: 100000000000000008388608 - got exact: 99999999999999991611392 -BUG: bug120 - =========== bugs/bug121.go BUG: compilation succeeds incorrectly @@ -291,5 +285,3 @@ SIGSEGV: segmentation violation Faulting address: 0x0 pc: xxx - -=========== fixedbugs/bug126.go