go/src
Elias Naur ef38e21eb5 net: pass TMPDIR to test client process
Fixes the TestSplice test on Android where the default
TMPDIR (/data/local/tmp) might not be available.

Change-Id: I4f104d11254ba855b1bd2dfa0547d69b7bce4878
Reviewed-on: https://go-review.googlesource.com/c/go/+/170947
Run-TryBot: Elias Naur <mail@eliasnaur.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-04-07 18:55:23 +00:00
..
archive
bufio
builtin builtin: spec correction for panic() 2019-04-05 00:52:55 +00:00
bytes bytes: merge explodetests into splittests 2019-04-03 14:46:01 +00:00
cmd cmd/compile: remove AUNDEF opcode 2019-04-07 01:15:28 +00:00
compress cmd/go: further reduce init work 2019-03-31 10:49:55 +00:00
container
context context: don't depend on fmt 2019-03-27 02:37:56 +00:00
crypto crypto/tls: simplify intermediate certificate handling 2019-04-02 20:29:58 +00:00
database/sql database/sql: add NullTime 2019-04-05 18:03:45 +00:00
debug
encoding encoding/json: use SetBytes in UnmarshalReuse benchmark 2019-04-05 20:54:50 +00:00
errors
expvar
flag cmd/go: further reduce init work 2019-03-31 10:49:55 +00:00
fmt fmt: fix spelling mistake in example 2019-03-25 21:03:10 +00:00
go go/ast: fix SortImports to handle block comments 2019-03-28 23:49:52 +00:00
hash
html
image image: deprecate ZP and ZR 2019-04-07 03:44:17 +00:00
index/suffixarray
internal syscall: avoid _getdirentries64 on darwin 2019-04-03 21:27:05 +00:00
io
log log: expose Writer() method of the standard logger 2019-03-25 01:18:56 +00:00
math math/big: do not panic in Exp when y < 0 and x doesn't have an inverse 2019-04-04 23:02:09 +00:00
mime mime: add .jpeg for builtin 2019-04-03 18:17:48 +00:00
net net: pass TMPDIR to test client process 2019-04-07 18:55:23 +00:00
os os/exec: skip unsupported test on Android 2019-04-07 18:34:41 +00:00
path path/filepath: add examples for Base, Dir and IsAbs 2019-03-25 02:57:06 +00:00
plugin cmd/compile: reorganize init functions 2019-03-18 20:10:55 +00:00
reflect reflect: document that method sets are lexicographically sorted 2019-04-03 19:00:48 +00:00
regexp
runtime runtime: separate stack freeing from stack shrinking 2019-04-05 20:19:59 +00:00
sort sort, internal/reflectlite: flesh out reflectlite enough for use by sort 2019-03-27 04:58:23 +00:00
strconv
strings strings: document that NewReplacer can panic 2019-04-03 20:15:58 +00:00
sync sync: smooth out Pool behavior over GC with a victim cache 2019-04-05 18:49:08 +00:00
syscall syscall: use openat instead of dup to make a really new file descriptor 2019-04-05 20:40:01 +00:00
testdata
testing testing: correct two spelling/grammar issues 2019-03-25 22:26:21 +00:00
text text/template: allow using -}} with many spaces 2019-03-24 09:06:14 +00:00
time time: optimize Sub 2019-03-19 04:10:33 +00:00
unicode
unsafe
vendor
Make.dist
all.bash
all.bat
all.rc
bootstrap.bash bootstrap.bash: remove exec wrappers 2019-04-07 14:32:14 +00:00
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
go.mod
go.sum
iostest.bash
make.bash
make.bat
make.rc
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc