summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/fixedbugs/bug026.go (renamed from test/bugs/bug026.go)0
-rw-r--r--test/fixedbugs/bug060.go (renamed from test/bugs/bug060.go)0
-rw-r--r--test/golden.out11
-rw-r--r--test/map.go2
4 files changed, 0 insertions, 13 deletions
diff --git a/test/bugs/bug026.go b/test/fixedbugs/bug026.go
index 05925ef3f..05925ef3f 100644
--- a/test/bugs/bug026.go
+++ b/test/fixedbugs/bug026.go
diff --git a/test/bugs/bug060.go b/test/fixedbugs/bug060.go
index 6d558a4f1..6d558a4f1 100644
--- a/test/bugs/bug060.go
+++ b/test/fixedbugs/bug060.go
diff --git a/test/golden.out b/test/golden.out
index a61950296..b83de865d 100644
--- a/test/golden.out
+++ b/test/golden.out
@@ -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
diff --git a/test/map.go b/test/map.go
index 33658bae0..c913fc690 100644
--- a/test/map.go
+++ b/test/map.go
@@ -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++ {