]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/vet/all: update whitelists
authorJosh Bleecher Snyder <josharian@gmail.com>
Tue, 25 Oct 2016 13:46:26 +0000 (06:46 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 25 Oct 2016 14:50:18 +0000 (14:50 +0000)
Change-Id: Ie505b5d8cdfe4ffda71f909d6f81603b6d752eed
Reviewed-on: https://go-review.googlesource.com/31937
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/vet/all/whitelist/all.txt
src/cmd/vet/all/whitelist/arm64.txt
src/cmd/vet/all/whitelist/darwin_386.txt
src/cmd/vet/all/whitelist/darwin_arm.txt
src/cmd/vet/all/whitelist/darwin_arm64.txt

index 4cbb790cbdda85959ae160c25986c763c75c7af3..aeedb0d979ffe943cd282cf160bc6fa4649f44c7 100644 (file)
@@ -1,5 +1,9 @@
 // Non-platform-specific vet whitelist. See readme.txt for details.
 
+// Issue 17580 (remove when fixed)
+cmd/go/go_test.go: +build comment must appear before package clause and be followed by a blank line
+
+
 // Real problems that we can't fix.
 
 // This is a bad WriteTo signature. Errors are being ignored!
index 69842b057f418dac37024d519401bd9abc3eb430..8a3c891a70fecd7160832da38032b71fd01edbeb 100644 (file)
@@ -12,5 +12,6 @@ reflect/asm_arm64.s: [arm64] methodValueCall: use of 16(RSP) points beyond argum
 runtime/asm_arm64.s: [arm64] abort: function abort missing Go declaration
 runtime/asm_arm64.s: [arm64] addmoduledata: function addmoduledata missing Go declaration
 runtime/duff_arm64.s: [arm64] duffzero: function duffzero missing Go declaration
+runtime/duff_arm64.s: [arm64] duffcopy: function duffcopy missing Go declaration
 runtime/tls_arm64.s: [arm64] load_g: function load_g missing Go declaration
 runtime/tls_arm64.s: [arm64] save_g: function save_g missing Go declaration
index 77bc5752b38d5723c97944ae4220de3d2f08485e..c5c51d0e3aec679f7b0a406bfab1642e14e9e5a6 100644 (file)
@@ -1,11 +1,5 @@
 // darwin/386-specific vet whitelist. See readme.txt for details.
 
-// False positives due to comments in assembly.
-// To be removed. See CL 27154.
-
-runtime/sys_darwin_386.s: [386] sigreturn: 16(SP) should be ctx+0(FP)
-runtime/sys_darwin_386.s: [386] sigreturn: 20(SP) should be infostyle+4(FP)
-
 // Ok
 
 runtime/sys_darwin_386.s: [386] now: function now missing Go declaration
index e319cc5cb8c35af74eac672c6a770387ef4c5b1c..0e619be46236a01e8bc7d8b2b4230a7ba94d2db9 100644 (file)
@@ -9,3 +9,4 @@ runtime/sys_darwin_arm.s: [arm] sigfwd: use of unnamed argument 0(FP); offset 0
 // Ok.
 
 runtime/sys_darwin_arm.s: [arm] bsdthread_start: function bsdthread_start missing Go declaration
+runtime/asm_arm.s: [arm] sigreturn: function sigreturn missing Go declaration
index 7120f7935ebc0c9461cdad4c5b290bbf486e19dd..080a4caafadc29b681f15da5b7085f06da3e25a1 100644 (file)
@@ -11,3 +11,4 @@ runtime/cgo/signal_darwin_arm64.s: [arm64] panicmem: use of 16(RSP) points beyon
 runtime/cgo/signal_darwin_arm64.s: [arm64] panicmem: use of 8(RSP) points beyond argument frame
 runtime/cgo/signal_darwin_arm64.s: [arm64] panicmem: use of 16(RSP) points beyond argument frame
 runtime/cgo/signal_darwin_arm64.s: [arm64] panicmem: use of 16(RSP) points beyond argument frame
+runtime/asm_arm64.s: [arm64] sigreturn: function sigreturn missing Go declaration