1
0
mirror of https://github.com/golang/go synced 2024-11-12 08:10:21 -07:00
go/src
Mikio Hara 08f1a778c9 net: rename test files
This change renames {ipraw,tcp,udp,unix}_test.go to
{ipraw,tcp,udp,unix}sock_test.go for clarification. Also moves
NSS-related system configuration test helpers into main_conf_test.go and
main_noconf_test.go.

Change-Id: I28ba1e8ceda7b182ee3aa85f0ca3321388ba45e2
Reviewed-on: https://go-review.googlesource.com/19787
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2016-02-24 03:07:58 +00:00
..
archive all: use cannot instead of can not 2016-02-21 15:35:50 +00:00
bufio bufio: clarify Read docs 2015-12-01 20:05:25 +00:00
builtin
bytes bytes: make Buffer comment more accurate 2016-02-21 03:57:24 +00:00
cmd cmd/compile/internal/gc: update comment after c2go 2016-02-24 01:46:27 +00:00
compress build: shorten a few packages with long tests 2015-12-29 15:46:44 +00:00
container
crypto all: fix typos 2016-02-23 13:58:47 +00:00
database/sql all: use cannot instead of can not 2016-02-21 15:35:50 +00:00
debug debug/dwarf: fix nil pointer dereference in cyclic type structures 2016-01-14 02:05:31 +00:00
encoding encoding/hex: minor cleanup 2016-02-21 03:59:22 +00:00
errors
expvar
flag
fmt fmt: fix zero padding for NaN 2016-02-21 12:04:21 +00:00
go cmd/dist, go/build: make cmd/dist generate cgoEnabled map for go/build 2016-02-24 01:45:28 +00:00
hash cmd/internal/obj/x86: add new instructions, cleanup. 2016-01-13 14:04:44 +00:00
html
image image/color: have NYCbCrA.RGBA work in 16-bit color. 2015-12-24 06:55:33 +00:00
index/suffixarray
internal net/http: update http2 to check header values, move from vendor to internal 2016-01-21 00:19:02 +00:00
io io/ioutil: add examples to functions 2015-11-30 19:47:18 +00:00
log all: use cannot instead of can not 2016-02-21 15:35:50 +00:00
math all: replace strings.Index with strings.Contains where possible 2016-02-19 01:06:05 +00:00
mime all: fix typos 2016-02-23 13:58:47 +00:00
net net: rename test files 2016-02-24 03:07:58 +00:00
os all: fix typos 2016-02-23 13:58:47 +00:00
path all: fix typos 2016-02-23 13:58:47 +00:00
reflect Revert "cmd/compile: move hiter, hmap, and scase definitions into builtin.go" 2016-02-23 19:42:52 +00:00
regexp regexp: remove unreachable code 2016-02-23 15:16:50 +00:00
runtime runtime, syscall: switch linux/386 to use int 0x80 2016-02-24 02:07:17 +00:00
sort sort: Fix typo in stable sort comment 2016-02-18 19:20:41 +00:00
strconv
strings
sync all: use cannot instead of can not 2016-02-21 15:35:50 +00:00
syscall runtime, syscall: switch linux/386 to use int 0x80 2016-02-24 02:07:17 +00:00
testing testing: move comment inside T.Parallel 2016-01-06 17:59:55 +00:00
text text/tabwriter: clarify documentation 2016-02-23 22:09:32 +00:00
time all: replace strings.Index with strings.Contains where possible 2016-02-19 01:06:05 +00:00
unicode unicode/utf16: speed up and clean up Decode 2016-02-23 21:09:07 +00:00
unsafe unsafe: fix typo in documentation of valid Pointer->uintptr->Pointer conversions 2016-01-29 00:41:27 +00:00
vendor net/http: update http2 to check header values, move from vendor to internal 2016-01-21 00:19:02 +00:00
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash build: use consistent shebang line 2016-01-14 03:16:20 +00:00
buildall.bash build: test linux/mips64 and linux/mips64le with buildall.bash 2016-01-19 04:43:44 +00:00
clean.bash
clean.bat
clean.rc
iostest.bash
make.bash src: remove reference to since-deleted dist -s flag 2015-12-17 22:03:56 +00:00
make.bat
Make.dist
make.rc
nacltest.bash
race.bash cmd/dist: make test default to --no-rebuild 2015-12-29 15:20:00 +00:00
race.bat cmd/dist: make test default to --no-rebuild 2015-12-29 15:20:00 +00:00
run.bash cmd/dist: make test default to --no-rebuild 2015-12-29 15:20:00 +00:00
run.bat cmd/dist: make test default to --no-rebuild 2015-12-29 15:20:00 +00:00
run.rc cmd/dist: make test default to --no-rebuild 2015-12-29 15:20:00 +00:00