]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/vet/all: temporarily ignore vendored pprof
authorJosh Bleecher Snyder <josharian@gmail.com>
Tue, 28 Feb 2017 19:10:34 +0000 (11:10 -0800)
committerJosh Bleecher Snyder <josharian@gmail.com>
Tue, 28 Feb 2017 19:16:05 +0000 (19:16 +0000)
Change-Id: I3d96b9803dbbd7184f96240bd7944af919ca1376
Reviewed-on: https://go-review.googlesource.com/37579
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/vet/all/main.go

index 460a7083b1edcb31f66912a753ad3ae0df910464..302041580a8f8f7aeb2da4ffa07ce40ecc81d747 100644 (file)
@@ -191,6 +191,9 @@ var ignorePathPrefixes = [...]string{
        // TODO: If vet ever uses go/loader and starts working off source,
        // this problem will likely go away.
        "fmt/fmt_test.go",
+       // Ignore pprof for the moment to get the builders happy.
+       // TODO: Fix all the issues and reinstate.
+       "cmd/vendor/github.com/google/pprof",
 }
 
 func vetPlatforms(pp []platform) {