]> Cypherpunks repositories - gostls13.git/commitdiff
bug026 and bug060 are fixed. update.
authorRob Pike <r@golang.org>
Sun, 5 Oct 2008 15:34:48 +0000 (08:34 -0700)
committerRob Pike <r@golang.org>
Sun, 5 Oct 2008 15:34:48 +0000 (08:34 -0700)
R=rsc
DELTA=87  (37 added, 50 deleted, 0 changed)
OCL=16498
CL=16507

test/fixedbugs/bug026.go [moved from test/bugs/bug026.go with 100% similarity]
test/fixedbugs/bug060.go [moved from test/bugs/bug060.go with 100% similarity]
test/golden.out
test/map.go

similarity index 100%
rename from test/bugs/bug026.go
rename to test/fixedbugs/bug026.go
similarity index 100%
rename from test/bugs/bug060.go
rename to test/fixedbugs/bug060.go
index a6195029694dac1db961190cf11a858ad8dafd99..b83de865dc7e2005b9088e7dd1a94ebd7258827c 100644 (file)
@@ -5,9 +5,6 @@ BUG: errchk: func3.go: missing expected error message on line 14: 'type'
 =========== ./helloworld.go
 hello, world
 
-=========== ./map.go
-skipping increment test until bug060 is fixed
-
 =========== ./peano.go
 0! = 1
 1! = 1
@@ -56,20 +53,12 @@ PASS
 bugs/bug020.go:7: type of a structure field cannot be an open array
 BUG should compile
 
-=========== bugs/bug026.go
-sys·printnl: main·sigt_I: not defined
-BUG: known to fail incorrectly
-
 =========== bugs/bug032.go
 BUG: compilation succeeds incorrectly
 
 =========== bugs/bug041.go
 BUG: compilation succeeds incorrectly
 
-=========== bugs/bug060.go
-map does not increment
-BUG: map increment
-
 =========== bugs/bug064.go
 bugs/bug064.go:15: illegal types for operand: CALL
        int32
index 33658bae0f081b8005fedee50f2c4660d5c8fc9b..c913fc6909658f96c893dd1cc0d49fde5421e3fb 100644 (file)
@@ -412,8 +412,6 @@ func main() {
                }
        }
        
-       print("skipping increment test until bug060 is fixed\n");
-       return;
 
        // tests for structured map element updates
        for i := 0; i < count; i++ {