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
c1198b9b
Commit
c1198b9b
authored
Oct 30, 2008
by
Rob Pike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update tests
R=rsc DELTA=159 (65 added, 84 deleted, 10 changed) OCL=18149 CL=18151
parent
eb5a316f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
28 deletions
+9
-28
test/fixedbugs/bug113.go
test/fixedbugs/bug113.go
+0
-0
test/fixedbugs/bug114.go
test/fixedbugs/bug114.go
+0
-0
test/fixedbugs/bug116.go
test/fixedbugs/bug116.go
+0
-0
test/golden.out
test/golden.out
+9
-28
No files found.
test/bugs/bug113.go
→
test/
fixed
bugs/bug113.go
View file @
c1198b9b
File moved
test/bugs/bug114.go
→
test/
fixed
bugs/bug114.go
View file @
c1198b9b
File moved
test/bugs/bug116.go
→
test/
fixed
bugs/bug116.go
View file @
c1198b9b
File moved
test/golden.out
View file @
c1198b9b
...
...
@@ -7,7 +7,7 @@ errchk: ./convlit.go: missing expected error message on line 18: 'conver|incompa
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'
BUG:
errchk: ./convlit.go: unmatched error messages:
errchk: ./convlit.go: unmatched error messages:
==================================================
./convlit.go:8: cannot convert non-integer constant to int
./convlit.go:11: overflow converting constant to int
...
...
@@ -21,11 +21,6 @@ BUG: errchk: ./convlit.go: unmatched error messages:
=========== ./helloworld.go
hello, world
=========== ./interface1.go
./interface1.go:29: illegal types for operand: AS
interface { Next () (*Inst) }
*Inst
=========== ./interface2.go
cannot convert type *main.S_interface2 to interface main.I_interface2: missing method Foo
throw: interface conversion
...
...
@@ -145,14 +140,9 @@ BUG: should compile
bugs/bug108.go:4: stupid shift: 1025
BUG: errchk: command succeeded unexpectedly: 6g bugs/bug108.go
=========== bugs/bug113.go
BUG: should not succeed
=========== bugs/bug114.go
(-1) & ((1<<32) - 1) is 1073741823 should be 4294967295
panic on line 78 PC=xxx
BUG: bug114 failed
=========== bugs/bug115.go
bugs/bug115.go:8: overflow converting constant to uint
BUG: bug115 should compile
=========== fixedbugs/bug016.go
fixedbugs/bug016.go:7: overflow converting constant to uint
...
...
@@ -265,18 +255,9 @@ M
=========== fixedbugs/bug103.go
fixedbugs/bug103.go:8: function requires a return type
=========== bugs/bug115.go
bugs/bug115.go:8: overflow converting constant to uint
BUG: bug115 should compile
=========== bugs/bug116.go
-5>>1 = -2 want -3
-4>>1 = -3 want -2
-3>>1 = -1 want -2
-2>>1 = -2 want -1
-1>>1 = 0 want -1
errors
panic on line 92 PC=xxx
BUG: bug116
=========== fixedbugs/bug113.go
throw: ifaceI2T: wrong type
SIGSEGV: segmentation violation
Faulting address: 0x0
pc: xxx
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