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
c0eb7026
Commit
c0eb7026
authored
Jul 07, 2008
by
Rob Pike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug update
SVN=126121
parent
bf14ef61
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
9 deletions
+12
-9
bug049.go
test/bugs/bug049.go
+2
-0
bug055.go
test/bugs/bug055.go
+1
-1
bug023.go
test/fixedbugs/bug023.go
+0
-0
bug050.go
test/fixedbugs/bug050.go
+0
-0
golden.out
test/golden.out
+9
-8
No files found.
test/bugs/bug049.go
View file @
c0eb7026
...
@@ -12,6 +12,8 @@ func atom(s string) {
...
@@ -12,6 +12,8 @@ func atom(s string) {
}
}
}
}
func
main
()
{}
/*
/*
bug047.go:4: fatal error: stringpool: not string
bug047.go:4: fatal error: stringpool: not string
*/
*/
test/bugs/bug055.go
View file @
c0eb7026
...
@@ -15,7 +15,7 @@ func main() {
...
@@ -15,7 +15,7 @@ func main() {
if
true
{}
else
i
++
if
true
{}
else
i
++
type
s
struct
{};
type
s
struct
{};
i
=
0
i
=
0
type
s
int
type
s
2
int
var
k
=
func
(
a
int
)
int
{
return
a
+
1
}(
3
);
var
k
=
func
(
a
int
)
int
{
return
a
+
1
}(
3
);
ro
:
ro
:
}
}
test/bugs/bug023.go
→
test/
fixed
bugs/bug023.go
View file @
c0eb7026
File moved
test/bugs/bug050.go
→
test/
fixed
bugs/bug050.go
View file @
c0eb7026
File moved
test/golden.out
View file @
c0eb7026
...
@@ -112,8 +112,6 @@ BUG: known to fail incorrectly
...
@@ -112,8 +112,6 @@ BUG: known to fail incorrectly
=========== bugs/bug015.go
=========== bugs/bug015.go
BUG: known to succeed incorrectly
BUG: known to succeed incorrectly
=========== bugs/bug023.go
=========== bugs/bug025.go
=========== bugs/bug025.go
bugs/bug025.go:7: variable exported but not defined: Foo
bugs/bug025.go:7: variable exported but not defined: Foo
...
@@ -175,11 +173,8 @@ bugs/bug048.go:7: illegal types for operand: CONV
...
@@ -175,11 +173,8 @@ bugs/bug048.go:7: illegal types for operand: CONV
BUG: known to fail incorrectly
BUG: known to fail incorrectly
=========== bugs/bug049.go
=========== bugs/bug049.go
getu: main·.stringo: not defined
=========== bugs/bug050.go
BUG: link failure
bugs/bug050.go:3: package statement must be first
sys.6:1 bugs/bug050.go:3: syntax error
BUG: segfault
=========== bugs/bug052.go
=========== bugs/bug052.go
SIGSEGV: segmentation violation
SIGSEGV: segmentation violation
...
@@ -212,7 +207,7 @@ bugs/bug054.go:25: fatal error: agen_inter i2s
...
@@ -212,7 +207,7 @@ bugs/bug054.go:25: fatal error: agen_inter i2s
BUG: known to fail incorrectly
BUG: known to fail incorrectly
=========== bugs/bug055.go
=========== bugs/bug055.go
bug
055.go:1: fatal error: cant open: bug055.go
bug
s/bug055.go:15: fatal error: allocparams: this class
BUG: known to fail incorrectly
BUG: known to fail incorrectly
=========== bugs/bug057.go
=========== bugs/bug057.go
...
@@ -280,6 +275,8 @@ BUG: compilation should succeed
...
@@ -280,6 +275,8 @@ BUG: compilation should succeed
=========== fixedbugs/bug022.go
=========== fixedbugs/bug022.go
=========== fixedbugs/bug023.go
=========== fixedbugs/bug024.go
=========== fixedbugs/bug024.go
=========== fixedbugs/bug028.go
=========== fixedbugs/bug028.go
...
@@ -314,6 +311,10 @@ fixedbugs/bug039.go:6: var x redeclared in this block
...
@@ -314,6 +311,10 @@ fixedbugs/bug039.go:6: var x redeclared in this block
=========== fixedbugs/bug045.go
=========== fixedbugs/bug045.go
=========== fixedbugs/bug050.go
fixedbugs/bug050.go:3: package statement must be first
sys.6:1 fixedbugs/bug050.go:3: syntax error
=========== fixedbugs/bug051.go
=========== fixedbugs/bug051.go
fixedbugs/bug051.go:10: expression must be a constant
fixedbugs/bug051.go:10: expression must be a constant
...
...
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