1
0
mirror of https://github.com/golang/go synced 2024-11-06 16:36:20 -07:00
go/src
Robert Griesemer 2e88689168 go/types: temporarily disable a verification in Stdlib test
Keeps the longtest builder green for now.
Proper fix to come ASAP.

Also, reword an internal comment that could easily be misread.

Updates #28282.

Change-Id: I8f41c9faa5a3eb638e6204bae3ff374ed49e5177
Reviewed-on: https://go-review.googlesource.com/c/143478
Run-TryBot: Robert Griesemer <gri@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2018-10-19 22:44:49 +00:00
..
archive all: fix a bunch of misspellings 2018-10-08 03:12:03 +00:00
bufio
builtin
bytes bytes: vary the input alignment to Compare argument in compare_test.go 2018-10-11 04:45:18 +00:00
cmd cmd/compile: move argument stack construction to SSA generation 2018-10-19 21:23:16 +00:00
compress all: fix a bunch of misspellings 2018-10-06 15:40:03 +00:00
container
context
crypto crypto/tls: replace net.Pipe in tests with real TCP connections 2018-10-19 12:43:30 +00:00
database/sql database/sql: remove commented debug prints 2018-10-17 22:58:50 +00:00
debug debug/plan9obj: simplify s[:] to s where 2018-10-13 11:24:43 +00:00
encoding encoding/json: always verify we can get a field's value 2018-10-16 14:02:52 +00:00
errors
expvar
flag flag: return a consistent parse error if the flag value is invalid 2018-10-19 03:48:38 +00:00
fmt fmt: print maps in key-sorted order 2018-10-18 21:12:24 +00:00
go go/types: temporarily disable a verification in Stdlib test 2018-10-19 22:44:49 +00:00
hash
html
image jpeg: simplify 'x = x op ...' to 'x op= ...' 2018-10-13 11:18:56 +00:00
index/suffixarray
internal fmt: print maps in key-sorted order 2018-10-18 21:12:24 +00:00
io
log
math all: fix a bunch of misspellings 2018-10-06 15:40:03 +00:00
mime mime: add AIX operating system 2018-10-10 15:19:38 +00:00
net net/http: flesh out Transport's HTTP/1 CONNECT+bidi support to match HTTP/2 2018-10-12 15:00:32 +00:00
os os: ignore SIGTTIN during TestTTYClose 2018-10-18 00:08:57 +00:00
path path/filepath: add AIX operating system 2018-10-11 14:46:37 +00:00
plugin
reflect
regexp regexp: add partial Deprecation comment to Copy 2018-10-12 17:48:44 +00:00
runtime runtime: port assembly files for aix/ppc64 2018-10-19 14:11:52 +00:00
sort
strconv strconv: add comment explaining bounded shift in formatBits 2018-10-15 21:45:52 +00:00
strings strings: Replace s[:] to s where s is a slice. 2018-10-13 11:17:13 +00:00
sync sync: fix typo in doc 2018-10-06 12:04:57 +00:00
syscall syscall/js: make zero js.Value represent "undefined" 2018-10-18 15:20:30 +00:00
testdata
testing testing: implement -benchtime=100x 2018-10-12 17:48:31 +00:00
text text/template: drop unused sortKeys function 2018-10-19 05:17:57 +00:00
time time: add AIX operating system 2018-10-10 14:15:57 +00:00
unicode
unsafe unsafe: document that Alignof, Offsetof, and Sizeof return a constant 2018-10-11 02:32:20 +00:00
vendor/golang_org/x vendor: update golang_org/x/net/route from upstream 2018-10-05 21:53:34 +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
make.bat
Make.dist
make.rc
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc