Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
98c208ee
Commit
98c208ee
authored
Oct 05, 2008
by
Rob Pike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug026 and bug060 are fixed. update.
R=rsc DELTA=87 (37 added, 50 deleted, 0 changed) OCL=16498 CL=16507
parent
f464beb6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
13 deletions
+0
-13
test/fixedbugs/bug026.go
test/fixedbugs/bug026.go
+0
-0
test/fixedbugs/bug060.go
test/fixedbugs/bug060.go
+0
-0
test/golden.out
test/golden.out
+0
-11
test/map.go
test/map.go
+0
-2
No files found.
test/bugs/bug026.go
→
test/
fixed
bugs/bug026.go
View file @
98c208ee
File moved
test/bugs/bug060.go
→
test/
fixed
bugs/bug060.go
View file @
98c208ee
File moved
test/golden.out
View file @
98c208ee
...
...
@@ -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
...
...
test/map.go
View file @
98c208ee
...
...
@@ -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
++
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment