mirror of
https://github.com/golang/go
synced 2024-11-05 11:46:12 -07:00
81d9621534
R=rsc CC=golang-dev https://golang.org/cl/6128051
29 lines
361 B
Plaintext
29 lines
361 B
Plaintext
|
|
== ./
|
|
|
|
== ken/
|
|
|
|
== chan/
|
|
|
|
== interface/
|
|
|
|
== syntax/
|
|
|
|
== dwarf/
|
|
|
|
== safe/
|
|
|
|
== fixedbugs/
|
|
|
|
=========== fixedbugs/bug429.go
|
|
throw: all goroutines are asleep - deadlock!
|
|
|
|
== bugs/
|
|
|
|
=========== bugs/bug395.go
|
|
bug395 is broken
|
|
|
|
=========== bugs/bug434.go
|
|
bugs/bug434.dir/two.go:10: one.t.int undefined (cannot refer to unexported field or method one.int)
|
|
BUG:bug434
|