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
8c89767c
Commit
8c89767c
authored
Aug 12, 2008
by
Rob Pike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update tests
R=gri OCL=14137 CL=14137
parent
c1ab5a55
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
40 additions
and
5 deletions
+40
-5
bug083.go
test/bugs/bug083.go
+1
-0
bug088.go
test/bugs/bug088.go
+1
-0
bug089.go
test/bugs/bug089.go
+21
-0
bug060.go
test/fixedbugs/bug060.go
+0
-0
bug078.go
test/fixedbugs/bug078.go
+0
-0
golden.out
test/golden.out
+17
-5
No files found.
test/bugs/bug083.go
View file @
8c89767c
...
...
@@ -4,3 +4,4 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
ignored
test/bugs/bug088.go
View file @
8c89767c
...
...
@@ -4,3 +4,4 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
ignored
test/bugs/bug089.go
0 → 100644
View file @
8c89767c
// $G $D/$F.go
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package
main
type
I1
interface
{}
type
I2
interface
{
pr
()
}
func
e
()
I1
;
var
i1
I1
;
var
i2
I2
;
func
main
()
{
i2
=
e
();
// bug089.go:16: fatal error: agen_inter i2i
}
test/bugs/bug060.go
→
test/
fixed
bugs/bug060.go
View file @
8c89767c
File moved
test/bugs/bug078.go
→
test/
fixed
bugs/bug078.go
View file @
8c89767c
File moved
test/golden.out
View file @
8c89767c
...
...
@@ -91,9 +91,6 @@ BUG: known to fail incorrectly
bugs/bug054.go:25: fatal error: agen_inter i2s
BUG: known to fail incorrectly
=========== bugs/bug060.go
BUG: crashes
=========== bugs/bug061.go
bugs/bug061.go:7: illegal types for operand: SLICE
bugs/bug061.go:7: illegal types for operand: AS
...
...
@@ -121,8 +118,8 @@ outer loop top k 1
k not zero
panic on line 310 PC=0x1362
0x1362?zi
main·main(1, 0, 160641
639
2, ...)
main·main(0x1, 0x7fff5fbff
80
8, 0x0, ...)
main·main(1, 0, 160641
495
2, ...)
main·main(0x1, 0x7fff5fbff
26
8, 0x0, ...)
BUG: crashes
Trace/BPT trap ./$A.out
...
...
@@ -164,6 +161,9 @@ bugs/bug081.go:5: first constant must evaluate an expression
BUG: compiler should not crash
Bus error $G $D/$F.go
=========== bugs/bug083.go
BUG: succeeds incorrectly
=========== bugs/bug085.go
bugs/bug085.go:8: P: undefined
BUG: fails incorrectly
...
...
@@ -178,6 +178,18 @@ bugs/bug087.go:8: illegal combination of literals LEN 9
bugs/bug087.go:8: illegal combination of literals LEN 9
BUG: fails incorrectly
=========== bugs/bug088.go
bugs/bug088.dir/bug1.go:8: shape error across :=
bugs/bug088.dir/bug1.go:8: a2: undefined
bugs/bug088.dir/bug1.go:8: b2: undefined
bugs/bug088.dir/bug1.go:8: illegal types for operand: AS
(<(bug0)P.int32>INT32)
BUG: fails incorrectly
=========== bugs/bug089.go
bugs/bug089.go:16: fatal error: agen_inter i2i
BUG: should compile
=========== fixedbugs/bug015.go
fixedbugs/bug015.go:7: overflow converting constant to <int64>INT64
...
...
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