1
0
mirror of https://github.com/golang/go synced 2024-11-20 11:04:56 -07:00
go/src/pkg
Akshat Kumar c74f3c4576 runtime: add support for panic/recover in Plan 9 note handler
This change also resolves some issues with note handling: we now make
sure that there is enough room at the bottom of every goroutine to
execute the note handler, and the `exitstatus' is no longer a global
entity, which resolves some race conditions.

R=rminnich, npe, rsc, ality
CC=golang-dev
https://golang.org/cl/6569068
2013-01-30 02:53:56 -08:00
..
archive all: use t.Skip{,f} 2013-01-24 17:32:10 +11:00
bufio cmd/gofmt, bufio, image: Consistency and error handling. 2013-01-07 11:15:53 +11:00
builtin
bytes bytes: fix UnreadByte failure after ReadBytes 2013-01-11 17:02:21 +11:00
compress all: use t.Skip{,f} 2013-01-24 17:32:10 +11:00
container container/list: avoid memory leaks 2013-01-09 15:22:48 -08:00
crypto all: use t.Skip{,f} 2013-01-24 17:32:10 +11:00
database/sql database/sql: document args, add a couple examples 2013-01-11 14:46:49 -08:00
debug all: make tests able to run multiple times. 2013-01-27 00:24:09 +01:00
encoding encoding/json: add test for Unmarshal of malformed data 2013-01-29 13:34:18 -08:00
errors
exp exp/ssa: make Parameters values, not addresses. 2013-01-29 10:49:16 -05:00
expvar all: make tests able to run multiple times. 2013-01-27 00:24:09 +01:00
flag all: make tests able to run multiple times. 2013-01-27 00:24:09 +01:00
fmt fmt: Remove dead code and make comments and variables consistent. 2013-01-22 17:12:45 -05:00
go go/build: clean up after rollback 2013-01-30 09:10:58 +11:00
hash
html html/template: remove noescape support 2013-01-18 10:30:12 +11:00
image all: use io.ByteWriter now that it exists 2013-01-08 12:15:19 -08:00
index/suffixarray
io
log all: use t.Skip{,f} 2013-01-24 17:32:10 +11:00
math math/big: add Rat.{,Set}Float64 methods for IEEE 754 conversions. 2013-01-28 18:00:15 -05:00
mime mime, strconv: Make testdata more consistent. 2013-01-22 13:44:35 -08:00
net net: fix windows build 2013-01-28 09:37:10 -08:00
old/netchan
os all: make tests able to run multiple times. 2013-01-27 00:24:09 +01:00
path
reflect
regexp all: use t.Skip{,f} 2013-01-24 17:32:10 +11:00
runtime runtime: add support for panic/recover in Plan 9 note handler 2013-01-30 02:53:56 -08:00
sort
strconv mime, strconv: Make testdata more consistent. 2013-01-22 13:44:35 -08:00
strings
sync all: use t.Skip{,f} 2013-01-24 17:32:10 +11:00
syscall net, syscall: use accept4 and SOCK_CLOEXEC on Linux 2013-01-28 08:54:15 -08:00
testing testing: add Skip/Skipf 2013-01-23 10:22:33 +11:00
text text/template/parse: don't show itemType in error messages 2013-01-22 02:48:40 +08:00
time time: make TestReset more reliable 2013-01-22 17:25:58 -08:00
unicode utf8: fix typo. 2013-01-09 11:07:13 -08:00
unsafe