]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/vet/all: update whitelists
authorJosh Bleecher Snyder <josharian@gmail.com>
Mon, 31 Oct 2016 18:41:34 +0000 (11:41 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 31 Oct 2016 19:26:59 +0000 (19:26 +0000)
Change-Id: Ic66eb2939d83559610e62cbb181a8faa6193ecc4
Reviewed-on: https://go-review.googlesource.com/32426
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/plan9_386.txt
src/cmd/vet/all/whitelist/plan9_amd64.txt

index aeedb0d979ffe943cd282cf160bc6fa4649f44c7..7250de1999ed395521e1acd3c948a6c5df12ab01 100644 (file)
@@ -26,7 +26,7 @@ cmd/cover/testdata/test.go: unreachable code
 fmt/fmt_test.go: arg nil for printf verb %s of wrong type: untyped nil
 encoding/json/decode_test.go: struct field m has json tag but is not exported
 encoding/json/decode_test.go: struct field m2 has json tag but is not exported
-encoding/json/tagkey_test.go: struct field tag ":\"BadFormat\"" not compatible with reflect.StructTag.Get: bad syntax for struct tag key
+encoding/json/tagkey_test.go: struct field tag `:"BadFormat"` not compatible with reflect.StructTag.Get: bad syntax for struct tag key
 runtime/testdata/testprog/deadlock.go: unreachable code
 runtime/testdata/testprog/deadlock.go: unreachable code
 sync/cond_test.go: assignment copies lock value to c2: sync.Cond contains sync.noCopy
index c7e8cd55178bfb4d65fd5880a903390bc69e3661..153116100d4c3d1a6ad2e2a78408d3c4ffa18e49 100644 (file)
@@ -1,11 +1,3 @@
 // plan9/386-specific vet whitelist. See readme.txt for details.
 
 runtime/sys_plan9_386.s: [386] setldt: function setldt missing Go declaration
-syscall/asm_plan9_386.s: [386] Syscall: 8(SP) should be a1+4(FP)
-syscall/asm_plan9_386.s: [386] Syscall: 4(SP) should be trap+0(FP)
-syscall/asm_plan9_386.s: [386] Syscall6: 8(SP) should be a1+4(FP)
-syscall/asm_plan9_386.s: [386] Syscall6: 4(SP) should be trap+0(FP)
-syscall/asm_plan9_386.s: [386] RawSyscall: 8(SP) should be a1+4(FP)
-syscall/asm_plan9_386.s: [386] RawSyscall: 4(SP) should be trap+0(FP)
-syscall/asm_plan9_386.s: [386] RawSyscall6: 8(SP) should be a1+4(FP)
-syscall/asm_plan9_386.s: [386] RawSyscall6: 4(SP) should be trap+0(FP)
index e1f751debbe8e9b2057a84223619516ab37b5851..39fc8e2c3c57b39ee6e490de8fcf016cafb7de08 100644 (file)
@@ -2,11 +2,3 @@
 
 runtime/sys_plan9_amd64.s: [amd64] setldt: function setldt missing Go declaration
 runtime/sys_plan9_amd64.s: [amd64] settls: function settls missing Go declaration
-syscall/asm_plan9_amd64.s: [amd64] Syscall: 16(SP) should be a1+8(FP)
-syscall/asm_plan9_amd64.s: [amd64] Syscall: 8(SP) should be trap+0(FP)
-syscall/asm_plan9_amd64.s: [amd64] Syscall6: 16(SP) should be a1+8(FP)
-syscall/asm_plan9_amd64.s: [amd64] Syscall6: 8(SP) should be trap+0(FP)
-syscall/asm_plan9_amd64.s: [amd64] RawSyscall: 16(SP) should be a1+8(FP)
-syscall/asm_plan9_amd64.s: [amd64] RawSyscall: 8(SP) should be trap+0(FP)
-syscall/asm_plan9_amd64.s: [amd64] RawSyscall6: 16(SP) should be a1+8(FP)
-syscall/asm_plan9_amd64.s: [amd64] RawSyscall6: 8(SP) should be trap+0(FP)