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
123bd8f2
Commit
123bd8f2
authored
Oct 29, 2008
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more simple test fixes
R=r OCL=18035 CL=18035
parent
9eebfe6c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
12 deletions
+2
-12
bug056.go
test/fixedbugs/bug056.go
+1
-1
golden.out
test/golden.out
+1
-11
No files found.
test/fixedbugs/bug056.go
View file @
123bd8f2
...
...
@@ -6,7 +6,7 @@
package
main
func
frexp
()
(
a
int
,
b
double
)
{
func
frexp
()
(
a
int
,
b
float64
)
{
return
1
,
2.0
}
...
...
test/golden.out
View file @
123bd8f2
...
...
@@ -145,17 +145,6 @@ BUG: should compile
bugs/bug108.go:4: stupid shift: 1025
BUG: errchk: command succeeded unexpectedly: 6g bugs/bug108.go
=========== bugs/bug109.go
bugs/bug109.go:5: illegal types for operand: MUL
float64
float32
bugs/bug109.go:5: illegal types for operand: AS
float64
bugs/bug109.go:6: illegal types for operand: RETURN
float32
float64
BUG: should compile
=========== bugs/bug113.go
BUG: should not succeed
...
...
@@ -163,6 +152,7 @@ BUG: should not succeed
(-1) & ((1<<32) - 1) is 1073741823 should be 4294967295
panic on line 78 PC=xxx
BUG: bug114 failed
=========== fixedbugs/bug016.go
fixedbugs/bug016.go:7: overflow converting constant to uint
...
...
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