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
58a320f9
Commit
58a320f9
authored
Dec 12, 2008
by
Rob Pike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test update
R=rsc DELTA=16 (5 added, 10 deleted, 1 changed) OCL=21085 CL=21087
parent
e683fb7a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
test/fixedbugs/bug104.go
test/fixedbugs/bug104.go
+0
-0
test/golden.out
test/golden.out
+1
-6
No files found.
test/bugs/bug104.go
→
test/
fixed
bugs/bug104.go
View file @
58a320f9
File moved
test/golden.out
View file @
58a320f9
=========== ./convlit.go
BUG: errchk: ./convlit.go: missing expected error message on line 16: 'conver|incompatible'
errchk: ./convlit.go: missing expected error message on line 17: 'conver|incompatible'
errchk: ./convlit.go: missing expected error message on line 18: 'conver|incompatible'
errchk: ./convlit.go: missing expected error message on line 22: 'convert'
errchk: ./convlit.go: missing expected error message on line 23: 'overflow'
errchk: ./convlit.go: missing expected error message on line 24: 'overflow'
...
...
@@ -14,7 +12,7 @@ errchk: ./convlit.go: unmatched error messages:
./convlit.go:8: cannot convert non-integer constant to int
./convlit.go:9: cannot convert non-integer constant to int
./convlit.go:11: overflow converting constant to int
./convlit.go:1
2: overflow converting constant to float
./convlit.go:1
1: fatal error: too many errors
==================================================
=========== ./helloworld.go
...
...
@@ -123,9 +121,6 @@ bugs/bug098.go:10: illegal types for operand: AS
**M
BUG should compile
=========== bugs/bug104.go
BUG: errchk: command succeeded unexpectedly: 6g bugs/bug104.go
=========== bugs/bug105.go
bugs/bug105.go:8: P: undefined
bugs/bug105.go:8: illegal types for operand: RETURN
...
...
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