Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
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
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
28 deletions
+9
-28
bug113.go
test/fixedbugs/bug113.go
+0
-0
bug114.go
test/fixedbugs/bug114.go
+0
-0
bug116.go
test/fixedbugs/bug116.go
+0
-0
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
...
@@ -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 22: 'convert'
errchk: ./convlit.go: missing expected error message on line 23: 'overflow'
errchk: ./convlit.go: missing expected error message on line 23: 'overflow'
errchk: ./convlit.go: missing expected error message on line 24: '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:8: cannot convert non-integer constant to int
./convlit.go:11: overflow converting constant to int
./convlit.go:11: overflow converting constant to int
...
@@ -21,11 +21,6 @@ BUG: errchk: ./convlit.go: unmatched error messages:
...
@@ -21,11 +21,6 @@ BUG: errchk: ./convlit.go: unmatched error messages:
=========== ./helloworld.go
=========== ./helloworld.go
hello, world
hello, world
=========== ./interface1.go
./interface1.go:29: illegal types for operand: AS
interface { Next () (*Inst) }
*Inst
=========== ./interface2.go
=========== ./interface2.go
cannot convert type *main.S_interface2 to interface main.I_interface2: missing method Foo
cannot convert type *main.S_interface2 to interface main.I_interface2: missing method Foo
throw: interface conversion
throw: interface conversion
...
@@ -145,14 +140,9 @@ BUG: should compile
...
@@ -145,14 +140,9 @@ BUG: should compile
bugs/bug108.go:4: stupid shift: 1025
bugs/bug108.go:4: stupid shift: 1025
BUG: errchk: command succeeded unexpectedly: 6g bugs/bug108.go
BUG: errchk: command succeeded unexpectedly: 6g bugs/bug108.go
=========== bugs/bug113.go
=========== bugs/bug115.go
BUG: should not succeed
bugs/bug115.go:8: overflow converting constant to uint
BUG: bug115 should compile
=========== bugs/bug114.go
(-1) & ((1<<32) - 1) is 1073741823 should be 4294967295
panic on line 78 PC=xxx
BUG: bug114 failed
=========== fixedbugs/bug016.go
=========== fixedbugs/bug016.go
fixedbugs/bug016.go:7: overflow converting constant to uint
fixedbugs/bug016.go:7: overflow converting constant to uint
...
@@ -265,18 +255,9 @@ M
...
@@ -265,18 +255,9 @@ M
=========== fixedbugs/bug103.go
=========== fixedbugs/bug103.go
fixedbugs/bug103.go:8: function requires a return type
fixedbugs/bug103.go:8: function requires a return type
=========== bugs/bug115.go
=========== fixedbugs/bug113.go
bugs/bug115.go:8: overflow converting constant to uint
throw: ifaceI2T: wrong type
BUG: bug115 should compile
SIGSEGV: segmentation violation
Faulting address: 0x0
=========== bugs/bug116.go
pc: xxx
-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
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