1
0
mirror of https://github.com/golang/go synced 2024-11-19 12:34:47 -07:00
go/src
Tobias Klauser 88756931d0 cmd/vendor/golang.org/x: pick up fixes for broken android and linux tests
While fixing some failing tests, CL 114416 also picked up the newly
added TestXattr from golang.org/x/sys/unix which fails on android. Pick
up CL 114535 to fix it as well.

Also pick up CL 114616 to fix TestStatx occasionally failing on linux.

Change-Id: I6ebebd7761fa7a086d96ee0447dbbc5c6b94131d
Reviewed-on: https://go-review.googlesource.com/114575
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-05-25 16:49:28 +00:00
..
archive archive/zip: avoid data descriptor when writing directories 2018-05-02 23:34:50 +00:00
bufio
builtin
bytes bytes, strings: improve EqualFold fast version for ASCII 2018-05-01 18:52:19 +00:00
cmd cmd/vendor/golang.org/x: pick up fixes for broken android and linux tests 2018-05-25 16:49:28 +00:00
compress compress/flate: do not rename math/bits import 2018-05-07 15:42:46 +00:00
container
context
crypto crypto/{aes,internal/cipherhw,tls}: use common internal/cpu in place of cipherhw 2018-05-23 22:22:09 +00:00
database/sql database/sql: add note to Scanner that the database owns values 2018-05-11 20:28:02 +00:00
debug debug/pe: gofmt 2018-05-23 12:26:19 +00:00
encoding encoding/base32: remove redundant conditional 2018-05-22 17:12:05 +00:00
errors
expvar
flag
fmt
go cmd/go, cmd/vet, go/internal/gccgoimport: make vet work with gccgo 2018-05-24 22:08:00 +00:00
hash
html html/template: always write untyped nil as JS null 2018-05-09 04:09:29 +00:00
image
index/suffixarray
internal Revert "internal/trace: change Less to make sorting events deterministice" 2018-05-24 18:03:21 +00:00
io io: calculate buffer size only when needed 2018-05-06 15:52:31 +00:00
log log/syslog: skip tests that depend on daemon on builders 2018-05-22 18:26:03 +00:00
math math/big: reduce allocations in Karatsuba case of sqr 2018-05-23 23:01:10 +00:00
mime mime: do a pre-allocation in encodeWord 2018-05-15 16:20:14 +00:00
net net: skip test in full test mode when running in a container 2018-05-24 19:45:22 +00:00
os os: Add example for Expand function. 2018-05-23 15:37:22 +00:00
path path/filepath: make Abs("") return working directory on Windows 2018-05-14 04:41:33 +00:00
plugin plugin: make stub lookup signature match dlopen version 2018-05-08 17:09:05 +00:00
reflect reflect: use 'defined' rather than 'named', use 'embedded' rather than 'anonymous' 2018-05-10 23:19:40 +00:00
regexp
runtime runtime: remove duplicate cpu feature detection on x86 2018-05-25 13:14:07 +00:00
sort
strconv strconv: update Unquote example to be more concise 2018-05-07 20:39:37 +00:00
strings strings: fix encoding of \u0080 in map 2018-05-04 05:37:45 +00:00
sync sync: deflake TestWaitGroupMisuse2 2018-05-14 04:42:45 +00:00
syscall syscall: partially revert "enable some nacl code to be shared with js/wasm" 2018-05-23 18:54:00 +00:00
testing testing: allow marking subtest and subbenchmark functions as Helpers 2018-05-14 17:59:59 +00:00
text text/scanner: return RawString token rather than String for raw string literals 2018-05-08 04:59:41 +00:00
time cmd/vet: better align print warnings with fmt 2018-05-04 02:57:37 +00:00
unicode cmd/compile: optimize len([]rune(string)) 2018-05-06 05:31:01 +00:00
unsafe
vendor/golang_org/x vendor/golang_org/x/crypto: revendor 2018-05-15 16:29:04 +00:00
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
iostest.bash
make.bash src/*.bash: remove some trailing whitespace 2018-05-04 14:47:49 +00:00
make.bat
Make.dist
make.rc
naclmake.bash
nacltest.bash
race.bash src/*.bash: remove some trailing whitespace 2018-05-04 14:47:49 +00:00
race.bat
run.bash
run.bat
run.rc