go/src
Ian Lance Taylor fbf7e1f295 [release-branch.go1.9] testing: don't fail all tests after racy test failure
The code was adding race.Errors to t.raceErrors before checking
Failed, but Failed was using t.raceErrors+race.Errors. We don't want
to change Failed, since that would affect tests themselves, so modify
the harness to not unnecessarily change t.raceErrors.

Updates #19851
Fixes #21338

Change-Id: I483f27c68c340928f1cbdef160abc0a5716efb5d
Reviewed-on: https://go-review.googlesource.com/57151
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-08-18 21:10:46 +00:00
..
archive archive/zip: remove an out of date TODO 2017-07-15 21:14:01 +00:00
bufio Revert "bufio: make Reader.Peek invalidate Unreads" 2017-07-06 03:06:44 +00:00
builtin builtin: use type aliases for rune and byte 2017-06-07 00:42:59 +00:00
bytes bytes: add example for (*Buffer).Grow 2017-07-16 03:49:43 +00:00
cmd [release-branch.go1.9] cmd/dist: update deps.go for current dependencies 2017-08-18 21:10:29 +00:00
compress compress/lzw: don't follow code == hi if last is invalid. 2017-06-08 01:27:37 +00:00
container
context
crypto crypto/x509: load all trusted certs on darwin (nocgo) 2017-07-14 18:47:10 +00:00
database/sql database/sql: fix wrong method name in description 2017-07-18 04:42:09 +00:00
debug debug/dwarf: heuristically handle both UNIX and Windows paths 2017-05-26 14:35:20 +00:00
encoding encoding/binary: add examples for varint functions 2017-08-03 21:00:45 +00:00
errors
expvar
flag
fmt fmt: remove unnecessary trailing commas in doc.go 2017-06-07 21:00:42 +00:00
go all: remove some manual hyphenation 2017-08-06 16:14:46 +00:00
hash all: gofmt 2017-06-21 03:14:30 +00:00
html html/template: use the same escaper across multiple template executions 2017-07-14 18:19:04 +00:00
image image/gif: fix writeImageBlock with SubImages 2017-06-16 05:45:48 +00:00
index/suffixarray
internal internal/poll: don't add non-sockets to runtime poller 2017-08-03 04:22:44 +00:00
io io/ioutil: add example for ReadFile 2017-07-15 23:28:44 +00:00
log log: adds a Logger Output method Example 2017-07-16 03:57:11 +00:00
math all: remove some manual hyphenation 2017-08-06 16:14:46 +00:00
mime mime/multipart: parse boundary with spaces properly 2017-05-23 22:56:44 +00:00
net net/http: document that after Hijack, Request.Body is invalid 2017-07-21 18:55:41 +00:00
os os: remove duplicate check from windows os.Stat 2017-07-20 07:43:15 +00:00
path path/filepath: fix TestGlobError 2017-06-15 21:53:23 +00:00
plugin plugin: mention that there are known bugs with plugins 2017-07-28 00:29:08 +00:00
reflect reflect: document how DeepEqual handles cycles 2017-08-04 22:22:03 +00:00
regexp regexp: example for MatchString function 2017-07-15 21:13:35 +00:00
runtime [release-branch.go1.9] testing: don't fail all tests after racy test failure 2017-08-18 21:10:46 +00:00
sort sort: add example for Strings 2017-07-15 23:17:23 +00:00
strconv strconv: apply Brad's review comment 2017-07-17 16:32:05 +00:00
strings strings: add a example for TrimFunc 2017-07-15 21:14:22 +00:00
sync sync: delete a sentence from the Map docs 2017-07-21 22:00:47 +00:00
syscall syscall: update check for UserNS support for centos 7 2017-07-17 18:18:08 +00:00
testing [release-branch.go1.9] testing: don't fail all tests after racy test failure 2017-08-18 21:10:46 +00:00
text all: single space after period 2017-06-09 20:29:09 +00:00
time time: skip ZoneAbbr test in timezones with no abbreviation 2017-08-02 16:22:49 +00:00
unicode unicode: move scripts from FoldCategories to FoldScripts 2017-06-15 01:05:31 +00:00
unsafe
vendor/golang_org/x vendor: update vendored lif 2017-05-29 21:54:12 +00:00
Make.dist
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.rc
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc