1
0
mirror of https://github.com/golang/go synced 2024-11-19 20:54:39 -07:00
go/src
Russ Cox 08270c3e18 cmd/cover: do not report coverage for assembly functions
cover -func mode was reporting a coverage for function
declarations without bodies - assembly functions.
Since we are not annotating their code, we have no data
for those functions and should not report them at all.

Fixes #6880.

Change-Id: I4b8cd90805accf61f54e3ee167f54f4dc10c7c59
Reviewed-on: https://go-review.googlesource.com/77152
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2017-11-16 01:41:51 +00:00
..
archive archive/zip: add documentation about compression methods 2017-11-16 01:31:52 +00:00
bufio bufio: Use maxConsecutiveEmptyReads instead of 100 2017-11-14 05:21:00 +00:00
builtin
bytes bytes, strings: restore O(1) behavior of IndexAny(s, "") and LastIndexAny(s, "") 2017-11-15 21:26:05 +00:00
cmd cmd/cover: do not report coverage for assembly functions 2017-11-16 01:41:51 +00:00
compress
container
context
crypto crypto/cipher: use raw bytes for keys in docs 2017-11-16 00:40:00 +00:00
database/sql database/sql/driver: document that Execer, Queryer need not be implemented 2017-11-16 01:17:13 +00:00
debug
encoding encoding/hex: make Decode, Decoder, DecodeString agree about partial results and errors 2017-11-16 01:08:20 +00:00
errors
expvar
flag
fmt
go go/printer: indent lone comments in composite lits 2017-11-15 18:48:48 +00:00
hash crypto, hash: document marshal/unmarshal implementation 2017-11-15 00:06:24 +00:00
html
image all: change github.com issue links to golang.org 2017-11-04 04:13:41 +00:00
index/suffixarray
internal internal/cpu: detect cpu features in internal/cpu package 2017-11-14 19:07:15 +00:00
io io: document and test MultiWriter error behavior 2017-11-15 21:27:42 +00:00
log
math go/printer: indent lone comments in composite lits 2017-11-15 18:48:48 +00:00
mime
net net: Forget lookups for canceled contexts 2017-11-15 22:34:55 +00:00
os syscall: fix NaCl Link syscall error handling 2017-11-06 16:36:34 +00:00
path
plugin
reflect
regexp go/printer: forbid empty line before first comment in block 2017-11-02 18:17:22 +00:00
runtime runtime: fix gctrace STW CPU time and CPU fraction 2017-11-15 18:23:23 +00:00
sort
strconv
strings bytes, strings: restore O(1) behavior of IndexAny(s, "") and LastIndexAny(s, "") 2017-11-15 21:26:05 +00:00
sync all: change github.com issue links to golang.org 2017-11-04 04:13:41 +00:00
syscall syscall: change SysProcAttr.Token type to Token 2017-11-07 22:06:35 +00:00
testing
text text/template: remove unnecessary lexer field 2017-11-10 04:13:30 +00:00
time time: add example for Time.Unix 2017-11-13 18:52:13 +00:00
unicode go/printer: forbid empty line before first comment in block 2017-11-02 18:17:22 +00:00
unsafe
vendor/golang_org/x vendor: add golang.org/x/crypto/cryptobyte 2017-11-08 00:18:05 +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 cmd/dist: fix bad LC_TIME assumption in 'date' invocation 2017-11-03 13:42:33 +00:00
make.bat
Make.dist
make.rc
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc