mirror of
https://github.com/golang/go
synced 2024-11-19 04:24:39 -07:00
cd908f1108
The $GOROOT/tests may print "BUG" on failure but do not necessarily exit zero, so we must capture their output too. Details: - make plan9 use unix's valueToBytes function (now in externals.go) - direct the target's syscall.Write and print/println built-ins to a new utility, write(). This may capture the output into a global variable. R=gri, r CC=golang-dev https://golang.org/cl/14550044 |
||
---|---|---|
.. | ||
testdata | ||
external_plan9.go | ||
external_unix.go | ||
external_windows.go | ||
external.go | ||
interp_test.go | ||
interp.go | ||
map.go | ||
ops.go | ||
reflect.go | ||
value.go |